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 ra...@apache.org on 2012/02/17 07:37:57 UTC

svn commit: r1245325 - in /hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project: CHANGES.txt src/docs/src/documentation/content/xdocs/rumen.xml src/test/tools/data/rumen/small-trace-test/goldFoldedTrace.json.gz

Author: ravigummadi
Date: Fri Feb 17 06:37:57 2012
New Revision: 1245325

URL: http://svn.apache.org/viewvc?rev=1245325&view=rev
Log:
MAPREDUCE-3757. [Rumen] Fixed Rumen Folder to adjust shuffleFinished and sortFinished times when needed.

Modified:
    hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/CHANGES.txt
    hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/rumen.xml
    hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/test/tools/data/rumen/small-trace-test/goldFoldedTrace.json.gz

Modified: hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/CHANGES.txt?rev=1245325&r1=1245324&r2=1245325&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/CHANGES.txt Fri Feb 17 06:37:57 2012
@@ -204,6 +204,9 @@ Release 0.23.1 - 2012-02-08 
 
   BUG FIXES
 
+    MAPREDUCE-3757. [Rumen] Fixed Rumen Folder to adjust shuffleFinished and
+                    sortFinished times when needed.
+
     MAPREDUCE-3804. yarn webapp interface vulnerable to cross scripting attacks
     (Dave Thompson via bobby)
 

Modified: hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/rumen.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/rumen.xml?rev=1245325&r1=1245324&r2=1245325&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/rumen.xml (original)
+++ hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/docs/src/documentation/content/xdocs/rumen.xml Fri Feb 17 06:37:57 2012
@@ -293,7 +293,7 @@
         <tr>
           <td><code>-output-duration</code></td>
           <td>This parameter defines the final runtime of the trace. 
-              Default value if <strong>1 hour</strong>.
+              Default value is <strong>1 hour</strong>.
           </td>
           <td>'<code>-output-duration 30m</code>' 
               implies that the resulting trace will have a max runtime of 

Modified: hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/test/tools/data/rumen/small-trace-test/goldFoldedTrace.json.gz
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23.1/hadoop-mapreduce-project/src/test/tools/data/rumen/small-trace-test/goldFoldedTrace.json.gz?rev=1245325&r1=1245324&r2=1245325&view=diff
==============================================================================
Binary files - no diff available.