[ 
https://issues.apache.org/jira/browse/PIG-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pradeep Kamath updated PIG-236:
-------------------------------

    Attachment: pig-236.patch

The Configuration constructor by default handles hadoop-default.xml and 
hadoop-site.xml. 

{code}

  public Configuration() {
    if (LOG.isDebugEnabled()) {
      LOG.debug(StringUtils.stringifyException(new IOException("config()")));
    }
    resources.add("hadoop-default.xml");
    resources.add("hadoop-site.xml");
  }

{code}


Attaching a new patch to make use of this. The logic is the same as before, 
only with fewer changes to use the above fact.

> properties specified on the command line are ignored
> ----------------------------------------------------
>
>                 Key: PIG-236
>                 URL: https://issues.apache.org/jira/browse/PIG-236
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.0.0
>            Reporter: Olga Natkovich
>            Assignee: Pradeep Kamath
>             Fix For: 0.1.0
>
>         Attachments: pig-236.patch
>
>
> Looks like code in src/org/apache/pig/impl/util/PropertiesUtil.java does not 
> take system properties into account.

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

Reply via email to