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 3EE38C3E6 for ; Mon, 5 Aug 2013 21:10:48 +0000 (UTC) Received: (qmail 16278 invoked by uid 500); 5 Aug 2013 21:10:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 16245 invoked by uid 500); 5 Aug 2013 21:10:47 -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 16236 invoked by uid 99); 5 Aug 2013 21:10:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 21:10:47 +0000 Date: Mon, 5 Aug 2013 21:10:47 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-4959) bundling classpath into jar manifest on Windows does not expand environment variables or wildcards 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-4959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729949#comment-13729949 ] Nick Dimiduk commented on MAPREDUCE-4959: ----------------------------------------- As I consider this further, I don't think generating a temp jar is sufficient for our needs. What we want is the hbase-manifest.jar to be created a install time, once all of the path structures are resolved. HBase's current minimum Hadoop version is at 1.1.2. I don't know what the future will hold. Ping [~apurtell] for thoughts on both points. > bundling classpath into jar manifest on Windows does not expand environment variables or wildcards > -------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-4959 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4959 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 1-win > Reporter: Chris Nauroth > > To support long classpaths on Windows, the class path entries get bundled into a small temporary jar with a manifest that has a Class-Path attribute. When a classpath is specified in a jar manifest like this, it does not expand environment variables (i.e. %HADOOP_COMMON_HOME%), and it does not expand wildcards (i.e. lib/*.jar). -- 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