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/03/13 23:00:47 UTC

svn commit: r385668 - /lucene/hadoop/trunk/src/test/hadoop-site.xml

Author: cutting
Date: Mon Mar 13 14:00:45 2006
New Revision: 385668

URL: http://svn.apache.org/viewcvs?rev=385668&view=rev
Log:
Use build/test for unit test data, instead of /tmp as in defaults.

Modified:
    lucene/hadoop/trunk/src/test/hadoop-site.xml

Modified: lucene/hadoop/trunk/src/test/hadoop-site.xml
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/src/test/hadoop-site.xml?rev=385668&r1=385667&r2=385668&view=diff
==============================================================================
--- lucene/hadoop/trunk/src/test/hadoop-site.xml (original)
+++ lucene/hadoop/trunk/src/test/hadoop-site.xml Mon Mar 13 14:00:45 2006
@@ -7,4 +7,14 @@
 
 <configuration>
 
+<property>
+  <name>mapred.local.dir</name>
+  <value>build/test/mapred/local</value>
+</property>
+
+<property>
+  <name>mapred.system.dir</name>
+  <value>build/test/mapred/system</value>
+</property>
+
 </configuration>