Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 48050 invoked from network); 22 Jul 2008 18:27:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 18:27:54 -0000 Received: (qmail 84959 invoked by uid 500); 22 Jul 2008 18:27:52 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 84933 invoked by uid 500); 22 Jul 2008 18:27:52 -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 84922 invoked by uid 99); 22 Jul 2008 18:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 11:27:52 -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; Tue, 22 Jul 2008 18:27:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CFB8E234C181 for ; Tue, 22 Jul 2008 11:27:31 -0700 (PDT) Message-ID: <1974204755.1216751251849.JavaMail.jira@brutus> Date: Tue, 22 Jul 2008 11:27:31 -0700 (PDT) From: "Raghu Angadi (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3756) dfs.client.buffer.dir isn't used in hdfs, but it's still in conf/hadoop-default.xml In-Reply-To: <1649116425.1216067791641.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-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615717#action_12615717 ] Raghu Angadi commented on HADOOP-3756: -------------------------------------- yes, it needs to be removed and no new config is required in its place. For now I will commit this jira. > dfs.client.buffer.dir isn't used in hdfs, but it's still in conf/hadoop-default.xml > ----------------------------------------------------------------------------------- > > Key: HADOOP-3756 > URL: https://issues.apache.org/jira/browse/HADOOP-3756 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.16.0 > Reporter: Michael Bieniosek > Assignee: Raghu Angadi > Priority: Trivial > Fix For: 0.19.0 > > Attachments: HADOOP-3756.patch > > > It looks like the usage of the config variable dfs.client.buffer.dir was removed in 612903, but the variable lives on in the conf/hadoop-default.xml configuration file. If this variable really isn't used anymore, maybe we should remove it from the hadoop-default.xml file? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.