Return-Path: Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: (qmail 70995 invoked from network); 16 Oct 2009 16:20:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 16:20:43 -0000 Received: (qmail 22136 invoked by uid 500); 16 Oct 2009 16:20:43 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 22062 invoked by uid 500); 16 Oct 2009 16:20:42 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 22052 invoked by uid 99); 16 Oct 2009 16:20:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:20:42 +0000 X-ASF-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.18.2.179] (HELO exprod7og113.obsmtp.com) (64.18.2.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:20:40 +0000 Received: from source ([209.85.223.197]) by exprod7ob113.postini.com ([64.18.6.12]) with SMTP ID DSNKStidQ77TBDYU3q7UeUBES85LRK1TF9SI@postini.com; Fri, 16 Oct 2009 09:20:20 PDT Received: by iwn35 with SMTP id 35so1254055iwn.26 for ; Fri, 16 Oct 2009 09:20:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.117.215 with SMTP id s23mr5383277ibq.41.1255710018996; Fri, 16 Oct 2009 09:20:18 -0700 (PDT) In-Reply-To: <15da8a100910160910j68f2c485nbdda1ff8ebdce05d@mail.gmail.com> References: <6eeff0ad0910160626u33505253xfb3a91c13267cc9@mail.gmail.com> <15da8a100910160910j68f2c485nbdda1ff8ebdce05d@mail.gmail.com> Date: Fri, 16 Oct 2009 19:20:18 +0300 Message-ID: <6eeff0ad0910160920y39ca3ea8k6e2e97f58e2e9ba3@mail.gmail.com> Subject: Re: Hadoop and org.apache.hadoop.conf.Configuration class. From: Vitaliy Avdeev To: general@hadoop.apache.org Content-Type: multipart/alternative; boundary=001636920ca99f8a4c04760fc589 --001636920ca99f8a4c04760fc589 Content-Type: text/plain; charset=ISO-8859-1 Yes I meant final. But why when I am using Configuration.writeXML(out) there is no parameters in saved file? On Fri, Oct 16, 2009 at 7:10 PM, Philip Zeyliger wrote: > I think you meant to use "", not "finaly". See the "Final > Parameters" section of > > http://hadoop.apache.org/common/docs/r0.20.1/api/org/apache/hadoop/conf/Configuration.html > . > > On Fri, Oct 16, 2009 at 6:26 AM, Vitaliy Avdeev wrote: > > Hello. I have such situation. I neet to write gui on Java for editing > > core-site.xml. > > For getting an editing data I am using > org.apache.hadoop.conf.Configuration > > class. > > But when i saving data from it such with writeXML() method atributes such > as > > true are lost. > > Is org.apache.hadoop.conf.Configuration supports such atributes? > > > --001636920ca99f8a4c04760fc589--