Hello, I am running into some basic problems getting started with Storm. First, to give some background, as part of a class project we would like to extend an existing custom scheduler for storm with some new features. However, I am having great difficulty trying to get started with storm itself. First, when I download an existing build and attempt to execute the binary, I get a message saying I am attempting to run the client from source code. Second, when I try to build Storm myself, (using mvn package), I also get a failure on storm-core. The code for the existing scheduler we are attempting to modify ( https://github.com/flint-stone/storm-elasticity-scheduler) appears to use version 0.9.2, so I have been trying to get that version working. I did try building 2.0-snapshot, and that was successful, however, I still get the message that I am trying to run the client from a source checkout.
I know these must be silly questions, as no one else seems to have them, and I apologize for that. Grateful for any feedback, thanks.
