Author: cos
Date: Fri Jul 16 19:46:13 2010
New Revision: 964925
URL: http://svn.apache.org/viewvc?rev=964925&view=rev
Log:
HDFS-1174. New properties for suspend and resume process. 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=964925&r1=964924&r2=964925&view=diff
==============================================================================
--- hadoop/hdfs/trunk/CHANGES.txt (original)
+++ hadoop/hdfs/trunk/CHANGES.txt Fri Jul 16 19:46:13 2010
@@ -294,6 +294,9 @@ Release 0.21.0 - Unreleased
IMPROVEMENTS
+ HDFS-1174. New properties for suspend and resume process. (Vinay Thota via
+ cos)
+
HDFS-1199. Extract a subset of tests for smoke (DOA) validation. (cos)
HDFS-381. Remove blocks from DataNode maps when corresponding file
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=964925&r1=964924&r2=964925&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 Jul 16
19:46:13 2010
@@ -72,6 +72,22 @@
</description>
</property>
+<property>
+ <name>test.system.hdrc.suspend.cmd</name>
+ <value>kill -SIGSTOP</value>
+ <description>
+ Command for suspending the given process.
+ </description>
+</property>
+
+<property>
+ <name>test.system.hdrc.resume.cmd</name>
+ <value>kill -SIGCONT</value>
+ <description>
+ Command for resuming the given suspended process.
+ </description>
+</property>
+
<!-- Mandatory keys to be set for the multi user support to be enabled. -->
<property>