Explorar o código

HADOOP-340. Document that non-existant directories in dfs.data.dir
and mapred.local.dir are ignored.


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

Doug Cutting %!s(int64=19) %!d(string=hai) anos
pai
achega
95b6c74bf3
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      conf/hadoop-default.xml

+ 4 - 1
conf/hadoop-default.xml

@@ -129,7 +129,9 @@ creations/deletions), or "all".</description>
   <description>Determines where on the local filesystem an DFS data node
   should store its blocks.  If this is a comma-delimited
   list of directories, then data will be stored in all named
-  directories, typically on different devices.</description>
+  directories, typically on different devices.
+  Directories that do not exist are ignored.
+  </description>
 </property>
 
 <property>
@@ -216,6 +218,7 @@ creations/deletions), or "all".</description>
   <description>The local directory where MapReduce stores intermediate
   data files.  May be a comma-separated list of
   directories on different devices in order to spread disk i/o.
+  Directories that do not exist are ignored.
   </description>
 </property>