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
Priority: Minor
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