itsuugo commented on issue #328: Docker image: add a Docker Compose example file
URL: https://github.com/apache/bookkeeper/issues/328#issuecomment-346483469
 
 
   I guess that I found the problem:
   
   ```
   bookkeeper_1  | BK_CLUSTER_ROOT_PATH is
   bookkeeper_1  | BK_bookiePort bookie service port is 3181
   bookkeeper_1  | BK_zkServers is zookeeper:2181
   bookkeeper_1  | BK_DATA_DIR is /data/bookkeeper
   bookkeeper_1  | BK_CLUSTER_ROOT_PATH is
   ```
   
   BK_CLUSTER_ROOT_PATH is empty and it fails to create it as you can see in 
the log of the container
   
   ```
   bookkeeper_1  | 2017-11-22 21:24:36,524 - INFO  - 
[main:ClientCnxnSocket@236] - jute.maxbuffer value is 4194304 Bytes
   bookkeeper_1  | create [-s] [-e] [-c] [-t ttl] path [data] [acl]
   ```
   
   However, the 
[README](https://github.com/apache/bookkeeper/blob/master/docker/README.md) 
says it can be empty ? 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to