Moving YARN-3351, YARN-3382, YARN-3472, MAPREDUCE-6238 to the 2.7.1 CHANGES.txt
sections given the recent merge into branch-2.7.
This commit is contained in:
parent
d497f6ea2b
commit
2f82ae042a
|
@ -334,9 +334,6 @@ Release 2.8.0 - UNRELEASED
|
|||
MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL
|
||||
(rchiang via rkanter)
|
||||
|
||||
MAPREDUCE-6238. MR2 can't run local jobs with -libjars command options
|
||||
which is a regression from MR1 (zxu via rkanter)
|
||||
|
||||
MAPREDUCE-6293. Set job classloader on uber-job's LocalContainerLauncher
|
||||
event thread. (Sangjin Lee via gera)
|
||||
|
||||
|
@ -360,6 +357,9 @@ Release 2.7.1 - UNRELEASED
|
|||
|
||||
MAPREDUCE-6300. Task list sort by task id broken. (Siqi Li via aajisaka)
|
||||
|
||||
MAPREDUCE-6238. MR2 can't run local jobs with -libjars command options
|
||||
which is a regression from MR1 (zxu via rkanter)
|
||||
|
||||
Release 2.7.0 - 2015-04-20
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -193,8 +193,6 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-3205 FileSystemRMStateStore should disable FileSystem Cache to avoid
|
||||
get a Filesystem with an old configuration. (Zhihai Xu via ozawa)
|
||||
|
||||
YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)
|
||||
|
||||
YARN-3269. Yarn.nodemanager.remote-app-log-dir could not be configured to
|
||||
fully qualified path. (Xuan Gong via junping_du)
|
||||
|
||||
|
@ -238,12 +236,6 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-3465. Use LinkedHashMap to preserve order of resource requests.
|
||||
(Zhihai Xu via kasha)
|
||||
|
||||
YARN-3382. Some of UserMetricsInfo metrics are incorrectly set to root
|
||||
queue metrics. (Rohit Agarwal via jianhe)
|
||||
|
||||
YARN-3472. Fixed possible leak in DelegationTokenRenewer#allTokens.
|
||||
(Rohith Sharmaks via jianhe)
|
||||
|
||||
YARN-3266. RMContext#inactiveNodes should have NodeId as map key.
|
||||
(Chengbing Liu via jianhe)
|
||||
|
||||
|
@ -287,6 +279,7 @@ Release 2.7.1 - UNRELEASED
|
|||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
||||
YARN-3487. CapacityScheduler scheduler lock obtained unnecessarily when
|
||||
calling getQueue (Jason Lowe via wangda)
|
||||
|
||||
|
@ -299,6 +292,14 @@ Release 2.7.1 - UNRELEASED
|
|||
YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as the
|
||||
correct user. (Zhijie Shen via jianhe)
|
||||
|
||||
YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)
|
||||
|
||||
YARN-3382. Some of UserMetricsInfo metrics are incorrectly set to root
|
||||
queue metrics. (Rohit Agarwal via jianhe)
|
||||
|
||||
YARN-3472. Fixed possible leak in DelegationTokenRenewer#allTokens.
|
||||
(Rohith Sharmaks via jianhe)
|
||||
|
||||
Release 2.7.0 - 2015-04-20
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue