Chris Nauroth created MAPREDUCE-4959:
----------------------------------------

             Summary: 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

Reply via email to