Author: cos
Date: Fri Nov 19 22:56:43 2010
New Revision: 1037075

URL: http://svn.apache.org/viewvc?rev=1037075&view=rev
Log:
MAPREDUCE-2195. New property for local conf directory in 
system-test-mapreduce.xml file. Contributed by Konstantin Boudnik.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/src/test/system/conf/system-test-mapred.xml

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1037075&r1=1037074&r2=1037075&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Nov 19 22:56:43 2010
@@ -415,6 +415,9 @@ Release 0.22.0 - Unreleased
     MAPREDUCE-2034. TestSubmitJob triggers NPE instead of permissions error.
     (Todd Lipcon via tomwhite)
 
+    MAPREDUCE-2195. New property for local conf directory in
+    system-test-mapreduce.xml file. (cos)
+
 Release 0.21.1 - Unreleased
 
   NEW FEATURES

Modified: hadoop/mapreduce/trunk/src/test/system/conf/system-test-mapred.xml
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/test/system/conf/system-test-mapred.xml?rev=1037075&r1=1037074&r2=1037075&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/test/system/conf/system-test-mapred.xml 
(original)
+++ hadoop/mapreduce/trunk/src/test/system/conf/system-test-mapred.xml Fri Nov 
19 22:56:43 2010
@@ -70,6 +70,14 @@
   Command for resuming the given suspended process.
   </description>
 </property>
+<property>
+  <name>test.system.hdrc.hadoop.local.confdir</name>
+  <value>$(TO_DO_GLOBAL_TMP_DIR)/localconf</value>
+  <description>
+    A local directory where a new config file is placed before
+    being pushed into new config location on the cluster.
+  </description>
+</property>
 
 <!-- Mandatory keys to be set for the multi user support to be enabled.  -->
 


Reply via email to