Jason Lowe
|
79b2a508e0
|
YARN-8284. get_docker_command refactoring. Contributed by Eric Badger
(cherry picked from commit d47c09dcb1 )
|
2018-05-16 09:34:24 -05:00 |
Weiwei Yang
|
2bb39330a4
|
YARN-8278. DistributedScheduling is not working in HA. Contributed by Bibin A Chundatt.
(Cherry picked from commit 2bb647bb91 )
|
2018-05-15 18:47:15 +08:00 |
Haibo Chen
|
8d3598525d
|
YARN-8130 Race condition when container events are published for KILLED applications. (Rohith Sharma K S via Haibo Chen)
(cherry picked from commit 2d00a0c71b )
|
2018-05-15 11:40:47 +05:30 |
Eric Yang
|
8edcbe9460
|
YARN-8265. Improve DNS handling on docker IP changes.
Contributed by Billie Rinaldi
(cherry picked from commit 0ff94563b9 )
|
2018-05-11 22:41:30 -07:00 |
Jason Lowe
|
dfe73334c2
|
YARN-7654. Support ENTRY_POINT for docker container. Contributed by Eric Yang
(cherry picked from commit 6c8e51ca7e )
|
2018-05-11 18:57:20 -05:00 |
Jason Lowe
|
f6d6a2ab04
|
YARN-8244. TestContainerSchedulerQueuing.testStartMultipleContainers failed. Contributed by Jim Brennan
(cherry picked from commit dc912994a1 )
|
2018-05-11 14:13:55 -05:00 |
Eric Yang
|
645429ca28
|
YARN-8274. Fixed a bug on docker start command.
Contributed by Jason Lowe
|
2018-05-11 14:26:20 -04:00 |
Weiwei Yang
|
b4213bfd90
|
YARN-7003. DRAINING state of queues is not recovered after RM restart. Contributed by Tao Yang.
(Cherry picked from commit 9db9cd95bd )
|
2018-05-11 10:55:05 +08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
4c0a6b67f3
|
YARN-8249. Fixed few REST APIs in RMWebServices to have static-user check. Contributed by Sunil Govindan.
(cherry picked from commit d76fbbc9b8 )
|
2018-05-10 19:07:23 -07:00 |
Robert Kanter
|
0506c762b2
|
YARN-8202. DefaultAMSProcessor should properly check units of requested custom resource types against minimum/maximum allocation (snemeth via rkanter)
(cherry picked from commit c8b53c4364 )
|
2018-05-10 09:52:11 -07:00 |
Vrushali C
|
ad4d4153da
|
YARN-8247 Incorrect HTTP status code returned by ATSv2 for non-whitelisted users. Contributed by Rohith Sharma K S
|
2018-05-09 22:30:59 -07:00 |
bibinchundatt
|
b29479c93a
|
YARN-8201. Skip stacktrace of few exception from ClientRMService. Contributed by Bilwa S T.
(cherry picked from commit cc0310a526 )
|
2018-05-10 09:29:43 +05:30 |
Eric Yang
|
6ce89ea2a8
|
YARN-8261. Fixed a bug in creation of localized container directory.
Contributed by Jason Lowe
(cherry picked from commit af4fc2e628 )
|
2018-05-09 13:34:54 -04:00 |
Rohith Sharma K S
|
e3a7dbc4ec
|
YARN-8239. [UI2] Clicking on Node Manager UI under AM container info / App Attempt page goes to old RM UI. Contributed by Sunil G.
(cherry picked from commit eb7b256cc2 )
|
2018-05-09 12:33:49 +05:30 |
Jason Lowe
|
39236da2ff
|
YARN-8207. Docker container launch use popen have risk of shell expansion. Contributed by Eric Yang.
(cherry picked from commit a2ea756420 )
|
2018-05-08 15:37:24 -05:00 |
Wangda Tan
|
0873cfcb56
|
YARN-8232. RMContainer lost queue name when RM HA happens. (Hu Ziqian via wangda)
Change-Id: Ia21e1da6871570c993bbedde76ce32929e95970f
(cherry picked from commit 6b96a73bb0 )
|
2018-05-08 11:35:11 -07:00 |
Rohith Sharma K S
|
b69c65fc6b
|
YARN-8253. HTTPS Ats v2 api call fails with 'bad HTTP parsed'. Contributed by Charan Hebri.
(cherry picked from commit 7450583721 )
|
2018-05-08 12:31:35 +05:30 |
Weiwei Yang
|
68dd01efc1
|
YARN-8025. UsersManangers#getComputedResourceLimitForActiveUsers throws NPE due to preComputedActiveUserLimit is empty. Contributed by Tao Yang.
(Cherry picked from commit 67f239c42f )
|
2018-05-07 11:41:01 +08:00 |
Eric Yang
|
a984abc472
|
YARN-8223. Improved yarn auxiliary service to load jar file from HDFS.
Contributed by Zian Chen
(cherry picked from commit 8cdb032aff )
|
2018-05-04 12:38:28 -04:00 |
Billie Rinaldi
|
04c3f11de4
|
YARN-7818. Remove privileged operation warnings during container launch for the ContainerRuntimes. Contributed by Shane Kumpf
(cherry picked from commit 502914ca32 )
|
2018-05-04 08:55:30 -07:00 |
Eric Yang
|
cf46533bca
|
YARN-7973. Added ContainerRelaunch feature for Docker containers.
Addendum patch 001
Contributed by Shane Kumpf
|
2018-05-03 12:46:04 -04:00 |
Eric Yang
|
f729fb0baa
|
YARN-8194. Fixed reinitialization error for LinuxContainerExecutor.
Contributed by Chandni Singh
(cherry picked from commit f4d280f02b )
|
2018-05-03 11:59:35 -04:00 |
Eric Yang
|
e4b9981612
|
YARN-7973. Added ContainerRelaunch feature for Docker containers.
Contributed by Shane Kumpf
|
2018-05-03 11:57:01 -04:00 |
Rohith Sharma K S
|
4c93cd228c
|
YARN-8217. RmAuthenticationFilterInitializer and TimelineAuthenticationFilterInitializer should use Configuration.getPropsWithPrefix instead of iterator. Contributed by Suma Shivaprasad.
(cherry picked from commit ee2ce923a9 )
|
2018-05-03 18:20:21 +05:30 |
Eric Yang
|
61fac20c9e
|
YARN-8209. Fixed NPE in Yarn Service deletion.
Contributed by Eric Badger
|
2018-05-02 15:05:30 -04:00 |
Weiwei Yang
|
6fce88765a
|
YARN-8222. Fix potential NPE when gets RMApp from RM context. Contributed by Tao Yang.
|
2018-05-02 18:02:24 +08:00 |
Yiqun Lin
|
2741af505f
|
YARN-6385. Fix checkstyle warnings in TestFileSystemApplicationHistoryStore
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3265b55119 )
|
2018-05-02 18:15:53 +09:00 |
Weiwei Yang
|
f34f4e9c11
|
YARN-8212. Pending backlog for async allocation threads should be configurable. Contributed by Tao Yang.
(cherry picked from commit 2d319e3793 )
|
2018-05-01 09:57:15 +08:00 |
Eric Yang
|
0fc55a8f57
|
YARN-8228. Added hostname length check for docker container.
Contributed by Shane Kumpf
(cherry picked from commit a966ec6e23 )
|
2018-04-30 19:14:37 -04:00 |
Konstantinos Karanasos
|
9d2967098d
|
YARN-8195. Fix constraint cardinality check in the presence of multiple target allocation tags. Contributed by Weiwei Yang.
(cherry picked from commit 9b09555451 )
|
2018-04-30 11:55:26 -07:00 |
Wangda Tan
|
090a8a274e
|
YARN-8005. Add unit tests for queue priority with dominant resource calculator. (Zian Chen via wangda)
Change-Id: I17a645f20869a1e5d86fa7a325c93fec908b91dc
(cherry picked from commit 92c5331423 )
|
2018-04-27 13:13:52 -07:00 |
Rohith Sharma K S
|
b3fd464e55
|
YARN-8221. RMWebServices also need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G.
(cherry picked from commit ef3ecc308d )
|
2018-04-27 22:59:16 +05:30 |
Sunil G
|
28e63f3d88
|
YARN-8004. Add unit tests for inter queue preemption for dominant resource calculator. Contributed by Zian Chen.
(cherry picked from commit 71220d218d )
|
2018-04-27 10:42:59 +05:30 |
Sunil G
|
a1a2f1ddc1
|
YARN-8215. ATS v2 returns invalid YARN_CONTAINER_ALLOCATED_HOST_HTTP_ADDRESS from NM. Contributed by Rohith Sharma K S.
(cherry picked from commit 7fc09c4f72 )
|
2018-04-27 10:34:29 +05:30 |
Sunil G
|
e2901d97ba
|
YARN-8205. Application State is not updated to ATS if AM launching is delayed. Contributed by Rohith Sharma K S.
(cherry picked from commit 1634de0fc1 )
|
2018-04-27 10:28:18 +05:30 |
Eric Yang
|
050bd4cd2a
|
YARN-8043. Added the exception message for failed launches running under LCE.
Contributed by Shane Kumpf
|
2018-04-26 08:26:10 -07:00 |
Wangda Tan
|
af286319fd
|
YARN-8193. YARN RM hangs abruptly (stops allocating resources) when running successive applications. (Zian Chen via wangda)
Change-Id: Ia83dd2499ee9000b9e09ae5a932f21a13c0ddee6
(cherry picked from commit af986b442b7be0f2fad1241ca9e267a15c20bf43)
|
2018-04-25 22:16:07 -07:00 |
Sunil G
|
44d28692a8
|
YARN-8188. RM Nodes UI data table index for sorting column need to be corrected post Application tags display. Contributed by Weiwei Yang.
(cherry picked from commit 626690612cd0957316628376744a8be62f891665)
|
2018-04-25 14:58:07 +05:30 |
Wangda Tan
|
3043a93d46
|
YARN-8183. Fix ConcurrentModificationException inside RMAppAttemptMetrics#convertAtomicLongMaptoLongMap. (Suma Shivaprasad via wangda)
Change-Id: I347871d672001653a3afe2e99adefd74e0d798cd
(cherry picked from commit bb3c504764f807fccba7f28298a12e2296f284cb)
|
2018-04-24 17:44:58 -07:00 |
Robert Kanter
|
ea7ad50499
|
HADOOP-15390. Yarn RM logs flooded by DelegationTokenRenewer trying to renew KMS tokens (xiaochen via rkanter)
(cherry picked from commit 7ab08a9c37 )
|
2018-04-23 16:25:41 -07:00 |
Eric Yang
|
5556cf397c
|
YARN-8064. Bugfix for clean up container-executor cmd helper file.
Contributed by Eric Badger
|
2018-04-20 19:12:06 -04:00 |
Konstantinos Karanasos
|
18c86a3fb6
|
YARN-8111. Simplify PlacementConstraints API by removing allocationTagToIntraApp. Contributed by Weiwei Yang.
(cherry picked from commit 28e2244390 )
|
2018-04-20 12:25:08 -07:00 |
Jason Lowe
|
71b0d52987
|
YARN-7786. NullPointerException while launching ApplicationMaster. Contributed by lujie
(cherry picked from commit 766544c0b0 )
|
2018-04-20 13:23:46 -05:00 |
Sunil G
|
162db6e826
|
YARN-6827. [ATS1/1.5] NPE exception while publishing recovering applications into ATS during RM restart. Contributed by Rohith Sharma K S.
(cherry picked from commit 7d06806dfd )
|
2018-04-20 00:06:44 +05:30 |
Weiwei Yang
|
c3ca10c22a
|
YARN-7734. Fix UT failure TestContainerLogsPage#testContainerLogPageAccess. Contributed by Tao Yang.
(cherry picked from commit 411993f6e5 )
|
2018-04-18 19:40:34 -07:00 |
Shashikant Banerjee
|
a13b3edfd8
|
HADOOP-15396. Some java source files are executable
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e4c39f3247 )
|
2018-04-19 08:36:32 +09:00 |
Rohith Sharma K S
|
fa007d986b
|
YARN-8145. yarn rmadmin -getGroups doesn't return updated groups for user. Contributed by Sunil G.
(cherry picked from commit 241d985467 )
|
2018-04-18 13:40:32 +05:30 |
Inigo Goiri
|
8f300c9ce1
|
YARN-8165. Incorrect queue name logging in AbstractContainerAllocator. Contributed by Weiwei Yan.
(cherry picked from commit dd5e18c4ae )
|
2018-04-17 15:28:13 +05:30 |
Wangda Tan
|
6ee62e6b1c
|
YARN-8138. Add unit test to validate queue priority preemption works under node partition. (Zian Chen via wangda)
Change-Id: Ibebfab98a714c12c2dc643b6d7b9754a7f813632
|
2018-04-14 11:04:49 -07:00 |
Rohith Sharma K S
|
eb1026dffa
|
YARN-8156. Increase the default value of yarn.timeline-service.app-collector.linger-period.ms. Contributed by Charan Hebri.
(cherry picked from commit 669eb7bdea )
|
2018-04-14 10:57:02 +05:30 |