Hi Ted, The issue you report, could very well be related to ticket: https://issues.apache.org/jira/browse/BIGTOP-2466 where we identify that HBase puppet scripts also deploy Zookeeper. I would suggest you open a ticket so that we keep track of this.
Is having the the zookeeper lib in the classpath causing a problem? How did you spot this potential defect? Thank you, Konstantinos On Thu, Jun 23, 2016 at 1:23 AM, Ted Yu <[email protected]> wrote: > Hi, > In bigtop-packages/src/common/hbase/install_hbase.sh : > > export > > HBASE_CLASSPATH=\$HADOOP_CONF:\$HADOOP_HOME/*:\$HADOOP_HOME/lib/*:\$ZOOKEEPER_HOME/*:\$ZOOKEEPER_HOME/lib/*:\$HBASE_CLASSPATH > > I am a bit curious why zookeeper/lib directory is needed in the classpath. > The zookeeper jar is in $HBASE_HOME/lib, right ? > What else is needed ? > > Thanks >
