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@1588010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Turner Eagles 2014-04-16 18:16:58 +00:00
parent 4a13429dce
commit 327efd2672
2 changed files with 3 additions and 1 deletions

View File

@ -1647,6 +1647,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

View File

@ -747,7 +747,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?
*/