Koji Noguchi created PIG-4909:
---------------------------------
Summary: PigStorage incompatible with commons-cli-1.3
Key: PIG-4909
URL: https://issues.apache.org/jira/browse/PIG-4909
Project: Pig
Issue Type: Bug
Components: impl
Reporter: Koji Noguchi
Assignee: Koji Noguchi
Priority: Trivial
Pig uses commons-cli-1.2.jar but when user overwrite the classpath with
commons-cli-1.3.jar, job failed with
{noformat}
Caused by: java.lang.IllegalArgumentException: Illegal option name ' '
at
org.apache.commons.cli.OptionValidator.validateOption(OptionValidator.java:60)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)