Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 1FD43DF04 for ; Mon, 10 Sep 2012 17:53:08 +0000 (UTC) Received: (qmail 27530 invoked by uid 500); 10 Sep 2012 17:53:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 27480 invoked by uid 500); 10 Sep 2012 17:53:07 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 27334 invoked by uid 99); 10 Sep 2012 17:53:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 17:53:07 +0000 Date: Tue, 11 Sep 2012 04:53:07 +1100 (NCT) From: "Robert Joseph Evans (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <264937353.58762.1347299587703.JavaMail.jiratomcat@arcas> In-Reply-To: <1382387791.57824.1347285967927.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4647) We should only unjar jobjar if there is a lib directory in it. 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/MAPREDUCE-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452241#comment-13452241 ] Robert Joseph Evans commented on MAPREDUCE-4647: ------------------------------------------------ I wanted to add in too that it looks like MAPREDUCE-3018 removed part of MAPREDUCE-967 from streaming too, because YARN did not support this. > We should only unjar jobjar if there is a lib directory in it. > -------------------------------------------------------------- > > Key: MAPREDUCE-4647 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4647 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: mrv2 > Affects Versions: 0.23.3 > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > > For backwards compatibility we recently added made is so we would unjar the job.jar and add anything to the classpath in the lib directory of that jar. But this also slows job startup down a lot if the jar is large. We should only unjar it if actually doing so would add something new to the classpath. -- 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