Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 52681 invoked from network); 4 Feb 2010 11:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 11:10:17 -0000 Received: (qmail 98796 invoked by uid 500); 4 Feb 2010 11:10:15 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 98735 invoked by uid 500); 4 Feb 2010 11:10:15 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 98725 invoked by uid 99); 4 Feb 2010 11:10:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 11:10:14 +0000 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=HTML_MESSAGE,NO_RDNS_DOTCOM_HELO,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.145.54.173] (HELO mrout3.yahoo.com) (216.145.54.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 11:10:03 +0000 Received: from EGL-EX07CAS02.ds.corp.yahoo.com (egl-ex07cas02.eglbp.corp.yahoo.com [203.83.248.209]) by mrout3.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id o14B97Mj008766 for ; Thu, 4 Feb 2010 03:09:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:from:to:date:subject:thread-topic:thread-index: message-id:in-reply-to:accept-language:content-language: x-ms-has-attach:x-ms-tnef-correlator:acceptlanguage:content-type:mime-version; b=FlTzTGXlcEfrFslKBahQb0TiGZZwD2e0RW0vC/SPBExIL/LQ6WuSDTAs5FsXQbOL Received: from EGL-EX07VS01.ds.corp.yahoo.com ([203.83.248.205]) by EGL-EX07CAS02.ds.corp.yahoo.com ([203.83.248.216]) with mapi; Thu, 4 Feb 2010 16:39:06 +0530 From: Amogh Vasekar To: "common-user@hadoop.apache.org" Date: Thu, 4 Feb 2010 16:39:04 +0530 Subject: Re: configuration file Thread-Topic: configuration file Thread-Index: AcqlGtm9IBhllPHITKK8z1rlggmP4AAb5xt6 Message-ID: In-Reply-To: <236728.90406.qm@web15906.mail.cnb.yahoo.com> Accept-Language: en-US Content-Language: en X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_C790A8A87029amoghyahooinccom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_C790A8A87029amoghyahooinccom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, A shot in the dark, is the conf file in your classpath? If yes, are the par= ameters you are trying to override marked final? Amogh On 2/4/10 3:18 AM, "Gang Luo" wrote: Hi, I am writing script to run whole bunch of jobs automatically. But the confi= guration file doesn't seems working. I think there is something wrong in my= command. The command is my script is like: bin/hadoop jar myJarFile myClass -conf myConfigurationFilr.xml arg1 agr2 = .... I use conf.get() so show the value of some parameters. But the values are n= ot what I define in that xml file. Is there something wrong? Thanks. -Gang --_000_C790A8A87029amoghyahooinccom_--