MAPREDUCE-6336. Enable v2 FileOutputCommitter by default. (Siqi Li via gera)
This commit is contained in:
parent
4102e5882e
commit
788406e90c
@ -13,6 +13,9 @@ Trunk (Unreleased)
|
|||||||
MAPREDUCE-4424. 'mapred job -list' command should show the job name
|
MAPREDUCE-4424. 'mapred job -list' command should show the job name
|
||||||
as well. (Avinash Kujur via aajisaka)
|
as well. (Avinash Kujur via aajisaka)
|
||||||
|
|
||||||
|
MAPREDUCE-6336. Enable v2 FileOutputCommitter by default.
|
||||||
|
(Siqi Li via gera)
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
MAPREDUCE-778. Rumen Anonymizer. (Amar Kamat and Chris Douglas via amarrk)
|
MAPREDUCE-778. Rumen Anonymizer. (Amar Kamat and Chris Douglas via amarrk)
|
||||||
|
@ -1323,7 +1323,7 @@
|
|||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>mapreduce.fileoutputcommitter.algorithm.version</name>
|
<name>mapreduce.fileoutputcommitter.algorithm.version</name>
|
||||||
<value>1</value>
|
<value>2</value>
|
||||||
<description>The file output committer algorithm version
|
<description>The file output committer algorithm version
|
||||||
valid algorithm version number: 1 or 2
|
valid algorithm version number: 1 or 2
|
||||||
default to 1, which is the original algorithm
|
default to 1, which is the original algorithm
|
||||||
|
Loading…
Reference in New Issue
Block a user