Browse Source

MAPREDUCE-3191. docs for map output compression incorrectly reference SequenceFile (Chen He via jeagles)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.4@1588011 13f79535-47bb-0310-9956-ffa450edef68
Jonathan Turner Eagles 11 years ago
parent
commit
5ce922dc3f

+ 3 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -1606,6 +1606,9 @@ Release 0.23.10 - UNRELEASED
     MAPREDUCE-5640. Rename TestLineRecordReader in jobclient module (Jason Lowe
     via jeagles)
 
+    MAPREDUCE-3191. docs for map output compression incorrectly reference
+    SequenceFile (Chen He via jeagles)
+
   OPTIMIZATIONS
 
     MAPREDUCE-1981. Improve getSplits performance by using listLocatedStatus

+ 0 - 1
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/JobConf.java

@@ -746,7 +746,6 @@ public class JobConf extends Configuration {
 
   /**
    * Should the map outputs be compressed before transfer?
-   * Uses the SequenceFile compression.
    * 
    * @param compress should the map outputs be compressed?
    */