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 4DA52DB28 for ; Thu, 13 Sep 2012 09:29:10 +0000 (UTC) Received: (qmail 46396 invoked by uid 500); 13 Sep 2012 09:29:10 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 46329 invoked by uid 500); 13 Sep 2012 09:29: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 46278 invoked by uid 99); 13 Sep 2012 09:29:07 -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 09:29:07 +0000 Date: Thu, 13 Sep 2012 20:29:07 +1100 (NCT) From: "Tom White (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1894823428.74172.1347528547629.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=13454763#comment-13454763 ] Tom White commented on YARN-105: -------------------------------- Isn't this being fixed in MAPREDUCE-4421? I think the idea is that YARN shouldn't be managing MR JARs itself. > 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