On 09/24/2010 01:26 PM, Martin Becker wrote:
Hello David,

This will at best run my MapReduce process on the local Hadoop instance.
What do I do to submit it to a remote Hadoop cluster using Java code?

Martin

$ java -cp <jars> YourApp -libjars <jars> -jt <hostname_of_job_tracker_in_remote_cluster:job_tracker_port_number> -fs <hdfs://hostname_of_name_nod_in_remote_cluster:name_node_port_number> <parms>

DR

Reply via email to