You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2010/07/28 02:53:17 UTC

[jira] Assigned: (HADOOP-6482) GenericOptionsParser constructor that takes Options and String[] ignores options

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

Eli Collins reassigned HADOOP-6482:
-----------------------------------

    Assignee: Eli Collins

> GenericOptionsParser constructor that takes Options and String[] ignores options
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-6482
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6482
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.22.0
>            Reporter: Chris Wilkes
>            Assignee: Eli Collins
>            Priority: Minor
>         Attachments: hadoop-6482-1.patch
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> This constructor:
>   public GenericOptionsParser(Options opts, String[] args) {
>     this(new Configuration(), new Options(), args);
>   }
> should do a this(new Configuration(), opts, args)

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