-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17945/
-----------------------------------------------------------
Review request for Ambari and Andrew Onischuk.
Bugs: AMBARI-4599
https://issues.apache.org/jira/browse/AMBARI-4599
Repository: ambari
Description
-------
PROBLEM: Temporary directory specified in /etc/hbase/conf/hbase-site.xml does
not get created during HBase client installation using Ambari
BUSINESS IMPACT: Major. A workaround is currently in place, but this bug will
affect all HBase client installation using Ambari.
STEPS TO REPRODUCE: Install HBase client using Ambari.
ACTUAL BEHAVIOR: The temporary directory (hbase.tmp.dir) specified in
/etc/hbase/conf/hbase-site.xml does not get created.
EXPECTED BEHAVIOR: Creates the temporary directory.
SUPPORT ANALYSIS: Workaround is to create the temporary directory manually
specified in /etc/hbase/conf/hbase-site.xml.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HBASE/package/scripts/hbase.py
fddd1b7
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/hbase.py
95f3e30
ambari-server/src/test/python/stacks/1.3.2/HBASE/test_hbase_client.py f226616
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_client.py b0d4d31
Diff: https://reviews.apache.org/r/17945/diff/
Testing
-------
Thanks,
Arsen Babych