apache-storm-flux

Storm UI topology not working

别说谁变了你拦得住时间么 提交于 2019-12-11 11:11:57
问题 We are executing a Storm topology in LocalCluster . Storm topology is executing fine and able to connect Storm UI (8090). But Storm UI is not displaying the running topology information. LocalCluster cluster = new LocalCluster(); and submitting like: bin/storm jar bin/StormTest-0.0.1-SNAPSHOT.jar com.abzooba.storm.twitter.TwitterTopologyCreator Twitter 回答1: LocalCluster does not have UI support... Thus the UI you are seeing belongs to a different Storm cluster. To be more precise: