I intend to try out storm-starter.
I followed instructions under header "Importing storm-starter as a project in IDEA" at https://github.com/apache/incubator-storm/tree/master/examples/storm-starter .* *With 3 differences (that I don't think resulted in the errors mentioned later in this post): 1) I imported all the modules instead of just storm-starter. That is, I imported at a higher level directory (somePath/incubator-storm/ instead of somePath/incubator-storm/examples/storm-starter). 2) I am using Oracle JDK 7. Specifically, Java 1.7.0_60. Instructions recommend JDK 6. 3) During the import, I requested IDEA to have Maven sources and dependencies downloaded automatically. Errors were encountered in Intellij IDEA: Cannot resolve symbol 'LocalCluster' Cannot resolve symbol 'LocalDPRC' http://i.imgur.com/irhnEnB.jpg http://i.imgur.com/iOxu915.jpg This question is mirrored at: http://stackoverflow.com/questions/24160133/apache-storm-starter-intellij-idea-cannot-resolve-symbol-localcluster-canno
