Apache Storm:Nimbus 未在端口 6627 上启动

Apache Storm: Nimbus not starting on Port 6627

启动 Nimbus 后,我在端口 6627 上看不到任何内容。我收到连接被拒绝错误。 Nimbus 日志中抛出以下错误:

6899 [main] ERROR com.smarterme.intake.EmbeddedTopologyRunner - Toplogy submitting failed.....org.apache.thrift7.transport.TTransportException: java.net.ConnectException: Connection refused
java.lang.RuntimeException: org.apache.thrift7.transport.TTransportException: java.net.ConnectException: Connection refused
    at backtype.storm.utils.NimbusClient.getConfiguredClient(NimbusClient.java:38)
    at backtype.storm.StormSubmitter.submitTopology(StormSubmitter.java:116)**

你们有什么想法吗?

将 "nimbus" 添加到 /etc/hosts 文件作为 127.0.0.1 和本地主机的别名。

确保 iptables 不是您所在主机的问题 尝试 运行 或者很可能你的 ~/.storm/storm.yaml

有问题

请看下面link,希望对您有所帮助。

http://storm.apache.org/about/deployment.html