You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Gianmarco De Francisci Morales (JIRA)" <ji...@apache.org> on 2012/07/18 00:12:34 UTC

[jira] [Resolved] (PIG-2800) pig.additional.jars path separator should align with File.pathSeparator instead of being hard-coded to ":"

     [ https://issues.apache.org/jira/browse/PIG-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales resolved PIG-2800.
-------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11

Tests passed.
+1
Committed.

Thanks, John!
                
> pig.additional.jars path separator should align with File.pathSeparator instead of being hard-coded to ":"
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-2800
>                 URL: https://issues.apache.org/jira/browse/PIG-2800
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: John Gordon
>             Fix For: 0.11
>
>         Attachments: trunkJarsPatch.patch
>
>
> Windows paths use : after the drive letter, so pig currently fails to properly parse pig.additional.jars because it reads C:\file.txt as the list of jars: ["C", "\file.txt"] on Windows.  ":" is the right separator for Linux, as it aligns with env variable separators in PATH very well.  However, on Windows, it should be something that aligns similarly well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira