ran9nar 2016-04-14 14:24 采纳率: 71.4%
浏览 1645
已采纳

使用pyleus向本地提交jar包出现以下警告且在UI界面无法看到topology成功提交

560680 [main-SendThread(localhost:2002)] INFO org.apache.storm.zookeeper.ClientCnxn - Session establishment complete on server localhost/127.0.0.1:2002, sessionid = 0x15415616aab000e, negotiated timeout = 20000
560681 [main-EventThread] INFO org.apache.storm.curator.framework.state.ConnectionStateManager - State change: RECONNECTED
560681 [main-SendThread(localhost:2002)] INFO org.apache.storm.zookeeper.ClientCnxn - Session establishment complete on server localhost/0:0:0:0:0:0:0:1:2002, sessionid = 0x15415616aab000f, negotiated timeout = 20000
560681 [main-EventThread] INFO org.apache.storm.curator.framework.state.ConnectionStateManager - State change: RECONNECTED
703453 [SyncThread:0] WARN org.apache.storm.zookeeper.server.persistence.FileTxnLog - fsync-ing the write ahead log in SyncThread:0 took 1246ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
719114 [SyncThread:0] WARN org.apache.storm.zookeeper.server.persistence.FileTxnLog - fsync-ing the write ahead log in SyncThread:0 took 1506ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide

该怎么解决?

  • 写回答

2条回答 默认 最新

  • ran9nar 2016-04-15 15:32
    关注

    已解决,使用

     pyleus submit -n [nimbushost] topology_name.jar
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?