Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57560105B0 for ; Tue, 20 Aug 2013 22:37:58 +0000 (UTC) Received: (qmail 77134 invoked by uid 500); 20 Aug 2013 22:37:54 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 77095 invoked by uid 500); 20 Aug 2013 22:37:54 -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 77059 invoked by uid 99); 20 Aug 2013 22:37:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 22:37:54 +0000 Date: Tue, 20 Aug 2013 22:37:54 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-9686) Easy access to final parameters in Configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-9686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745560#comment-13745560 ] Hudson commented on HADOOP-9686: -------------------------------- SUCCESS: Integrated in Hadoop-trunk-Commit #4300 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/4300/]) HADOOP-9686. Easy access to final parameters in Configuration (Jason Lowe via jeagles) (jeagles: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1515984) * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java > Easy access to final parameters in Configuration > ------------------------------------------------ > > Key: HADOOP-9686 > URL: https://issues.apache.org/jira/browse/HADOOP-9686 > Project: Hadoop Common > Issue Type: Improvement > Components: conf > Affects Versions: 2.1.0-beta > Reporter: Jason Lowe > Assignee: Jason Lowe > Fix For: 3.0.0, 0.23.10, 2.1.1-beta > > Attachments: HADOOP-9686.patch > > > It would be nice if there was an easy way to get final parameters within a Configuration. This would allow clients who wrap Configuration to easily determine which properties should not be changed and implement stricter semantics for them (e.g.: throw an exception when attempts to change them are made). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira