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-4253. Tests for mapreduce-client-core are lying under
mapreduce-client-jobclient (Tsuyoshi Ozawa via harsh) mapreduce-client-jobclient (Tsuyoshi Ozawa via harsh)
MAPREDUCE-2220. Fix new API FileOutputFormat-related typos in
mapred-default.xml (Rui Kubo via harsh)
OPTIMIZATIONS OPTIMIZATIONS
BUG FIXES BUG FIXES

View File

@ -692,7 +692,7 @@
</property> </property>
<property> <property>
<name>mapreduce.output.fileoutputformat.compression.type</name> <name>mapreduce.output.fileoutputformat.compress.type</name>
<value>RECORD</value> <value>RECORD</value>
<description>If the job outputs are to compressed as SequenceFiles, how should <description>If the job outputs are to compressed as SequenceFiles, how should
they be compressed? Should be one of NONE, RECORD or BLOCK. they be compressed? Should be one of NONE, RECORD or BLOCK.
@ -700,7 +700,7 @@
</property> </property>
<property> <property>
<name>mapreduce.output.fileoutputformat.compression.codec</name> <name>mapreduce.output.fileoutputformat.compress.codec</name>
<value>org.apache.hadoop.io.compress.DefaultCodec</value> <value>org.apache.hadoop.io.compress.DefaultCodec</value>
<description>If the job outputs are compressed, how should they be compressed? <description>If the job outputs are compressed, how should they be compressed?
</description> </description>