Job controller across cluster
Hello all,
Given the information about machines in a cluster (IP address/machine name) and a program (Java language) to run, is there a job controller available which would execute this program and returns the output on each of the machines?
I would like to deploy my java program on each node of the cluster. Start the program once it is copied there and get back the outputs.
I have asked this question on stack overflow and they suggested that I use tentakel & shmux. Are there any other options available as well?
PS: Couldn't post the link to Stack Overflow post because I need to make atleast 15 posts to put in external links.
Thank you in advance.