Documentation inaccurate regarding Pig Properties in trunk
----------------------------------------------------------

                 Key: PIG-2621
                 URL: https://issues.apache.org/jira/browse/PIG-2621
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.9.2, 0.10
            Reporter: Prashant Kommireddi
            Assignee: Prashant Kommireddi


Pig Properties documentation reverses the precedence order with respect to the 
various options available.

Currently it says: 
"The following precedence order is supported: pig.properties > -D Pig property 
> -P properties file > set command. This means that if the same property is 
provided using the -D command line option as well as the -P command line option 
and a properties file, the value of the property in the properties file will 
take precedence."

The precedence order is actually the other way around:
pig.properties < -D Pig property < -P properties file < set command


--
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

        

Reply via email to