-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58009/
-----------------------------------------------------------
(Updated March 29, 2017, 12:06 a.m.)
Review request for Ambari, Alejandro Fernandez, Jayush Luniya, and Sumit
Mohanty.
Changes
-------
Incorporated review comments
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 (updated)
-----
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
c8f93e436f
ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.6.xml
3c0769a720
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/nonrolling-upgrade-2.6.xml
53caa52c6b
ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/upgrade-2.6.xml
66f1a64d9d
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml
0d6f51b2e1
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml
44d0a2a1d9
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/FixYarnWebServiceUrlTest.java
PRE-CREATION
Diff: https://reviews.apache.org/r/58009/diff/2/
Changes: https://reviews.apache.org/r/58009/diff/1-2/
Testing
-------
HDP upgrade from 2.5->2.6
Unit tests
Thanks,
Madhuvanthi Radhakrishnan