Apache Storm: Nimbus not starting on Port 6627

隐身守侯 提交于 2019-12-11 02:18:50

问题


I can't see anything on port 6627 after starting Nimbus. I am getting the Connection Refused error. Following errors are thrown in Nimbus Log:

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)**

Do you guys have any idea about this?


回答1:


Add "nimbus" to /etc/hosts file as alias to 127.0.0.1 and localhost.

Make sure iptables is not the issue from the host you are trying to run or Most likely there is something wrong in your ~/.storm/storm.yaml

Go through below link,hope this could help you.

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



来源:https://stackoverflow.com/questions/28409191/apache-storm-nimbus-not-starting-on-port-6627

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!