Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 26763 invoked from network); 18 Aug 2010 23:23:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 23:23:57 -0000 Received: (qmail 72909 invoked by uid 500); 18 Aug 2010 23:23:57 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 72850 invoked by uid 500); 18 Aug 2010 23:23:57 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 72842 invoked by uid 99); 18 Aug 2010 23:23:57 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 23:23:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 23:23:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7INNITe024650 for ; Wed, 18 Aug 2010 23:23:18 GMT Message-ID: <33537824.434331282173798460.JavaMail.jira@thor> Date: Wed, 18 Aug 2010 19:23:18 -0400 (EDT) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6482) GenericOptionsParser constructor that takes Options and String[] ignores options In-Reply-To: <947197260.111021262909095193.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-6482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900106#action_12900106 ] Hudson commented on HADOOP-6482: -------------------------------- Integrated in Hadoop-Common-trunk-Commit #361 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/361/]) HADOOP-6482. GenericOptionsParser constructor that takes Options and String[] ignores options. Contributed by 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 > Fix For: 0.22.0 > > Attachments: hadoop-6482-1.patch, hadoop-6482-2.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.