Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 99770 invoked from network); 10 Apr 2008 11:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 11:59:03 -0000 Received: (qmail 59773 invoked by uid 500); 10 Apr 2008 11:59:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 59739 invoked by uid 500); 10 Apr 2008 11:59:02 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 59730 invoked by uid 99); 10 Apr 2008 11:59:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 04:59:02 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 11:58:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B8BEF234C0C7 for ; Thu, 10 Apr 2008 04:56:08 -0700 (PDT) Message-ID: <1307314113.1207828568755.JavaMail.jira@brutus> Date: Thu, 10 Apr 2008 04:56:08 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3171) speculative execution should not have default value on hadoop-default.xml bundled in the Hadoop JAR In-Reply-To: <1831374208.1207315044390.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587606#action_12587606 ] Owen O'Malley commented on HADOOP-3171: --------------------------------------- I left off: 4. Use the tool interface that lets you define properties and config files on the command line. Either the command line or the environment variable should work for you. > speculative execution should not have default value on hadoop-default.xml bundled in the Hadoop JAR > --------------------------------------------------------------------------------------------------- > > Key: HADOOP-3171 > URL: https://issues.apache.org/jira/browse/HADOOP-3171 > Project: Hadoop Core > Issue Type: Bug > Components: conf > Affects Versions: 0.16.2 > Environment: all > Reporter: Alejandro Abdelnur > Assignee: Arun C Murthy > Attachments: HADOOP-3171_20080410.patch > > > Having a default value for speculative execution in the hadoop-default.xml bundled in the Hadoop JAR file does not allow a cluster to control the default behavior. > *ON in hadoop-default.xml (current behavior)* > * ON in JT hadoop-site.xml > * present in job.xml, job's value is used > * not-present in job.xml, ON is taken as default from the hadoop-default.xml present in the client's JAR/conf (*) > * ON FINAL in the JT hadoop-site.xml > * present or not present in the job.xml, ON is used > * OFF in JT hadoop-site.xml > * present in job.xml, job's value is used > * not-present in job.xml, ON is taken as default from the hadoop-default.xml present in the client's JAR/conf > * OF FINAL in the JT hadoop-site.xml > * present or not present in the job.xml, OFF is used > *OFF in hadoop-default.xml (not current behavior)* > * ON in JT hadoop-site.xml > * present in job.xml, job's value is used > * not-present in job.xml, OFF is taken as default from the hadoop-default.xml present in the client's JAR/conf (*) > * ON FINAL in the JT hadoop-site.xml > * present or not present in the job.xml, ON is used > * OFF in JT hadoop-site.xml > * present in job.xml, job's value is used > * not-present in job.xml, ON is taken as default from the hadoop-default.xml present in the client's JAR/conf > * OF FINAL in the JT hadoop-site.xml > * present or not present in the job.xml, OFF is used > --- > Still is desirable for the JT to have a default value. To avoid having to support 2 hadoop-default.xml files, one for the JT and other for the clients, the easiest why is to remove it from the hadoop-default.xml and have the default value in the code when getting the config property (thing that may be already happening). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.