--config option does not work
-----------------------------

                 Key: PIG-2253
                 URL: https://issues.apache.org/jira/browse/PIG-2253
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.9.0, 0.8.1
            Reporter: Mark Butler
            Priority: Minor


The pig shell script has a --config option like hadoop. However it does not, 
because the "secretDebugCmd" option makes a copy of the arguments and places it 
in a variable called "remaining". This means "--config /my/config/directory" is 
passed to the Java class org.apache.pig.Main. The class does not recognize the 
"--config" option so instead of grunt starting it prints the usage message and 
exits.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to