MAPREDUCE-6336. Enable v2 FileOutputCommitter by default. (Siqi Li via gera)

This commit is contained in:
Gera Shegalov 2015-05-27 13:11:10 -07:00
parent 4102e5882e
commit 788406e90c
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@ Trunk (Unreleased)
MAPREDUCE-4424. 'mapred job -list' command should show the job name
as well. (Avinash Kujur via aajisaka)
MAPREDUCE-6336. Enable v2 FileOutputCommitter by default.
(Siqi Li via gera)
NEW FEATURES
MAPREDUCE-778. Rumen Anonymizer. (Amar Kamat and Chris Douglas via amarrk)

View File

@ -1323,7 +1323,7 @@
<property>
<name>mapreduce.fileoutputcommitter.algorithm.version</name>
<value>1</value>
<value>2</value>
<description>The file output committer algorithm version
valid algorithm version number: 1 or 2
default to 1, which is the original algorithm