Junping Du
|
ca8106d2dd
|
YARN-4785. inconsistent value type of the type field for LeafQueueInfo in response of RM REST API.
|
2016-03-17 09:04:41 -07:00 |
|
Karthik Kambatla
|
f84af8bd58
|
YARN-4812. TestFairScheduler#testContinuousScheduling fails intermittently. (kasha)
|
2016-03-17 05:54:06 -07:00 |
|
Wangda Tan
|
ae14e5d07f
|
YARN-4108. CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
(cherry picked from commit 7e8c9beb41 )
|
2016-03-16 17:02:33 -07:00 |
|
Wangda Tan
|
fa7a43529d
|
Revert "CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)"
This reverts commit 7e8c9beb41 .
|
2016-03-16 17:02:10 -07:00 |
|
Wangda Tan
|
7e8c9beb41
|
CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
|
2016-03-16 16:59:59 -07:00 |
|
Karthik Kambatla
|
3ef5500783
|
YARN-4560. Make scheduler error checking message more user friendly. (Ray Chiang via kasha)
|
2016-03-15 23:45:01 -07:00 |
|
Robert Kanter
|
22ca176dfe
|
TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter)
|
2016-03-15 10:05:10 -07:00 |
|
Karthik Kambatla
|
20d389ce61
|
YARN-4719. Add a helper library to maintain node state and allows common queries. (kasha)
|
2016-03-14 14:19:05 -07:00 |
|
Junping Du
|
f291d82cd4
|
YARN-4545. Allow YARN distributed shell to use ATS v1.5 APIs. Li Lu via junping_du
|
2016-03-14 08:28:38 -07:00 |
|
Li Lu
|
017d2c127b
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency.
This commit amends commit d49cfb3504 with a missed test file.
|
2016-03-10 13:02:28 -08:00 |
|
Li Lu
|
d49cfb3504
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (Steve Loughran via gtcarrera9)
|
2016-03-10 10:51:55 -08:00 |
|
Wangda Tan
|
0233d4e0ee
|
YARN-4465. SchedulerUtils#validateRequest for Label check should happen only when nodelabel enabled. (Bibin A Chundatt via wangda)
|
2016-03-08 14:27:03 -08:00 |
|
Jian He
|
3c33158d1c
|
YARN-4764. Application submission fails when submitted queue is not available in scheduler xml. Contributed by Bibin A Chundatt
|
2016-03-08 13:07:57 -08:00 |
|
Vinod Kumar Vavilapalli
|
b2661765a5
|
YARN-4762. Fixed CgroupHandler's creation and usage to avoid NodeManagers crashing when LinuxContainerExecutor is enabled. (Sidharta Seethana via vinodkv)
|
2016-03-07 11:08:17 -08:00 |
|
Jason Lowe
|
4163e36c2b
|
YARN-4760. proxy redirect to history server uses wrong URL. Contributed by Eric Badger
|
2016-03-07 15:56:33 +00:00 |
|
Jason Lowe
|
059caf9989
|
YARN-4744. Too many signal to container failure in case of LCE. Contributed by Sidharta Seethana
|
2016-03-07 15:40:01 +00:00 |
|
Varun Vasudev
|
8ed2e060e8
|
YARN-4245. Generalize config file handling in container-executor. Contributed by Sidharta Seethana.
|
2016-03-07 16:18:35 +05:30 |
|
Varun Vasudev
|
e51a8c1056
|
YARN-4737. Add CSRF filter support in YARN. Contributed by Jonathan Maron.
|
2016-03-07 15:26:44 +05:30 |
|
Zhihai Xu
|
e1ccc9622b
|
YARN-4761. NMs reconnecting with changed capabilities can lead to wrong cluster resource calculations on fair scheduler. Contributed by Sangjin Lee
|
2016-03-06 19:46:09 -08:00 |
|
Rohith Sharma K S
|
19ee185907
|
YARN-4763. RMApps Page crashes with NPE. (Bibin A Chundatt via rohithsharmaks)
|
2016-03-05 13:02:57 +05:30 |
|
Jian He
|
5c465df904
|
YARN-4671. There is no need to acquire CS lock when completing a container. Contributed by Meng Ding
|
2016-03-01 13:14:12 -08:00 |
|
Jian He
|
d93c22ec27
|
YARN-4748. ApplicationHistoryManagerOnTimelineStore should not swallow exceptions on generateApplicationReport. Contributed by Li Lu
|
2016-02-29 18:19:09 -08:00 |
|
Karthik Kambatla
|
9dafaaaf0d
|
YARN-4704. TestResourceManager#testResourceAllocation() fails when using FairScheduler. (Yufei Gu via kasha)
|
2016-02-29 16:10:12 -08:00 |
|
Haohui Mai
|
0fa54d45b1
|
HADOOP-12813. Migrate TestRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng.
|
2016-02-29 11:41:00 -08:00 |
|
Jason Lowe
|
c58a6d53c5
|
YARN-4731. container-executor should not follow symlinks in recursive_unlink_children. Contributed by Colin Patrick McCabe
|
2016-02-29 15:24:35 +00:00 |
|
Rohith Sharma K S
|
e0b14f26f5
|
YARN-4566. Fix test failure in TestMiniYarnClusterNodeUtilization. (Takashi Ohnishi via rohithsharmaks)
|
2016-02-29 10:38:14 +08:00 |
|
Karthik Kambatla
|
f9692770a5
|
YARN-4718. Rename variables in SchedulerNode to reduce ambiguity post YARN-1011. (Inigo Goiri via kasha)
|
2016-02-28 09:35:59 -08:00 |
|
Jason Lowe
|
6b0f813e89
|
YARN-4723. NodesListManager$UnknownNodeId ClassCastException. Contributed by Kuhu Shukla
|
2016-02-26 20:24:50 +00:00 |
|
Ming Ma
|
7f3139e54d
|
YARN-4720. Skip unnecessary NN operations in log aggregation. (Jun Gong via mingma)
|
2016-02-26 08:40:05 -08:00 |
|
Robert Kanter
|
d7fdec1e6b
|
YARN-4579. Allow DefaultContainerExecutor container log directory permissions to be configurable (rchiang via rkanter)
|
2016-02-25 16:36:38 -08:00 |
|
Karthik Kambatla
|
c684f2b007
|
YARN-4729. SchedulerApplicationAttempt#getTotalRequiredResources can throw an NPE. (kasha)
|
2016-02-24 18:33:57 -08:00 |
|
Robert Kanter
|
954dd57043
|
YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter)
|
2016-02-24 15:00:24 -08:00 |
|
Sangjin Lee
|
553b591ba0
|
YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe via sjlee)
|
2016-02-24 09:29:41 -08:00 |
|
Jason Lowe
|
d284e187b8
|
YARN-2046. Out of band heartbeats are sent only on container kill and possibly too early. Contributed by Ming Ma
|
2016-02-23 20:49:09 +00:00 |
|
Junping Du
|
9ed17f181d
|
YARN-3223. Resource update during NM graceful decommission. Contributed by Brook Zhou.
|
2016-02-23 03:30:26 -08:00 |
|
Tsuyoshi Ozawa
|
0e12114c9c
|
YARN-4648. Move preemption related tests from TestFairScheduler to TestFairSchedulerPreemption. Contributed by Kai Sasaki.
|
2016-02-23 19:50:08 +09:00 |
|
Varun Vasudev
|
140cb5d745
|
YARN-4709. NMWebServices produces incorrect JSON for containers. Contributed by Varun Saxena.
|
2016-02-23 12:29:25 +05:30 |
|
Junping Du
|
3fab88540f
|
YARN-4386. refreshNodesGracefully() should send recommission event to active RMNodes only. Contributed by Kuhu Shukla.
|
2016-02-22 07:04:19 -08:00 |
|
Sangjin Lee
|
7de70680fe
|
YARN-4690. Skip object allocation in FSAppAttempt#getResourceUsage when possible (Ming Ma via sjlee)
|
2016-02-17 20:55:21 -08:00 |
|
Karthik Kambatla
|
2ab4c476ed
|
YARN-4689. FairScheduler: Cleanup preemptContainer to be more readable. (Kai Sasaki via kasha)
|
2016-02-17 18:16:15 -08:00 |
|
Arun Suresh
|
23f937e3b7
|
YARN-2575. Create separate ACLs for Reservation create/update/delete/list ops (Sean Po via asuresh)
|
2016-02-11 10:47:43 -08:00 |
|
Varun Vasudev
|
fa00d3e205
|
YARN-4655. Log uncaught exceptions/errors in various thread pools in YARN. Contributed by Sidharta Seethana.
|
2016-02-11 12:06:42 +05:30 |
|
Jian He
|
d16b17b4d2
|
YARN-4138. Roll back container resource allocation after resource increase token expires. Contributed by Meng Ding
|
2016-02-11 10:06:27 +08:00 |
|
=
|
b706cbc1bc
|
YARN-4420. Add REST API for List Reservations (Sean Po via curino)
|
2016-02-10 10:19:26 -08:00 |
|
Arun Suresh
|
5cf5c41a89
|
YARN-4360. Improve GreedyReservationAgent to support "early" allocations, and performance improvements (curino via asuresh)
|
2016-02-10 09:11:15 -08:00 |
|
Devaraj K
|
565af873d5
|
YARN-4667. RM Admin CLI for refreshNodesResources throws NPE when nothing
is configured. Contributed by Naganarasimha G R.
|
2016-02-08 15:01:54 +05:30 |
|
Varun Vasudev
|
22a2b2231d
|
YARN-4669. Fix logging statements in resource manager's Application class. Contributed by Sidharta Seethana.
|
2016-02-04 13:51:25 +05:30 |
|
Varun Vasudev
|
308d63f382
|
YARN-4307. Display blacklisted nodes for AM container in the RM web UI. Contributed by Naganarasimha G R.
|
2016-02-04 13:32:54 +05:30 |
|
Jason Lowe
|
fa328e2d39
|
YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe
|
2016-02-03 17:21:12 +00:00 |
|
Varun Vasudev
|
1adb64e09b
|
YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong.
|
2016-02-03 16:26:28 +05:30 |
|