Re: Send jobs remotely

2012-06-27 Thread GUOJUN Zhu
12 12:54 PM Please respond to mapreduce-user@hadoop.apache.org To mapreduce-user@hadoop.apache.org cc Subject Send jobs remotely How can I send jobs remotely? I have a cluster running and I would like to execute a mapreduce task from another machine (outside the cluster) and without to have t

Re: Send jobs remotely

2012-06-27 Thread Mayank Bansal
you can use oozie for that. Thanks, Mayank On Wed, Jun 27, 2012 at 9:54 AM, Félix López wrote: > How can I send jobs remotely? I have a cluster running and I would like to > execute a mapreduce task from another machine (outside the cluster) and > without to have to do this : bin/h

Send jobs remotely

2012-06-27 Thread Félix López
How can I send jobs remotely? I have a cluster running and I would like to execute a mapreduce task from another machine (outside the cluster) and without to have to do this : bin/hadoop jar hadoop.jar main input output every time. I don't know if this is possible in hadoop or maybe I ha