FAILED TO WRITE PID installing Zookeeper

后端 未结 11 2914
小蘑菇
小蘑菇 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:37

    Seems there's all kinds of reasons this can happen. So many helpful answers here!

    For me, I had improper line endings in my zoo.cfg file, and possibly invisible characters, so zookeeper was trying to create directories like /var/zookeeper? and /var/zookeeper\r. Reworking my zoo.cfg a bit fixed it for me, along with deleting zoo_sample.conf.

提交回复
热议问题