Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 94669 invoked from network); 16 Nov 2009 08:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 08:05:06 -0000 Received: (qmail 32867 invoked by uid 500); 16 Nov 2009 08:05:06 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 32799 invoked by uid 500); 16 Nov 2009 08:05:06 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 32789 invoked by uid 99); 16 Nov 2009 08:05:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 08:05:06 +0000 X-ASF-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 08:05:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A5D0234C045 for ; Mon, 16 Nov 2009 00:04:40 -0800 (PST) Message-ID: <1925866575.1258358680617.JavaMail.jira@brutus> Date: Mon, 16 Nov 2009 08:04:40 +0000 (UTC) From: "Vinod K V (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6346) Add support for specifying unpack pattern regex to RunJar.unJar In-Reply-To: <511668802.1256857199418.JavaMail.jira@brutus> 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/HADOOP-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778245#action_12778245 ] Vinod K V commented on HADOOP-6346: ----------------------------------- Patch looks mostly good. Two comments: - Shouldn't we use the same pattern for RunJar to decide which classes it puts on its own classpath? - Add a test in TestRunJar to test particularly this feature? That it only unjars what is specified and leaves everything else jarred? > Add support for specifying unpack pattern regex to RunJar.unJar > --------------------------------------------------------------- > > Key: HADOOP-6346 > URL: https://issues.apache.org/jira/browse/HADOOP-6346 > Project: Hadoop Common > Issue Type: Task > Components: conf, util > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.22.0 > > Attachments: hadoop-6346.txt, hadoop-6346.txt > > > The changes in Common necessary for MAPREDUCE-967: > - Adds support for Pattern types to Configuration (plus unit test) > - Adds support to specify a Pattern to RunJar.unJar to decide which files get unpacked -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.