-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53785/
-----------------------------------------------------------
Review request for Ambari.
Bugs: AMBARI-18897
https://issues.apache.org/jira/browse/AMBARI-18897
Repository: ambari
Description
-------
/etc/hbase/conf/ contains core-site.xml and hdfs-site.xml which should not be
needed at all. But more importantly, when we change a setting in Ambari, they
do not get reflected in the hdfs-site.xml that is under the hbase conf
directory. Since there are more than 1 core-site.xml in the classpath, this
obviously causes issues since the changed configs are not picked up.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/constants.py
d1428d4
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase.py
6f56512
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
93e7bdf
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py cbc9066
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py 5b77d3a
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
a0e151f
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
e4f5b2f
Diff: https://reviews.apache.org/r/53785/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi