[
https://issues.apache.org/jira/browse/PIG-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai resolved PIG-2640.
-----------------------------
Resolution: Fixed
Fix Version/s: 0.11
Hadoop Flags: Reviewed
Patch committed to trunk. Thanks Prashant!
> Usage message gives wrong information for Pig additional jars
> -------------------------------------------------------------
>
> Key: PIG-2640
> URL: https://issues.apache.org/jira/browse/PIG-2640
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.11
> Reporter: Alan Gates
> Assignee: Prashant Kommireddi
> Priority: Minor
> Fix For: 0.11
>
> Attachments: PIG-2640.patch
>
>
> The usage statement in Main.java says:
> {code}
> pig.additional.jars=<comma seperated list of jars>. Used in place of register
> command.
> {code}
> But in PigServer.java it actually splits on ':', not ','. See the method
> addJarsFromProperties(). We need to change the usage statement to match the
> code.
--
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