You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Santhosh Srinivasan (JIRA)" <ji...@apache.org> on 2008/12/13 00:56:46 UTC

[jira] Created: (PIG-562) Command line parameters should have higher precedence than parameter files during pre-processing of parameters

Command line parameters should have higher precedence than parameter files during pre-processing of parameters
--------------------------------------------------------------------------------------------------------------

                 Key: PIG-562
                 URL: https://issues.apache.org/jira/browse/PIG-562
             Project: Pig
          Issue Type: Improvement
          Components: tools
    Affects Versions: types_branch
            Reporter: Santhosh Srinivasan
            Priority: Minor
             Fix For: types_branch


In parameter substitution,  the order of processing order is stated as follows:

Processing Order
   1.  Configuration files are scanned in the order they are specified on the command line. Within each file, the parameters are processed in the order they are specified.
   2.  Command line parameters are scanned in the order they are specified on the command line.

The order needs to be flipped, allowing the use of command line parameters to define values for variables declared in parameter files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.