Storm WordCount error: Pipe to subprocess seems to be broken, no output read
问题 Storm 0.10.0 my previous question (Apache storm : Could not load main class org.apache.storm.starter.ExclamationTopology) which was solved. hello I have a single node cluster up and running on my machine, the storm config file is as follows:(storm.yaml) storm.zookeeper.servers: # - "server1" # - "server2" - "localhost" storm.zookeeper.port: 2181 nimbus.host: "localhost" storm.local.dir: "/var/stormtmp" java.library.path: "/usr/local" supervisor.slots.ports: - 6700 - 6701 - 6702 - 6703 worker