-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39599/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Dmytro Grinenko.
Bugs: AMBARI-13547
https://issues.apache.org/jira/browse/AMBARI-13547
Repository: ambari
Description
-------
Looks like configure() was never called for HBASE after hdp-select.
As a result, hbase-env is missing for hbase at all after EU 2.1->2.3
ll /usr/hdp/2.3.0.0-2557/hbase/conf/
total 0
I guessed it's because new-style start() with upgrade_type arg is not
implemented yet in HBASE script (I saw relevant legacy and new-style logic at
script.py).
Diffs
-----
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_client.py
74cfde6
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_master.py
56dde25
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/hbase_regionserver.py
44feb0c
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/phoenix_queryserver.py
edcf041
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/scripts/setup_ranger_hbase.py
8f4a6d0
Diff: https://reviews.apache.org/r/39599/diff/
Testing
-------
But current patch does not solve an issue. Maybe I'm missing something and it's
a known issue?
Thanks,
Dmitro Lisnichenko