You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Aniket Mokashi (JIRA)" <ji...@apache.org> on 2014/01/31 18:16:09 UTC

[jira] [Created] (PIG-3736) Refactor configuration management in pig

Aniket Mokashi created PIG-3736:
-----------------------------------

             Summary: Refactor configuration management in pig
                 Key: PIG-3736
                 URL: https://issues.apache.org/jira/browse/PIG-3736
             Project: Pig
          Issue Type: Bug
            Reporter: Aniket Mokashi


Currently, all the MR properties from Configuration and user defined properties are sync'ed into PigContext's properties member using Utils.recomputeProperties method. This is done in several places in the code and it is kind of the magic behind how configuration works (I removed a little bit of this magic in PIG-3463). We should refactor the code to separate this so that we can improve configuration settings and precedence can be clearly defined.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)