-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58842/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Alejandro Fernandez, DIPAYAN
BHOWMICK, Jayush Luniya, Rohit Choudhary, Renjith Kamath, and Sumit Mohanty.
Bugs: AMBARI-20888
https://issues.apache.org/jira/browse/AMBARI-20888
Repository: ambari
Description
-------
wrong ZK parent node (hbase-unsecure) getting configured as part of the
jdbc(phoenix) URL on ubuntu secured cluster the jdbc(phoenix) url was getting
appended as /hbase-unsecure which is not correct
If you check the hbase-site.xml
<property>
<name>zookeeper.znode.parent</name>
<value>/hbase-secure</value>
</property>
I think how the phoenix URL is being constructed is not consistent across the
configs and we need to see why. On some of the other platforms, I have seen it
getting configured correctly (for e.g. Centos6 secured wire-encrypted)
Options
Diffs
-----
ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
fbf2246672
Diff: https://reviews.apache.org/r/58842/diff/1/
Testing
-------
Manually on Cent6
Thanks,
Prabhjyot Singh