【问题标题】:'confluent start' : Cannot start Kafka, Zookeeper is not running'confluent start' : 无法启动 Kafka,Zookeeper 未运行
【发布时间】:2018-04-12 16:56:40
【问题描述】:

我在启动融合平台时收到以下错误:

$ ./confluent start
Starting zookeeper
|Zookeeper failed to start
zookeeper is [DOWN]
Cannot start Kafka, Zookeeper is not running. Check your deployment

我的 Zookeeper 在 2181 端口上运行,Kafka 在 9092 端口上运行。

【问题讨论】:

  • 请发布confluent log zookeeper的输出
  • Confluent 运行它自己的动物园管理员实例check this answer

标签: apache-kafka apache-zookeeper confluent-platform


【解决方案1】:

只需运行以下命令即可停止 zookeeper 服务器

融合路径> ./bin/zookeeper-server-stop

并使用以下命令开始融合:

path-to-confluent> ./bin/confluent start

【讨论】:

    猜你喜欢
    • 2018-08-02
    • 1970-01-01
    • 1970-01-01
    • 2021-09-22
    • 1970-01-01
    • 1970-01-01
    • 2019-01-23
    • 2018-02-10
    • 2020-01-10
    相关资源
    最近更新 更多