Add MR-5982 and MR-6492 to 2.6.4

(cherry picked from commit e5df366707)
This commit is contained in:
Jason Lowe 2016-01-11 18:31:10 +00:00
parent 17dfa04be6
commit 6944e7ef44
1 changed files with 7 additions and 0 deletions

View File

@ -710,6 +710,13 @@ Release 2.6.4 - UNRELEASED
MAPREDUCE-6577. MR AM unable to load native library without
MR_AM_ADMIN_USER_ENV set (sjlee)
MAPREDUCE-5982. Task attempts that fail from the ASSIGNED state can
disappear (Chang Li via jlowe)
MAPREDUCE-6492. AsyncDispatcher exit with NPE on
TaskAttemptImpl#sendJHStartEventForAssignedFailTask (Bibin A Chundatt via
jlowe)
Release 2.6.3 - 2015-12-17
INCOMPATIBLE CHANGES