hi , In the jar can u see TestWordSpout.java ? .
On Tue, Dec 22, 2015 at 12:56 AM, Seth Ammons SG <[email protected]> wrote: > Hey, I hope this is the right forum for this kind of question. I’m trying > to get the storm-starter > <https://github.com/apache/storm/tree/master/examples/storm-starter> to > work. When I run the following: > > $ mvn compile exec:java -Dstorm.topology=storm.starter.ExclamationTopology` > > I get an error <https://gist.github.com/sethgrid/c64eb01deec37f5b95d1>: > > Error on initialization of server mk-worker > java.lang.RuntimeException: java.lang.ClassNotFoundException: > backtype.storm.testing.TestWordSpout > > I’m not a java developer, so I’m not sure exactly how imports are supposed > to work. I do see > /storm-core/src/jvm/backtype/storm/testing/TestWordSpout.java. > > I am running my commands from ./examples/storm-starter as per the > documentation linked above. > > Any help would be great; I’d enjoy being able to get started :) > Thanks for any assistance! > —Seth > >
