iwasakims commented on PR #1179:
URL: https://github.com/apache/bigtop/pull/1179#issuecomment-1724676197

   Existing wrappers are affected if ZOOKEEPER_CONF is defined on runtime.
   
   ```
   root@c3eb374e932d:/# grep ZOOKEEPER_HOME /usr/bin/zookeeper-client 
   export ZOOKEEPER_HOME=${ZOOKEEPER_CONF:-/usr/lib/zookeeper}
   export 
CLASSPATH=$CLASSPATH:$ZOOKEEPER_CONF:$ZOOKEEPER_HOME/*:$ZOOKEEPER_HOME/lib/*
   env CLASSPATH=$CLASSPATH ${ZOOKEEPER_HOME}/bin/zkCli.sh "$@"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to