You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/30 03:11:54 UTC

[GitHub] jiazhai commented on issue #328: Docker image: add a Docker Compose example file

jiazhai commented on issue #328: Docker image: add a Docker Compose example file
URL: https://github.com/apache/bookkeeper/issues/328#issuecomment-348069841
 
 
   @aojea, How could I reproduce it?
   
   Right, it could be  empty for BK_CLUSTER_ROOT_PATH. In most of the case, like in the docker/Makefile, it is empty. 
   
   The command `zk create " "` failure, should not break the process.
   ```
   echo "create the zk root dir for bookkeeper"
   /opt/bookkeeper/bin/bookkeeper org.apache.zookeeper.ZooKeeperMain -server ${BK_zkServers} create ${BK_CLUSTER_ROOT_PATH}
   ```
   Maybe we could add " || true" after this command, if it was broken in your case. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services