Question Regarding Storm Schedular

2020-10-14 Thread Adeel Aslam
Hi Hope you are doing well. I am doing experiments in storm and i need o know about Interface Storm Scheduler: *IScheduler. *I have implemented a new scheduling schemes by implementing such interface. I want to know how can i run the proposed scheduler to the remote cluster. Should i embed such sch

Re: Question Regarding Storm Schedular

2020-10-14 Thread nicoleta
Hello Adeel, after finishing your scheduler code, you package it into a jar file for installation. You can probably use Maven to do it for you as it automates everything well. You use the relevant POM with Maven to compile your scheduler. Then you have to place your jar file at $STORM_HOME/l