MAPREDUCE-2220. Fix new API FileOutputFormat-related typos in mapred-default.xml. Contributed by Rui Kubo. (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1358788 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Harsh J 2012-07-08 17:23:40 +00:00
parent e5b00f1bdc
commit 52a4678a1d
2 changed files with 5 additions and 2 deletions

View File

@ -148,6 +148,9 @@ Branch-2 ( Unreleased changes )
MAPREDUCE-4253. Tests for mapreduce-client-core are lying under
mapreduce-client-jobclient (Tsuyoshi Ozawa via harsh)
MAPREDUCE-2220. Fix new API FileOutputFormat-related typos in
mapred-default.xml (Rui Kubo via harsh)
OPTIMIZATIONS
BUG FIXES

View File

@ -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>