-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25061/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7012
https://issues.apache.org/jira/browse/AMBARI-7012
Repository: ambari
Description
-------
Ambari should no longer use /tmp/HDP-artifacts
Noticed it in here, there might be other places:
<https://github.com/apache/ambari/blob/trunk/ambari-
server/src/main/resources/custom_actions/check_host.py>
In any case, we should not be naming this DIR HDP-artifacts, since it's not
HDP specific, it's ambari. This should change to AMBARI-artifacts if for some
reason it has to stay in use.
Diffs
-----
ambari-server/src/main/resources/custom_actions/check_host.py 3543f96
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-ANY/scripts/params.py
c7b01d6
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/before-INSTALL/scripts/params.py
ce8f34b
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HIVE/package/scripts/params.py
ef26418
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py
c7b01d6
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-INSTALL/scripts/params.py
bb4ee71
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/scripts/params.py
8a82717
ambari-server/src/test/python/TestCheckHost.py c20f428
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_metastore.py
1fbe8ec
ambari-server/src/test/python/stacks/1.3.2/HIVE/test_hive_server.py 24cb274
ambari-server/src/test/python/stacks/1.3.2/hooks/before-ANY/test_before_any.py
fe623a5
ambari-server/src/test/python/stacks/1.3.2/hooks/before-INSTALL/test_before_install.py
653b47c
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_metastore.py
653e764
ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 8eb6bd2
ambari-server/src/test/python/stacks/2.0.6/hooks/before-ANY/test_before_any.py
3abfa57
ambari-server/src/test/python/stacks/2.0.6/hooks/before-INSTALL/test_before_install.py
9dfcff2
ambari-server/src/test/python/stacks/2.1/HIVE/test_hive_metastore.py fd4ee43
ambari-server/src/test/resources/stacks/HDP/2.0.7/services/HIVE/package/scripts/params.py
648913b
Diff: https://reviews.apache.org/r/25061/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk