Rohini Palaniswamy created PIG-4388:
---------------------------------------

             Summary: Cleanup and simplify usage of configuration and 
PigContext properties 
                 Key: PIG-4388
                 URL: https://issues.apache.org/jira/browse/PIG-4388
             Project: Pig
          Issue Type: Task
            Reporter: Rohini Palaniswamy


 With PIG-4387, realized that the way we put all *-site.xml in pigcontext 
properties is kind of a mess now with the switching between Properties and 
Configuration. Also pc.getProperties() is populated initially with all the 
*-default/site.xml settings but still there are lot of calls to 
ConfigurationUtil.toConfiguration(pc.getProperties(), true); to include those 
again.  It might be simpler to have one computed Configuration object as part 
of PigContext and use that everywhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to