HBase RPM/DEB packages attempt to setup ZooKeeper environment incorrectly
-------------------------------------------------------------------------
Key: HBASE-4498
URL: https://issues.apache.org/jira/browse/HBASE-4498
Project: HBase
Issue Type: Bug
Components: build, scripts
Affects Versions: 0.92.0
Environment: Java, Linux
Reporter: Eric Yang
Assignee: Eric Yang
Fix For: 0.92.0
HBase RPM packaging was done prior to completion of ZooKeeper RPM packaging.
In update-hbase-env.sh, it expects ZooKeeper environment script to exist in
/etc/default/zookeeper-env.sh. After several revision of ZOOKEEPER-999, it was
decided to remove /etc/default/zookeeper-env.sh by ZooKeeper community. Hence,
update-hbase-env.sh should not depend on /etc/default/zookeeper-env.sh.
Instead, update-hbase-env.sh should assume ZooKeeper exists in /usr for RPM/deb
packages.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira