-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25098/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-6936
https://issues.apache.org/jira/browse/AMBARI-6936
Repository: ambari
Description
-------
Precondition:
Deploy cluster with all components and default settings.
STR: (**Same issue for host details page**)
1) Navigate on Services->HDFS/HIVE tab
2) Click Download Client Configs and download file
3)Check hadoop-env.sh/hive-env.sh file at cluster(/etc/hadoop/conf.empty
/hadoop-env.sh) and in downloaded files.
Expected result:
Files have same values.
Actual result:
Downloaded hadoop-env.sh have not same values that file at host at lines:10 22
26 28 34 35 37 38 39 41 55 76 100 .
Downloaded hive-env.sh have not same values that file at host at line:24
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/configuration/hive-env.xml
5bc05e2
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/hive.py
675dbe3
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py
7ae8db4
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/configuration/hive-env.xml
47e8f88
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/hive.py
c48dfc1
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
6cd173b
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_client.py 3c07006
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_metastore.py
fc8392d
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_server.py a92df36
ambari-server/src/test/python/stacks/1.3.2/configs/default.json b4037be
ambari-server/src/test/python/stacks/1.3.2/configs/default_client.json
PRE-CREATION
ambari-server/src/test/python/stacks/1.3.2/configs/secured.json 9800632
ambari-server/src/test/python/stacks/1.3.2/configs/secured_client.json
PRE-CREATION
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_client.py 0423b01
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
a56c26b
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 0350589
ambari-server/src/test/python/stacks/2.0.6/configs/default.json c8e8588
ambari-server/src/test/python/stacks/2.0.6/configs/default_client.json
PRE-CREATION
ambari-server/src/test/python/stacks/2.0.6/configs/secured.json f9bfa98
ambari-server/src/test/python/stacks/2.0.6/configs/secured_client.json
PRE-CREATION
ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py aba747c
ambari-server/src/test/python/stacks/2.1/configs/default.json 10f3e4e
ambari-server/src/test/python/stacks/2.1/configs/secured.json 3e22de8
Diff: https://reviews.apache.org/r/25098/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk