Backport of MAPREDUCE-2220. svn merge -c 1358788 from trunk. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1358789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
215c8add4e
commit
b035a14d58
|
@ -143,6 +143,9 @@ Release 2.0.0-alpha - 05-23-2012
|
|||
|
||||
HADOOP-8285 MR changes for Use ProtoBuf for RpcPayLoadHeader (sanjay radia)
|
||||
|
||||
MAPREDUCE-2220. Fix new API FileOutputFormat-related typos in
|
||||
mapred-default.xml (Rui Kubo via harsh)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
|
|
@ -692,7 +692,7 @@
|
|||
</property>
|
||||
|
||||
<property>
|
||||
<name>mapreduce.output.fileoutputformat.compression.type</name>
|
||||
<name>mapreduce.output.fileoutputformat.compress.type</name>
|
||||
<value>RECORD</value>
|
||||
<description>If the job outputs are to compressed as SequenceFiles, how should
|
||||
they be compressed? Should be one of NONE, RECORD or BLOCK.
|
||||
|
@ -700,7 +700,7 @@
|
|||
</property>
|
||||
|
||||
<property>
|
||||
<name>mapreduce.output.fileoutputformat.compression.codec</name>
|
||||
<name>mapreduce.output.fileoutputformat.compress.codec</name>
|
||||
<value>org.apache.hadoop.io.compress.DefaultCodec</value>
|
||||
<description>If the job outputs are compressed, how should they be compressed?
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue