You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/07/08 09:16:00 UTC

svn commit: r420066 - /lucene/hadoop/trunk/conf/hadoop-default.xml

Author: cutting
Date: Sat Jul  8 00:16:00 2006
New Revision: 420066

URL: http://svn.apache.org/viewvc?rev=420066&view=rev
Log:
HADOOP-340.  Document that non-existant directories in dfs.data.dir
and mapred.local.dir are ignored.

Modified:
    lucene/hadoop/trunk/conf/hadoop-default.xml

Modified: lucene/hadoop/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/conf/hadoop-default.xml?rev=420066&r1=420065&r2=420066&view=diff
==============================================================================
--- lucene/hadoop/trunk/conf/hadoop-default.xml (original)
+++ lucene/hadoop/trunk/conf/hadoop-default.xml Sat Jul  8 00:16:00 2006
@@ -129,7 +129,9 @@
   <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 @@
   <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>