Jian He
|
9bf09b334d
|
YARN-2498. Respect labels in preemption policy of capacity scheduler for inter-queue preemption. Contributed by Wangda Tan
(cherry picked from commit d497f6ea2be559aa31ed76f37ae949dbfabe2a51)
|
2015-04-24 17:03:57 -07:00 |
|
Tsuyoshi Ozawa
|
3884948d6c
|
YARN-3406. Display count of running containers in the RM's Web UI. Contributed by Ryu Kobayashi.
(cherry picked from commit 4a3dabd94fc3dddd9d7604b826065c23859d565f)
|
2015-04-25 07:17:42 +09:00 |
|
Jason Lowe
|
cf4154676b
|
YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore invoked. Contributed by Brahma Reddy Battula
(cherry picked from commit 5e093f0d400f82f67d9b2d24253c79e4a5abacf9)
|
2015-04-24 22:04:03 +00:00 |
|
Akira Ajisaka
|
73ba3ebe7c
|
YARN-3444. Fix typo capabililty. Contributed by Gabor Liptak.
(cherry picked from commit 5ce3a77f3c00aeabcd791c3373dd3c8c25160ce2)
|
2015-04-25 06:09:03 +09:00 |
|
Jian He
|
0583c27fb1
|
YARN-3387. Previous AM's container completed status couldn't pass to current AM if AM and RM restarted during the same time. Contributed by Sandflee
(cherry picked from commit d03dcb9635dbd79a45d229d1cab5fd28e5e49f49)
|
2015-04-24 12:14:17 -07:00 |
|
Xuan
|
c184466939
|
YARN-3511. Add errors and warnings page to ATS. Contributed by Varun Vasudev
(cherry picked from commit eee9facbbae52cb62dfca01b8bbe676b8e289863)
|
2015-04-24 09:43:35 -07:00 |
|
Xuan
|
8f6053ae51
|
YARN-3516. killing ContainerLocalizer action doesn't take effect when
private localizer receives FETCH_FAILURE status. Contributed by zhihai
xu
(cherry picked from commit 0b3f8957a87ada1a275c9904b211fdbdcefafb02)
|
2015-04-23 16:41:52 -07:00 |
|
Vinod Kumar Vavilapalli
|
0ec6e7e7f5
|
YARN-3413. Changed Nodelabel attributes (like exclusivity) to be settable only via addToClusterNodeLabels but not changeable at runtime. (Wangda Tan via vinodkv)
(cherry picked from commit f5fe35e297ed4a00a1ba93d090207ef67cebcc9d)
|
2015-04-23 11:25:30 -07:00 |
|
Jian He
|
48d8d88245
|
YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as the correct user. Contributed by Zhijie Shen
(cherry picked from commit aa4a192feb8939353254d058c5f81bddbd0335c0)
|
2015-04-23 11:07:54 -07:00 |
|
Wangda Tan
|
9692bcc2c8
|
YARN-3319. Implement a FairOrderingPolicy. (Craig Welch via wangda)
(cherry picked from commit 395205444e8a9ae6fc86f0a441e98486a775511a)
|
2015-04-23 10:48:00 -07:00 |
|
tgraves
|
1cd2fcf25d
|
YARN-3434. Interaction between reservations and userlimit can result in significant ULF violation
(cherry picked from commit 189a63a719c63b67a1783a280bfc2f72dcb55277)
|
2015-04-23 14:49:24 +00:00 |
|
Steve Loughran
|
63ccb9167e
|
YARN-2605. [RM HA] Rest api endpoints doing redirect incorrectly. (Xuan Gong via stevel)
|
2015-04-23 09:22:23 +01:00 |
|
Vinod Kumar Vavilapalli
|
04783b0402
|
YARN-3366. Enhanced NodeManager to support classifying/shaping outgoing network bandwidth traffic originating from YARN containers Contributed by Sidharta Seethana.
(cherry picked from commit a100be685cc4521e9949589948219231aa5d2733)
|
2015-04-22 17:36:55 -07:00 |
|
Junping Du
|
8de6045842
|
New parameter of CLI for decommissioning node gracefully in RMAdmin CLI. Contributed by Devaraj K
(cherry picked from commit fad9d7e85b1ba0934ab592daa9d3c9550b2bb501)
|
2015-04-22 10:08:16 -07:00 |
|
Akira Ajisaka
|
f469f9af2d
|
YARN-3410. Addendum fix for compilation error. Contributed by Rohith.
(cherry picked from commit b08908ae5eaf60a7fc70bf60493a533e915553c5)
|
2015-04-22 17:48:55 +09:00 |
|
Jian He
|
613a783380
|
YARN-3503. Expose disk utilization percentage and bad local and log dir counts in NM metrics. Contributed by Varun Vasudev
(cherry picked from commit 674c7ef64916fabbe59c8d6cdd50ca19cf7ddb7c)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/NodeManager.java
|
2015-04-21 21:06:06 -07:00 |
|
Jian He
|
dc4698bb33
|
YARN-3494. Expose AM resource limit and usage in CS QueueMetrics. Contributed by Rohith Sharmaks
(cherry picked from commit bdd90110e6904b59746812d9a093924a65e72280)
|
2015-04-21 20:34:30 -07:00 |
|
Wangda Tan
|
8a9599fb9e
|
YARN-3410. YARN admin should be able to remove individual application records from RMStateStore. (Rohith Sharmaks via wangda)
|
2015-04-21 17:47:27 -07:00 |
|
Tsuyoshi Ozawa
|
0b87ae27aa
|
YARN-3495. Confusing log generated by FairScheduler. Contributed by Brahma Reddy Battula.
(cherry picked from commit 105afd54779852c518b978101f23526143e234a5)
|
2015-04-22 05:48:16 +09:00 |
|
Wangda Tan
|
d0ea982e64
|
YARN-3463. Integrate OrderingPolicy Framework with CapacityScheduler. (Craig Welch via wangda)
(cherry picked from commit 44872b76fcc0ddfbc7b0a4e54eef50fe8708e0f5)
|
2015-04-20 17:13:01 -07:00 |
|
Jian He
|
6b454aacc3
|
YARN-3497. ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy. Contributed by Jason Lowe
(cherry picked from commit f967fd2f21791c5c4a5a090cc14ee88d155d2e2b)
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-04-20 10:40:09 -07:00 |
|
Jian He
|
6f70f1b1af
|
YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#getTransferredContainers. Contributed by Sunil G
(cherry picked from commit 497c86b485b1bb8a2eba52308646d8e1ee76bce3)
|
2015-04-18 12:47:30 -07:00 |
|
Wangda Tan
|
3316cd4357
|
YARN-3487. CapacityScheduler scheduler lock obtained unnecessarily when calling getQueue (Jason Lowe via wangda)
(cherry picked from commit f47a5763acd55cb0b3f16152c7f8df06ec0e09a9)
|
2015-04-17 17:23:00 -07:00 |
|
Wangda Tan
|
e7cbecddc3
|
YARN-3493. RM fails to come up with error "Failed to load/recover state" when mem settings are changed. (Jian He via wangda)
(cherry picked from commit f65eeb412d140a3808bcf99344a9f3a965918f70)
|
2015-04-17 17:15:16 -07:00 |
|
Jian He
|
9827da95bc
|
YARN-3451. Display attempt start time and elapsed time on the web UI. Contributed by Rohith Sharmaks
(cherry picked from commit 6779467ab6fcc6a02d0e8c80b138cc9df1aa831e)
|
2015-04-17 15:57:36 -07:00 |
|
Jian He
|
57eb07d34b
|
YARN-2696. Queue sorting in CapacityScheduler should consider node label. Contributed by Wangda Tan
(cherry picked from commit d573f09fb93dbb711d504620af5d73840ea063a6)
|
2015-04-17 13:37:34 -07:00 |
|
Junping Du
|
b244701fad
|
YARN-1402. Update related Web UI and CLI with exposing client API to check log aggregation status. Contributed by Xuan Gong.
(cherry picked from commit 1db355a875c3ecc40a244045c6812e00c8d36ef1)
|
2015-04-17 13:20:27 -07:00 |
|
Jian He
|
42cf8e0554
|
YARN-3021. YARN's delegation-token handling disallows certain trust setups to operate properly over DistCp. Contributed by Yongjun Zhang
(cherry picked from commit bb6dde68f19be1885a9e7f7949316a03825b6f3e)
|
2015-04-16 19:44:32 -07:00 |
|
Akira Ajisaka
|
51c458a5c4
|
MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li.
(cherry picked from commit 1fa8075794894b3e0053d251788277fb88e85533)
|
2015-04-16 10:06:03 -05:00 |
|
Jian He
|
6fed2c2a79
|
YARN-3354. Add node label expression in ContainerTokenIdentifier to support RM recovery. Contributed by Wangda Tan
(cherry picked from commit 1b89a3e173f8e905074ed6714a7be5c003c0e2c4)
|
2015-04-15 14:03:29 -07:00 |
|
Jian He
|
58f99b740a
|
YARN-3404. Display queue name on application page. Contributed by Ryu Kobayashi
(cherry picked from commit b2e6cf607f1712d103520ca6b3ff21ecc07cd265)
|
2015-04-15 13:53:24 -07:00 |
|
Tsuyoshi Ozawa
|
e977247f3e
|
YARN-3326. Support RESTful API for getLabelsToNodes. Contributed by Naganarasimha G R.
(cherry picked from commit e48cedc663b8a26fd62140c8e2907f9b4edd9785)
|
2015-04-15 14:04:24 -05:00 |
|
Wangda Tan
|
89a7c98436
|
YARN-3318. Create Initial OrderingPolicy Framework and FifoOrderingPolicy. (Craig Welch via wangda)
(cherry picked from commit 5004e753322084e42dfda4be1d2db66677f86a1e)
|
2015-04-15 09:57:52 -07:00 |
|
Harsh J
|
01af29106a
|
YARN-3462. Patches applied for YARN-2424 are inconsistent between trunk and branch-2. Contributed by Naganarasimha G R.
|
2015-04-15 09:41:43 +05:30 |
|
Tsuyoshi Ozawa
|
3daca4f040
|
YARN-3436. Fix URIs in documantion of YARN web service REST APIs. Contributed by Bibin A Chundatt.
(cherry picked from commit 05007b45e58bd9052f503cfb8c17bcfd22a686e3)
|
2015-04-14 14:14:17 -05:00 |
|
Jian He
|
9ebbf1bfce
|
YARN-3361. CapacityScheduler side changes to support non-exclusive node labels. Contributed by Wangda Tan
(cherry picked from commit 0fefda645bca935b87b6bb8ca63e6f18340d59f5)
|
2015-04-14 11:46:35 -07:00 |
|
Jian He
|
81bbee6852
|
YARN-3266. RMContext#inactiveNodes should have NodeId as map key. Contributed by Chengbing Liu
(cherry picked from commit b46ee1e7a31007985b88072d9af3d97c33a261a7)
|
2015-04-14 11:31:42 -07:00 |
|
Junping Du
|
7c072bf092
|
YARN-3443. Create a 'ResourceHandler' subsystem to ease addition of support for new resource types on the NM. Contributed by Sidharta Seethana.
(cherry picked from commit 838b06ac87339494cea706d4a97e7f5383bdc442)
|
2015-04-13 18:37:39 -07:00 |
|
Junping Du
|
a64b8915de
|
YARN-3347. Improve YARN log command to get AMContainer logs as well as running containers logs. Contributed by Xuan Gong.
(cherry picked from commit a77d628339afaf2f5a085c73fd81a805b18348c9)
|
2015-04-13 17:41:02 -07:00 |
|
Jian He
|
1afea8a15a
|
YARN-3394. Enrich WebApplication proxy documentation. Contributed by Naganarasimha G R
(cherry picked from commit 7b4671490ae4c4ac524925e9c3c686cbf6cabd73)
|
2015-04-13 17:05:58 -07:00 |
|
Jian He
|
d58f5c8894
|
YARN-3472. Fixed possible leak in DelegationTokenRenewer#allTokens. Contributed by Rohith Sharmaks
(cherry picked from commit a1afbc48b53f6bdbd30dc8eb56a7621d49c5d6db)
|
2015-04-13 14:07:51 -07:00 |
|
Jian He
|
32b01263d3
|
YARN-3382. Some of UserMetricsInfo metrics are incorrectly set to root queue metrics. Contributed by Rohit Agarwal
(cherry picked from commit 944a16579fdb54c1c420162ef830ef2ac5451c69)
|
2015-04-13 10:54:15 -07:00 |
|
Karthik Kambatla
|
ad99d268e5
|
YARN-3469. ZKRMStateStore: Avoid setting watches that are not required. (Jun Hong via kasha)
(cherry picked from commit e516706b896743e47e2852be81944eb5613e3e76)
|
2015-04-10 11:21:30 -07:00 |
|
Jian He
|
d3daf9665c
|
YARN-3348. Add a 'yarn top' tool to help understand cluster usage. Contributed by Varun Vasudev
|
2015-04-10 10:40:31 -07:00 |
|
Junping Du
|
0891de0712
|
YARN-1376. NM need to notify the log aggregation status to RM through Node heartbeat. Contributed by Xuan Gong.
(cherry picked from commit 92431c961741747b5d6442f4025016d48d9a6863)
|
2015-04-10 08:58:07 -07:00 |
|
Xuan
|
f5b49160d9
|
YARN-3293. Track and display capacity scheduler health metrics in web
UI. Contributed by Varun Vasudev
(cherry picked from commit afa5d4715a3aea2a6e93380b014c7bb8f0880383)
|
2015-04-09 23:40:02 -07:00 |
|
Vinod Kumar Vavilapalli
|
1ff3fd33ed
|
YARN-3055. Fixed ResourceManager's DelegationTokenRenewer to not stop token renewal of applications part of a bigger workflow. Contributed by Daryn Sharp.
(cherry picked from commit 9c5911294e0ba71aefe4763731b0e780cde9d0ca)
|
2015-04-09 13:10:06 -07:00 |
|
Wangda Tan
|
73d9e4c77b
|
YARN-3466. Fix RM nodes web page to sort by node HTTP-address, #containers and node-label column. (Jason Lowe via wangda)
(cherry picked from commit 1885141e90837252934192040a40047c7adbc1b5)
|
2015-04-09 10:36:10 -07:00 |
|
Karthik Kambatla
|
53e0bf5c17
|
YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)
(cherry picked from commit 6495940eae09418a939882a8955845f9241a6485)
|
2015-04-09 00:10:23 -07:00 |
|
Hitesh Shah
|
55b794e7fa
|
YARN-2890. MiniYarnCluster should turn on timeline service if configured to do so. Contributed by Mit Desai.
(cherry picked from commit 265ed1fe804743601a8b62cabc1e4dc2ec8e502f)
|
2015-04-08 14:14:06 -07:00 |
|