You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2016/05/23 21:00:15 UTC

[jira] [Created] (PIG-4909) PigStorage incompatible with commons-cli-1.3

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)