git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1588014 13f79535-47bb-0310-9956-ffa450edef68
@@ -8,6 +8,9 @@ Release 0.23.11 - UNRELEASED
IMPROVEMENTS
+ MAPREDUCE-3191. docs for map output compression incorrectly reference
+ SequenceFile (Chen He via jeagles)
+
OPTIMIZATIONS
BUG FIXES
@@ -667,7 +667,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?
*/