FAILED TO WRITE PID installing Zookeeper

后端 未结 11 2915
小蘑菇
小蘑菇 2021-02-19 22:10

I am new to Zookeeper and it has being a real issue to install it and run. I am not sure what is wrong in here but I will explain what I\'ve being doing to make it more clear:

11条回答
  •  面向向阳花
    2021-02-19 22:34

    When you create the Directory for dataDir make sure to use the -p option. This will allow subsequent directories to be created as required by the application placing files.

    mkdir -p /var/log/zookeeperData Then set:

    dataDir=/var/log/zookeeperData

提交回复
热议问题