Re: Un-deprecate the old MapReduce API?

2010-04-22 Thread Anthony Urso
+1 On Wed, Apr 21, 2010 at 2:24 PM, Tom White t...@cloudera.com wrote: The old MapReduce API in org.apache.hadoop.mapred was deprecated in the 0.20 release series when the new (Context Objects) MapReduce API was added in org.apache.hadoop.mapreduce. Unfortunately, the new API was not complete

Re: How to submit a MapReduce job remotely

2013-07-31 Thread Anthony Urso
Try something along the lines of hadoop -jt jobtracker host name jar your jar your main class your arguments... Cheers, Anthony On Tue, Jul 30, 2013 at 2:49 PM, Adam Iezzi aie...@hotmail.com wrote: Currently, when submitting a job to MapReduce, I have to build/compile my jar file in my IDE.