-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58009/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Jayush Luniya, and Sumit
Mohanty.
Bugs: AMBARI-20612
https://issues.apache.org/jira/browse/AMBARI-20612
Repository: ambari
Description
-------
A new property called yarn.log.server.web-service.url was added in HDP 2.6
It takes value from yarn.timeline-service.webapp.address if the
yarn.http.policy is HTTP_ONLY and takes value from
yarn.timeline-service.webapp.https.address if the yarn.http.policy is
HTTPS_ONLY.
The logic works on fresh installs but is not present during upgrades from
HDP2.x to HDP2.6
Fix is to provide the upgrade packs for it.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FixYarnWebServiceUrl.java
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.6.xml
c8f93e4
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml
3c0769a
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/nonrolling-upgrade-2.6.xml
53caa52
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml
66f1a64
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml
0d6f51b
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml
44d0a2a
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/FixYarnWebServiceUrlTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/58009/diff/1/
Testing
-------
HDP upgrade from 2.5->2.6
Unit tests
Thanks,
Madhuvanthi Radhakrishnan