Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 968879ABA for ; Thu, 13 Sep 2012 20:57:08 +0000 (UTC) Received: (qmail 65898 invoked by uid 500); 13 Sep 2012 20:57:08 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 65841 invoked by uid 500); 13 Sep 2012 20:57:08 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 65602 invoked by uid 99); 13 Sep 2012 20:57:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 20:57:08 +0000 Date: Fri, 14 Sep 2012 07:57:08 +1100 (NCT) From: "Vinod Kumar Vavilapalli (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1435822733.77069.1347569828257.JavaMail.jiratomcat@arcas> In-Reply-To: <1056605410.74095.1347527348841.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (YARN-105) DEFAULT_YARN_APPLICATION_CLASSPATH is incomplete MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455276#comment-13455276 ] Vinod Kumar Vavilapalli commented on YARN-105: ---------------------------------------------- No, this is not tied to MAPREDUCE-4421. bq. Does this means that MR on trunk will be broken until MAPREDUCE-4421? No, NM exports HADOOP_MAPRED_HOME to all containers by default today, as part of the white-listed environment. You just need to start the NM with proper HADOOP_MAPRED_HOME set. I'll update the docs in the interim to reflect this. > DEFAULT_YARN_APPLICATION_CLASSPATH is incomplete > ------------------------------------------------ > > Key: YARN-105 > URL: https://issues.apache.org/jira/browse/YARN-105 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Reporter: Bo Wang > Assignee: Bo Wang > Fix For: 2.0.0-alpha > > Attachments: YARN-105.patch > > > Currently, DEFAULT_YARN_APPLICATION_CLASSPATH only includes following: > "$HADOOP_CONF_DIR", "$HADOOP_COMMON_HOME/share/hadoop/common/*", > "$HADOOP_COMMON_HOME/share/hadoop/common/lib/*", > "$HADOOP_HDFS_HOME/share/hadoop/hdfs/*", > "$HADOOP_HDFS_HOME/share/hadoop/hdfs/lib/*", > "$YARN_HOME/share/hadoop/yarn/*", > "$YARN_HOME/share/hadoop/yarn/lib/*" > However, $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/* and $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/* are missing. All classes of mapreduce projects can't be found. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira