Hi, I am working on writing a scheduler plugin for Hadoop. I have divided the job received into number of tasks. My task now is to assign a task on to a particular TaskTracker. I want to start the Task right away with a method which accepts the Task and TaskTracker as arguments. Could you guide me on doing this.
Thanks in advance. -- Radheshyam Nanduri