Hi, Vicente Hidalgo You can package a jar with all dependices and run the jar with "java -jar"(in this case, must set scope of storm-core is compile).
2014-04-16 19:15 GMT+08:00 Vicente Hidalgo <[email protected]>: > Hi. I`m new in the storm world. > I`ve been 2 days trying to run the storm-starter project in intellij > (following the guide in github > https://github.com/apache/incubator-storm/tree/master/examples/storm-starter > ) > When running any of the topologies i get an error: > > Error:(21, 22) java: > /Users/chente/Dropbox/PFC/incubator-storm-master/examples/storm-starter/src/jvm/storm/starter/TransactionalGlobalCount.java:21: > cannot find symbol > symbol : class LocalCluster > location: package backtype.storm > > Why is this class missing? How can i fix it? > > Thanks > > -- > Vicente Hidalgo > > -- Thanks, Chunlai
