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
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
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