Hi, I just launched the storm cluster by:
*$ lein deploy-storm --start --name mycluster --branch 0.8.2*Then I run the command to find cluster information: *$ lein deploy-storm --attach --name mycluster* I can ssh into the Nimbus instance. On that machine, I cannot see the port 8080 is open: *$ netstat -lptu*(No info could be read for "-p": geteuid()=1001 but you should be root.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:ssh *:* LISTEN - tcp 0 0 *:8649 *:* LISTEN - tcp 0 0 *:8651 *:* LISTEN - tcp 0 0 *:8652 *:* LISTEN - tcp 0 0 *:http *:* LISTEN - tcp6 0 0 [::]:ssh [::]:* LISTEN - udp 0 0 239.2.11.71:8649 *:* - udp 0 0 *:bootpc *:* - My env is: *$ lein -v*Leiningen 2.3.4 on Java 1.6.0_24 Java HotSpot(TM) 64-Bit Server VM What should I do? I tried latest storm verion and 0.8.3. All do not work. By the way, I used m1.medium for all instances. And I set 2 supervisors. Thanks, Huiliang
