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 6F42017719 for ; Wed, 27 May 2015 04:36:23 +0000 (UTC) Received: (qmail 36996 invoked by uid 500); 27 May 2015 04:36:18 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 36951 invoked by uid 500); 27 May 2015 04:36:18 -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 36940 invoked by uid 99); 27 May 2015 04:36:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2015 04:36:18 +0000 Date: Wed, 27 May 2015 04:36:18 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-3685) NodeManager unnecessarily knows about classpath-jars due to Windows limitations 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-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560391#comment-14560391 ] Chris Nauroth commented on YARN-3685: ------------------------------------- bq. YARN_APPLICATION_CLASSPATH is essentially unused. In that case, this is definitely worth revisiting as part of this issue. Perhaps it's not a problem anymore. This had been used in the past, as seen in bug reports like YARN-1138. > NodeManager unnecessarily knows about classpath-jars due to Windows limitations > ------------------------------------------------------------------------------- > > Key: YARN-3685 > URL: https://issues.apache.org/jira/browse/YARN-3685 > Project: Hadoop YARN > Issue Type: Sub-task > Components: nodemanager > Reporter: Vinod Kumar Vavilapalli > > Found this while looking at cleaning up ContainerExecutor via YARN-3648, making it a sub-task. > YARN *should not* know about classpaths. Our original design modeled around this. But when we added windows suppport, due to classpath issues, we ended up breaking this abstraction via YARN-316. We should clean this up. -- This message was sent by Atlassian JIRA (v6.3.4#6332)