-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58149/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-20664
https://issues.apache.org/jira/browse/AMBARI-20664
Repository: ambari
Description
-------
<https://issues.apache.org/jira/browse/AMBARI-20543> hardcoded /usr/hdp inside
common-services for several services. It should instead use `stack_root`,
which was one of the comments during the code review.
An Ambari Upgrade from 2.5.0 to 2.5.1 should fix those properties via the
Upgrade Catalog.
Diffs
-----
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml
4b4008d
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml
d883ec2
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/package/scripts/params_linux.py
5a028bd
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-site.xml
e2ef1b1
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py
a4de8fa
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py
cab9102
ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
bf7d750
ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
99d38e2
ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
99d38e2
ambari-server/src/main/resources/stacks/HDP/2.6/services/HDFS/configuration/hadoop-env.xml
ee7478b
Diff: https://reviews.apache.org/r/58149/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk