You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:27:09 UTC

[jira] [Created] (OOZIE-83) GH-42: Add jar files in with smbolic link to java classpath

GH-42: Add jar files in <file> with smbolic link to java classpath
------------------------------------------------------------------

                 Key: OOZIE-83
                 URL: https://issues.apache.org/jira/browse/OOZIE-83
             Project: Oozie
          Issue Type: Bug
            Reporter: Hadoop QA


in workflow.xml, when use the following line:
<file>/tmp/a.jar#a.jar</file>

then this jar is added to distributed cache ("mapred.cache.files") only.

but this jar also needs to be in java classpath ("java.class.path").

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-83) GH-42: Add jar files in with smbolic link to java classpath

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101760#comment-13101760 ] 

Hadoop QA commented on OOZIE-83:
--------------------------------

brookwc remarked:
agree - closing the issue.

> GH-42: Add jar files in <file> with smbolic link to java classpath
> ------------------------------------------------------------------
>
>                 Key: OOZIE-83
>                 URL: https://issues.apache.org/jira/browse/OOZIE-83
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> in workflow.xml, when use the following line:
> <file>/tmp/a.jar#a.jar</file>
> then this jar is added to distributed cache ("mapred.cache.files") only.
> but this jar also needs to be in java classpath ("java.class.path").

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OOZIE-83) GH-42: Add jar files in with smbolic link to java classpath

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-83.
---------------------------------

    Resolution: Fixed

> GH-42: Add jar files in <file> with smbolic link to java classpath
> ------------------------------------------------------------------
>
>                 Key: OOZIE-83
>                 URL: https://issues.apache.org/jira/browse/OOZIE-83
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> in workflow.xml, when use the following line:
> <file>/tmp/a.jar#a.jar</file>
> then this jar is added to distributed cache ("mapred.cache.files") only.
> but this jar also needs to be in java classpath ("java.class.path").

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-83) GH-42: Add jar files in with smbolic link to java classpath

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099782#comment-13099782 ] 

Hadoop QA commented on OOZIE-83:
--------------------------------

tucu00 remarked:
-1

If a file is symlinked, #a.jar, it means that the process expects the file in the running directory with the 'a.jar' name. If the process expects the JAR in the classpath, then the name should be irrelevant and no aliasing should be provided.

> GH-42: Add jar files in <file> with smbolic link to java classpath
> ------------------------------------------------------------------
>
>                 Key: OOZIE-83
>                 URL: https://issues.apache.org/jira/browse/OOZIE-83
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> in workflow.xml, when use the following line:
> <file>/tmp/a.jar#a.jar</file>
> then this jar is added to distributed cache ("mapred.cache.files") only.
> but this jar also needs to be in java classpath ("java.class.path").

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira