Tsuyoshi Ozawa
|
fabac2ff30
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and Devaraj K.
(cherry picked from commit 556386a07084b70a5d2ae0c2bd4445a348306db8)
|
2015-02-17 01:54:09 +09:00 |
|
Tsuyoshi Ozawa
|
42368b91c4
|
Revert "YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj."
This reverts commit 67e3a77720cfcb0fc540e8e0c80a5d42b8140fcc.
|
2015-02-17 01:53:58 +09:00 |
|
Tsuyoshi Ozawa
|
67e3a77720
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj.
(cherry picked from commit 9aae81c93421874b726c7b6ff970895c429e502d)
|
2015-02-17 01:48:53 +09:00 |
|
Tsuyoshi Ozawa
|
613065d75a
|
YARN-3182. Cleanup switch statement in ApplicationMasterLauncher#handle(). Contributed by Ray Chiang.
(cherry picked from commit 110cf6b9a3b64cc2159e708967b854f5a419d438)
|
2015-02-13 14:21:43 +09:00 |
|
Xuan
|
5f0495689f
|
YARN-3158. Correct log messages in ResourceTrackerService. Contributed
by Varun Saxena
(cherry picked from commit 99f6bd4f7ab1c5cac57362690c686139e73251d9)
|
2015-02-12 16:43:28 -08:00 |
|
Jian He
|
b5d6f76c6a
|
YARN-3104. Fixed RM to not generate new AMRM tokens on every heartbeat between rolling and activation. Contributed by Jason Lowe
(cherry picked from commit 18297e09727e4af95140084760ae1267e8fe51c4)
|
2015-02-12 16:03:12 -08:00 |
|
Karthik Kambatla
|
fcfbdf6440
|
YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)
(cherry picked from commit c2b185def846f5577a130003a533b9c377b58fab)
|
2015-02-12 15:39:50 -08:00 |
|
Jian He
|
1be2d64ddd
|
YARN-3124. Fixed CS LeafQueue/ParentQueue to use QueueCapacities to track capacities-by-label. Contributed by Wangda Tan
(cherry picked from commit 18a594257e052e8f10a03e5594e6cc6901dc56be)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-02-12 15:01:14 -08:00 |
|
Xuan
|
cac6fe217a
|
YARN-3151. On Failover tracking url wrong in application cli for KILLED
application. Contributed by Rohith
(cherry picked from commit 65c69e296edad48e50ef36e47803625ea46b51e1)
|
2015-02-11 21:21:06 -08:00 |
|
Junping Du
|
f2c3058b8d
|
YARN-3160. Fix non-atomic operation on nodeUpdateQueue in RMNodeImpl. (Contributed by Chengbing Liu)
(cherry picked from commit c541a374d88ffed6ee71b0e5d556939ccd2c5159)
|
2015-02-11 03:46:40 -08:00 |
|
Zhijie Shen
|
fd75b8c9ca
|
YARN-2246. Made the proxy tracking URL always be http(s)://proxy addr:port/proxy/<appId> to avoid duplicate sections. Contributed by Devaraj K.
(cherry picked from commit d5855c0e46404cfc1b5a63e59015e68ba668f0ea)
|
2015-02-10 15:29:09 -08:00 |
|
Zhijie Shen
|
24d4d933f7
|
YARN-3100. Made YARN authorization pluggable. Contributed by Jian He.
(cherry picked from commit 23bf6c72071782e3fd5a628e21495d6b974c7a9e)
|
2015-02-09 20:37:58 -08:00 |
|
Jian He
|
6146680955
|
YARN-3094. Reset timer for liveness monitors after RM recovery. Contributed by Jun Gong
(cherry picked from commit 0af6a99a3fcfa4b47d3bcba5e5cc5fe7b312a152)
|
2015-02-09 13:47:33 -08:00 |
|
Karthik Kambatla
|
1cb1c8b615
|
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha)
(cherry picked from commit 7e42088abf230dce9c63497d0937fee4f9a1e4a5)
|
2015-02-08 22:48:29 -08:00 |
|
Jason Lowe
|
61fdd862be
|
YARN-3143. RM Apps REST API can return NPE or entries missing id and other fields. Contributed by Jason Lowe
(cherry picked from commit da2fb2bc46bddf42d79c6d7664cbf0311973709e)
|
2015-02-06 21:51:49 +00:00 |
|
Jian He
|
3ddafaa7c8
|
YARN-2694. Ensure only single node label specified in ResourceRequest. Contributed by Wangda Tan
(cherry picked from commit c1957fef29b07fea70938e971b30532a1e131fd0)
|
2015-02-06 11:34:56 -08:00 |
|
Arun C. Murthy
|
29c77de297
|
YARN-1904. Ensure exceptions thrown in ClientRMService & ApplicationHistoryClientService are uniform when application-attempt is not found. Contributed by Zhijie Shen.
|
2015-02-05 23:49:43 -08:00 |
|
Jian He
|
b109051145
|
YARN-3145. Fixed ConcurrentModificationException on CapacityScheduler ParentQueue#getQueueUserAclInfo. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 4641196fe02af5cab3d56a9f3c78875c495dbe03)
|
2015-02-05 16:13:23 -08:00 |
|
Jason Lowe
|
ebdd88ec81
|
YARN-1582. Capacity Scheduler: add a maximum-allocation-mb setting per queue. Contributed by Thomas Graves
(cherry picked from commit 69c8a7f45be5c0aa6787b07f328d74f1e2ba5628)
|
2015-02-05 19:30:06 +00:00 |
|
Sandy Ryza
|
84df660af4
|
YARN-3101. In Fair Scheduler, fix canceling of reservations for exceeding max share (Anubhav Dhoot via Sandy Ryza)
|
2015-02-05 09:45:17 -08:00 |
|
Tsuyoshi Ozawa
|
cdd76d5922
|
YARN-3058. Fix error message of tokens' activation delay configuration. Contributed by Yi Liu.
(cherry picked from commit 26dee1486b70237a2a47f910472e9aa81ffad349)
|
2015-02-04 11:41:48 +09:00 |
|
Zhijie Shen
|
3ab3caa9ea
|
YARN-2543. Made resource usage be published to the timeline server too. Contributed by Naganarasimha G R.
(cherry picked from commit e5b56e2af6b48cbc8501f624ae4b4f9d13eccacf)
|
2015-02-03 17:35:40 -08:00 |
|
Wangda Tan
|
205e15c4a3
|
YARN-3075. NodeLabelsManager implementation to retrieve label to node mapping (Varun Saxena via wangda)
(cherry picked from commit 5bd984691b3e3df5d8aac910295138996e7a5839)
|
2015-02-03 12:55:25 -08:00 |
|
Jian He
|
c0b1311a93
|
YARN-3098. Created common QueueCapacities class in Capacity Scheduler to track capacities-by-labels of queues. Contributed by Wangda Tan
(cherry picked from commit 21d80b3dd90a8e33e51701887c8d9369ed4ab17d)
|
2015-02-03 11:43:40 -08:00 |
|
Jason Lowe
|
3828fb5fab
|
YARN-3085. Application summary should include the application type. Contributed by Rohith
(cherry picked from commit a761bf8726cb6285a505f1773ea3403eb985a65f)
|
2015-02-03 14:57:25 +00:00 |
|
Jian He
|
4941b8f30d
|
YARN-3077. Fixed RM to create zk root path recursively. Contributed by Chun Chen
(cherry picked from commit 054a947989d6ccbe54a803ca96dcebeba8328367)
|
2015-01-30 17:35:26 -08:00 |
|
Jian He
|
cabf97ae4f
|
YARN-3099. Capacity Scheduler LeafQueue/ParentQueue should use ResourceUsage to track used-resources-by-label. Contributed by Wangda Tan
(cherry picked from commit 86358221fc85a7743052a0b4c1647353508bf308)
|
2015-01-30 15:16:22 -08:00 |
|
Akira Ajisaka
|
1081b4c4a7
|
HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka)
(cherry picked from commit 342efa110af9989829b8a8caa699658a2ba01607)
|
2015-01-30 02:50:46 +09:00 |
|
Wangda Tan
|
58d7d1efc6
|
YARN-3079. Scheduler should also update maximumAllocation when updateNodeResource. (Zhihai Xu via wangda)
(cherry picked from commit 7882bc0f1433ae73361cab4207eb0c15abee4586)
|
2015-01-28 21:56:17 -08:00 |
|
Wangda Tan
|
4718af4352
|
YARN-2932. Add entry for preemptable status (enabled/disabled) to scheduler web UI and queue initialize/refresh logging. (Eric Payne via wangda)
(cherry picked from commit 18741adf97f4fda5f8743318b59c440928e51297)
|
2015-01-27 15:37:02 -08:00 |
|
Jian He
|
61b4116b4b
|
YARN-3092. Created a common ResourceUsage class to track labeled resource usages in Capacity Scheduler. Contributed by Wangda Tan
(cherry picked from commit 6f9fe76918bbc79109653edc6cde85df05148ba3)
|
2015-01-26 15:38:27 -08:00 |
|
Tsuyoshi Ozawa
|
25f2cf8a4e
|
YARN-2800. Remove MemoryNodeLabelsStore and add a way to enable/disable node labels feature. Contributed by Wangda Tan.
(cherry picked from commit 24aa462673d392fed859f8088acf9679ae62a129)
|
2015-01-23 20:37:26 +09:00 |
|
Wangda Tan
|
ef6fc24dfb
|
YARN-2933. Capacity Scheduler preemption policy should only consider capacity without labels temporarily. Contributed by Mayank Bansal
(cherry picked from commit 0a2d3e717d9c42090a32ff177991a222a1e34132)
|
2015-01-19 16:57:17 -08:00 |
|
Junping Du
|
7cddec31d7
|
YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerResync failure with allocation timeout. (Contributed by Jian He)
(cherry picked from commit 5d1cca34fa14706586f8bbe7f2a2264757fdcc11)
|
2015-01-16 00:10:36 -08:00 |
|
Jian He
|
ed5a0d0aa8
|
YARN-2861. Fixed Timeline DT secret manager to not reuse RM's configs. Contributed by Zhijie Shen
(cherry picked from commit 9e33116d1d8944a393937337b3963e192b9c74d1)
|
2015-01-15 11:08:19 -08:00 |
|
Jian He
|
4931600030
|
YARN-2637. Fixed max-am-resource-percent calculation in CapacityScheduler when activating applications. Contributed by Craig Welch
(cherry picked from commit c53420f58364b11fbda1dace7679d45534533382)
|
2015-01-13 17:32:36 -08:00 |
|
Robert Kanter
|
13cdcf28e0
|
YARN-2643. Don't create a new DominantResourceCalculator on every FairScheduler.allocate call. (kasha via rkanter)
(cherry picked from commit 51881535e659940b1b332d0c5952ee1f9958cc7f)
|
2015-01-12 17:51:45 -08:00 |
|
Robert Kanter
|
e5059b91bb
|
YARN-3027. Scheduler should use totalAvailable resource from node instead of availableResource for maxAllocation. (adhoot via rkanter)
(cherry picked from commit ae7bf31fe1c63f323ba5271e50fd0e4425a7510f)
|
2015-01-12 10:48:45 -08:00 |
|
Jian He
|
36b3dcaab2
|
YARN-3014. Replaces labels on a host should update all NM's labels on that host. Contributed by Wangda Tan
(cherry picked from commit a2604062681230442eefae79815db5d77ccc4c2e)
|
2015-01-09 17:50:18 -08:00 |
|
Zhijie Shen
|
d2fbba790a
|
YARN-2996. Improved synchronization and I/O operations of FS- and Mem- RMStateStore. Contributed by Yi Liu.
(cherry picked from commit dc2eaa26b20cfbbcdd5784bb8761d08a42f29605)
|
2015-01-08 09:49:27 -08:00 |
|
Jian He
|
d3b26454e4
|
YARN-3010. Fixed findbugs warning in AbstractYarnScheduler. Contributed by Yi Liu
(cherry picked from commit e13a484a2be64fb781c5eca5ae7056cbe194ac5e)
|
2015-01-07 14:12:54 -08:00 |
|
Zhijie Shen
|
8a81312062
|
YARN-2427. Added the API of moving apps between queues in RM web services. Contributed by Varun Vasudev.
(cherry picked from commit 60103fca04dc713183e4ec9e12f961642e7d1001)
|
2015-01-06 14:39:44 -08:00 |
|
Jian He
|
c61e8a7bfa
|
YARN-2978. Fixed potential NPE while getting queue info. Contributed by Varun Saxena
(cherry picked from commit dd57c2047bfd21910acc38c98153eedf1db75169)
|
2015-01-06 14:16:43 -08:00 |
|
Karthik Kambatla
|
7adffad2bb
|
YARN-2881. [YARN-2574] Implement PlanFollower for FairScheduler. (Anubhav Dhoot via kasha)
(cherry picked from commit 0c4b11267717eb451fa6ed4c586317f2db32fbd5)
|
2015-01-06 04:42:55 +05:30 |
|
Karthik Kambatla
|
d070597a0e
|
YARN-2360. Fair Scheduler: Display dynamic fair share for queues on the scheduler page. (Ashwin Shankar and Wei Yan via kasha)
(cherry picked from commit 270a271f53f52a1f33e63a0520ae6032536dd4c6)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-01-06 03:28:48 +05:30 |
|
Zhijie Shen
|
c6cf748985
|
YARN-2958. Made RMStateStore not update the last sequence number when updating the delegation token. Contributed by Varun Saxena.
(cherry picked from commit 562a701945be3a672f9cb5a52cc6db2c1589ba2b)
|
2015-01-05 13:35:09 -08:00 |
|
Tsuyoshi Ozawa
|
c116743bdd
|
YARN-2922. ConcurrentModificationException in CapacityScheduler's LeafQueue. Contributed by Rohith Sharmaks.
(cherry picked from commit ddc5be48fc35868abf7f59088f747c636e76a42a)
|
2015-01-05 00:11:01 +09:00 |
|
Karthik Kambatla
|
798ab51289
|
YARN-2998. Abstract out scheduler independent PlanFollower components. (Anubhav Dhoot via kasha)
(cherry picked from commit e7257acd8a7adb74d81cd1d009d4a99f023ed844)
|
2014-12-30 19:55:50 -08:00 |
|
Jian He
|
cde5bfe3ec
|
YARN-2987. Fixed ClientRMService#getQueueInfo to check against queue and app ACLs. Contributed by Varun Saxena
(cherry picked from commit e2351c7ae24cea9b217af4174512d279c55e8efd)
|
2014-12-30 17:16:05 -08:00 |
|
Jian He
|
143e48c25a
|
YARN-2493. Added node-labels page on RM web UI. Contributed by Wangda Tan
(cherry picked from commit b7442bf92eb6e1ae64a0f9644ffc2eee4597aad5)
|
2014-12-30 16:49:59 -08:00 |
|