You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by tai khuu <kh...@gmail.com> on 2014/12/23 19:31:50 UTC

Setting Yarn Classpath for remote submit MapReduce Job

Hi all , i having a problem with yarn classpath, i have an java application
that do job.submit to a hadoop cluster , when the job got submitted , it
always use the default yarn.application.classpath values which is
$HADOOP_COMMON_HOME/share/hadoop/common/*...
but i'm using cloudera cdh5 , it have different hadoop folder , especially
without the share/hadoop . i have tried to change the
yarn.application.classpath in yarn-site, the classpath in mapred-site but
none work . i really dont know where the classpath comming from
really appreciate if some one can help me
Thanks