You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by co...@apache.org on 2010/07/16 22:02:52 UTC

svn commit: r964930 - in /hadoop/mapreduce/trunk: CHANGES.txt src/test/system/conf/system-test-mapred.xml

Author: cos
Date: Fri Jul 16 20:02:52 2010
New Revision: 964930

URL: http://svn.apache.org/viewvc?rev=964930&view=rev
Log:
MAPREDUCE-1812. New properties for suspend and resume process. Contributed by Vinay Thota.

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=964930&r1=964929&r2=964930&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Fri Jul 16 20:02:52 2010
@@ -358,6 +358,9 @@ Release 0.21.0 - Unreleased
 
   IMPROVEMENTS
 
+    MAPREDUCE-1812. New properties for suspend and resume process. (Vinay
+    Thota via cos)
+
     MAPREDUCE-463. Makes job setup and cleanup tasks as optional.
     (Amareshwari Sriramadasu via sharad)
 

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=964930&r1=964929&r2=964930&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 Jul 16 20:02:52 2010
@@ -55,6 +55,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>