Re: Yarn MapReduce Job Issue - AM Container launch error in Hadoop 2.3.0

2014-03-23 Thread Tony Mullins
Ok , my bad , I fixed the issue it was due to bad classpaths. I was not giving complete lib dir paths. Thanks Vinod for your time help. Regards, Tony On Sat, Mar 22, 2014 at 11:41 PM, Vinod Kumar Vavilapalli vino...@apache.org wrote: Given your earlier mail about the paths in /opt,

Yarn MapReduce Job Issue - AM Container launch error in Hadoop 2.3.0

2014-03-22 Thread Tony Mullins
Hi, I have setup a 2 node cluster of Hadoop 2.3.0. Its working fine and I can successfully run distributedshell-2.2.0.jar example. But when I try to run any mapreduce job I get error. I have setup MapRed.xml and other configs for running MapReduce job according to (

Re: Yarn MapReduce Job Issue - AM Container launch error in Hadoop 2.3.0

2014-03-22 Thread Vinod Kumar Vavilapalli
What is 614 here? The other relevant thing to check is the MapReduce specific config mapreduce.application.classpath. +Vinod On Mar 22, 2014, at 9:03 AM, Tony Mullins tonymullins...@gmail.com wrote: Hi, I have setup a 2 node cluster of Hadoop 2.3.0. Its working fine and I can

Re: Yarn MapReduce Job Issue - AM Container launch error in Hadoop 2.3.0

2014-03-22 Thread Tony Mullins
That I also dont know what 614... Its the exact and single line in stderr of Jobs logs. And regarding MapRed classpath , defaults are good as there are only two vars $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*, $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*. Is there any other place to look

Re: Yarn MapReduce Job Issue - AM Container launch error in Hadoop 2.3.0

2014-03-22 Thread Vinod Kumar Vavilapalli
Given your earlier mail about the paths in /opt, shouldn't mapreduce classpath also point to /opt/yarn/hadoop-2.3.0 etc? +Vinod On Mar 22, 2014, at 11:33 AM, Tony Mullins tonymullins...@gmail.com wrote: That I also dont know what 614... Its the exact and single line in stderr of Jobs logs.