Hi, I am implementing a pluggable scheduler as mentioned here http://xumingming.sinaapp.com/885/twitter-storm-how-to-develop-a-pluggable-scheduler/
I have created a DemoScheduler.java but when i try to compile the code, I get an error saying 'cannot find symbol : class EvenScheduler'. How do we fix this ? I see that the EvenScheduler is defined in clojure. Is this because of incompatibility of clojure and java. Kindly help me ! Thanks !
