Author: cos
Date: Fri Nov 19 22:05:29 2010
New Revision: 1037047
URL: http://svn.apache.org/viewvc?rev=1037047&view=rev
Log:
HDFS-1167. New property for local conf directory in system-test-hdfs.xml file.
Contributed by Vinay Thota.
Modified:
hadoop/hdfs/trunk/CHANGES.txt
hadoop/hdfs/trunk/src/test/system/conf/system-test-hdfs.xml
Modified: hadoop/hdfs/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=1037047&r1=1037046&r2=1037047&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Fri Nov 19 22:05:29 2010
@@ -393,6 +393,9 @@ Release 0.22.0 - Unreleased
HDFS-1001. DataXceiver and BlockReader disagree on when to send/recv
CHECKSUM_OK. (bc Wong via eli)
+ HDFS-1167. New property for local conf directory in system-test-hdfs.xml
+ file. (Vinay Thota via cos)
+
Release 0.21.1 - Unreleased
IMPROVEMENTS
Modified: hadoop/hdfs/trunk/src/test/system/conf/system-test-hdfs.xml
URL:
http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/system/conf/system-test-hdfs.xml?rev=1037047&r1=1037046&r2=1037047&view=diff
==============================================================================
--- hadoop/hdfs/trunk/src/test/system/conf/system-test-hdfs.xml (original)
+++ hadoop/hdfs/trunk/src/test/system/conf/system-test-hdfs.xml Fri Nov 19
22:05:29 2010
@@ -87,6 +87,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. -->