Moving MAPREDUCE-6361 to 2.7.1 CHANGES.txt

This commit is contained in:
Junping Du 2015-05-19 11:53:46 -07:00
parent 9534e533dc
commit dafe33efbf
1 changed files with 4 additions and 4 deletions

View File

@ -157,10 +157,6 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6360. TestMapreduceConfigFields is placed in wrong dir,
introducing compile error (Arshad Mohammad via vinayakumarb)
MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between
copySucceeded() in one thread and copyFailed() in another thread on the
same host. (Junping Du via ozawa)
MAPREDUCE-6366. mapreduce.terasort.final.sync configuration in TeraSort
doesn't work. (Takuya Fukudome via ozawa)
@ -207,6 +203,10 @@ Release 2.7.1 - UNRELEASED
that they don't fail on history-server backed by DFSes with not so strong
guarantees. (Craig Welch via vinodkv)
MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between
copySucceeded() in one thread and copyFailed() in another thread on the
same host. (Junping Du via ozawa)
Release 2.7.0 - 2015-04-20
INCOMPATIBLE CHANGES