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/06/26 22:17:25 UTC

svn commit: r958279 - in /hadoop/mapreduce/trunk: CHANGES.txt src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java

Author: cos
Date: Sat Jun 26 20:17:25 2010
New Revision: 958279

URL: http://svn.apache.org/viewvc?rev=958279&view=rev
Log:
MAPREDUCE-1791. Remote cluster control functionality needs JavaDocs improvement. Contributed by Konstantin Boudnik

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=958279&r1=958278&r2=958279&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Sat Jun 26 20:17:25 2010
@@ -825,6 +825,9 @@ Release 0.21.0 - Unreleased
 
   BUG FIXES
 
+    MAPREDUCE-1791. Remote cluster control functionality needs JavaDocs
+    improvement (Konstantin Boudnik)
+
     MAPREDUCE-878. Rename fair scheduler design doc to 
     fair-scheduler-design-doc.tex and add Apache license header (matei)
 

Modified: hadoop/mapreduce/trunk/src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java?rev=958279&r1=958278&r2=958279&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java (original)
+++ hadoop/mapreduce/trunk/src/test/system/test/org/apache/hadoop/mapred/TestPushConfig.java Sat Jun 26 20:17:25 2010
@@ -58,7 +58,7 @@ public class TestPushConfig {
    * in local input directory and pushes all the files from the local to the 
    * remote conf directory. This functionality is required is change the config
    * on the fly and restart the cluster which will be used by other test cases
-   * @throws Exception 
+   * @throws Exception is thrown if pushConfig fails. 
    */
   @Test
   public void testPushConfig() throws Exception {