浏览代码

HADOOP-3756. Minor. Remove unused dfs.client.buffer.dir from
hadoop-default.xml. (rangadi)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@679202 13f79535-47bb-0310-9956-ffa450edef68

Raghu Angadi 17 年之前
父节点
当前提交
08f6cf01b4
共有 2 个文件被更改,包括 3 次插入8 次删除
  1. 3 0
      CHANGES.txt
  2. 0 8
      conf/hadoop-default.xml

+ 3 - 0
CHANGES.txt

@@ -100,6 +100,9 @@ Trunk (unreleased changes)
     HADOOP-3412. Factor the scheduler out of the JobTracker and make
     it pluggable. (Tom White and Brice Arnould via omalley)
 
+    HADOOP-3756. Minor. Remove unused dfs.client.buffer.dir from 
+    hadoop-default.xml. (rangadi)
+
   OPTIMIZATIONS
 
     HADOOP-3556. Removed lock contention in MD5Hash by changing the 

+ 0 - 8
conf/hadoop-default.xml

@@ -400,14 +400,6 @@ creations/deletions), or "all".</description>
   <description>The name of the group of super-users.</description>
 </property>
 
-<property>
-  <name>dfs.client.buffer.dir</name>
-  <value>${hadoop.tmp.dir}/dfs/tmp</value>
-  <description>Determines where on the local filesystem an DFS client
-  should store its blocks before it sends them to the datanode.
-  </description>
-</property>
-
 <property>
   <name>dfs.data.dir</name>
   <value>${hadoop.tmp.dir}/dfs/data</value>