Jian He
|
d3b26454e4
|
YARN-3010. Fixed findbugs warning in AbstractYarnScheduler. Contributed by Yi Liu
(cherry picked from commit e13a484a2b )
|
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 60103fca04 )
|
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 dd57c2047b )
|
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 0c4b112677 )
|
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 270a271f53 )
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 562a701945 )
|
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 ddc5be48fc )
|
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 e7257acd8a )
|
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 e2351c7ae2 )
|
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 b7442bf92e )
|
2014-12-30 16:49:59 -08:00 |
Zhijie Shen
|
e5cb52ec1f
|
YARN-2938. Fixed new findbugs warnings in hadoop-yarn-resourcemanager and hadoop-yarn-applicationhistoryservice. Contributed by Varun Saxena.
(cherry picked from commit 241d3b3a50 )
|
2014-12-29 10:07:54 -08:00 |
Jian He
|
ca0349b87a
|
YARN-2992. ZKRMStateStore crashes due to session expiry. Contributed by Karthik Kambatla
(cherry picked from commit 1454efe5d4 )
|
2014-12-26 18:00:32 -08:00 |
Junping Du
|
fc3e810a19
|
YARN-2993. Several fixes (missing acl check, error log msg ...) and some refinement in AdminService. (Contributed by Yi Liu)
(cherry picked from commit 40ee4bff65 )
|
2014-12-26 07:01:44 -08:00 |
Jian He
|
60530a6c4f
|
YARN-2946. Fixed potential deadlock in RMStateStore. Contributed by Rohith Sharmaks
(cherry picked from commit 4f18018b7a )
|
2014-12-23 22:15:28 -08:00 |
Jian He
|
e3a54b1b8b
|
YARN-2837. Support TimeLine server to recover delegation token when restarting. Contributed by Zhijie Shen
(cherry picked from commit 149512a837 )
|
2014-12-23 18:26:37 -08:00 |
Jian He
|
8b398a66ca
|
YARN-2340. Fixed NPE when queue is stopped during RM restart. Contributed by Rohith Sharmaks
(cherry picked from commit 0d89859b51 )
|
2014-12-22 21:55:06 -08:00 |
Jian He
|
411836b74c
|
YARN-2920. Changed CapacityScheduler to kill containers on nodes where node labels are changed. Contributed by Wangda Tan
(cherry picked from commit fdf042dfff )
|
2014-12-22 16:52:15 -08:00 |
Junping Du
|
6f252f7f36
|
YARN-2939. Fix new findbugs warnings in hadoop-yarn-common. (Li Lu via junping_du)
(cherry picked from commit a696fbb001 )
|
2014-12-22 03:08:25 -08:00 |
Karthik Kambatla
|
2abec14ec6
|
YARN-2975. FSLeafQueue app lists are accessed without required locks. (kasha)
(cherry picked from commit 24ee9e3431 )
|
2014-12-20 12:20:29 -08:00 |
Jian He
|
9180d11b3b
|
YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks
(cherry picked from commit 808cba3821 )
|
2014-12-19 16:56:55 -08:00 |
Karthik Kambatla
|
8ee40a1580
|
YARN-2738. [YARN-2574] Add FairReservationSystem for FairScheduler. (Anubhav Dhoot via kasha)
(cherry picked from commit a22ffc3188 )
|
2014-12-19 15:38:27 -08:00 |
Jason Lowe
|
173664d70f
|
YARN-2964. RM prematurely cancels tokens for jobs that submit jobs (oozie). Contributed by Jian He
(cherry picked from commit 0402bada19 )
|
2014-12-18 23:31:11 +00:00 |
Junping Du
|
11e4ec52a1
|
YARN-2972. DelegationTokenRenewer thread pool never expands. Contributed by Jason Lowe
(cherry picked from commit 2b4b0e8847 )
|
2014-12-17 17:41:21 -08:00 |
Karthik Kambatla
|
2d832ad2eb
|
YARN-2964. FSLeafQueue#assignContainer - document the reason for using both write and read locks. (Tsuyoshi Ozawa via kasha)
(cherry picked from commit f2d150ea12 )
|
2014-12-17 16:24:17 -08:00 |
Steve Loughran
|
a858d726c8
|
YARN-2912 Jersey Tests failing with port in use. (varun saxena via stevel)
|
2014-12-12 17:10:54 +00:00 |
Devaraj K
|
10ff600b35
|
YARN-2243. Order of arguments for Preconditions.checkNotNull() is wrong in
SchedulerApplicationAttempt ctor. Contributed by Devaraj K.
(cherry picked from commit bda748ac3a )
|
2014-12-12 12:37:13 +05:30 |
Jian He
|
0f47e4e745
|
YARN-2930. Fixed TestRMRestart#testRMRestartRecoveringNodeLabelManager intermittent failure. Contributed by Wangda Tan
(cherry picked from commit 2ed90a57fd )
|
2014-12-09 16:48:46 -08:00 |
Karthik Kambatla
|
1986ea8dd2
|
YARN-2910. FSLeafQueue can throw ConcurrentModificationException. (Wilfred Spiegelenburg via kasha)
(cherry picked from commit a2e07a5456 )
|
2014-12-09 14:00:52 -08:00 |
Jian He
|
4cc0abe4fe
|
YARN-2869. CapacityScheduler should trim sub queue names when parse configuration. Contributed by Wangda Tan
(cherry picked from commit e69af836f3 )
|
2014-12-05 17:34:15 -08:00 |
Jason Lowe
|
b72fb6c774
|
YARN-2056. Disable preemption at Queue level. Contributed by Eric Payne
(cherry picked from commit 4b13082199 )
|
2014-12-05 21:08:14 +00:00 |
Jian He
|
1d1e7682c9
|
YARN-2301. Improved yarn container command. Contributed by Naganarasimha G R
(cherry picked from commit 258623ff8b )
|
2014-12-04 12:53:52 -08:00 |
Jian He
|
58c971164c
|
YARN-2880. Added a test to make sure node labels will be recovered if RM restart is enabled. Contributed by Rohith Sharmaks
(cherry picked from commit 73fbb3c66b )
|
2014-12-03 17:17:40 -08:00 |
Karthik Kambatla
|
25be97808b
|
YARN-2874. Dead lock in DelegationTokenRenewer which blocks RM to execute any further apps. (Naganarasimha G R via kasha)
(cherry picked from commit 799353e2c7 )
|
2014-12-03 13:45:03 -08:00 |
Jian He
|
d6f3d4893d
|
YARN-2894. Fixed a bug regarding application view acl when RM fails over. Contributed by Rohith Sharmaks
(cherry picked from commit 392c3aaea8 )
|
2014-12-02 17:17:16 -08:00 |
Jian He
|
5067ac098b
|
YARN-2136. Changed RMStateStore to ignore store opearations when fenced. Contributed by Varun Saxena
(cherry picked from commit 52bcefca8b )
|
2014-12-02 11:02:00 -08:00 |
Jian He
|
d208c90148
|
YARN-2765. Added leveldb-based implementation for RMStateStore. Contributed by Jason Lowe
(cherry picked from commit a7fba0bc28 )
|
2014-12-01 16:45:17 -08:00 |
Junping Du
|
c7bd22974a
|
YARN-2907. SchedulerNode#toString should print all resource detail instead of only memory. (Contributed by Rohith)
(cherry picked from commit c732ed760e )
|
2014-12-01 05:41:56 -08:00 |
Jian He
|
ae35b0e14d
|
YARN-2906. CapacitySchedulerPage shows HTML tags for a queue's Active Users. Contributed by Jason Lowe
(cherry picked from commit 8a7ca13b13 )
|
2014-11-25 16:18:02 -08:00 |
Jian He
|
2863056530
|
YARN-2404. Removed ApplicationAttemptState and ApplicationState class in RMStateStore. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 5805a81efb )
|
2014-11-25 12:51:03 -08:00 |
Zhijie Shen
|
57d62d4ded
|
YARN-2697. Remove useless RMAuthenticationHandler. Contributed by Haosong Huang.
(cherry picked from commit e37a4ff0c1 )
|
2014-11-24 15:06:44 -08:00 |
Sandy Ryza
|
3e2e8eac22
|
YARN-2669. FairScheduler: queue names shouldn't allow periods (Wei Yan via Sandy Ryza)
|
2014-11-21 16:08:22 -08:00 |
Karthik Kambatla
|
e9db0aa35c
|
YARN-2604. Scheduler should consider max-allocation-* in conjunction with the largest node. (Robert Kanter via kasha)
(cherry picked from commit 3114d4731d )
|
2014-11-21 10:42:47 -08:00 |
Karthik Kambatla
|
7ba5bb0c5b
|
YARN-2315. FairScheduler: Set current capacity in addition to capacity. (Zhihai Xu via kasha)
(cherry picked from commit a9a0cc3679 )
|
2014-11-19 20:19:54 -08:00 |
Karthik Kambatla
|
564deb75a8
|
YARN-2802. ClusterMetrics to include AM launch and register delays. (Zhihai Xu via kasha)
(cherry picked from commit f9f8e750edbe6db453f0a845e2ed49ede66e0e8a)
|
2014-11-19 19:50:35 -08:00 |
Jian He
|
db31ef7e7f
|
YARN-2865. Fixed RM to always create a new RMContext when transtions from StandBy to Active. Contributed by Rohith Sharmaks
(cherry picked from commit 9cb8b75ba5 )
|
2014-11-19 19:49:44 -08:00 |
Karthik Kambatla
|
8df4c04c3a
|
YARN-2690. [YARN-2574] Make ReservationSystem and its dependent classes independent of Scheduler type. (Anubhav Dhoot via kasha)
(cherry picked from commit 2fce6d6141 )
|
2014-11-17 16:46:18 -08:00 |
Jason Lowe
|
242fd0e39a
|
YARN-2414. RM web UI: app page will crash if app is failed before any attempt has been created. Contributed by Wangda Tan
(cherry picked from commit 81c9d17af8 )
|
2014-11-17 21:16:54 +00:00 |
Jian He
|
21054c5d14
|
YARN-2432. RMStateStore should process the pending events before close. Contributed by Varun Saxena
(cherry picked from commit 9b860661a5 )
|
2014-11-14 17:25:21 -08:00 |
Sandy Ryza
|
c4c77669f0
|
YARN-2811. In Fair Scheduler, reservation fulfillments shouldn't ignore max share (Siqi Li via Sandy Ryza)
|
2014-11-14 15:20:37 -08:00 |
Jian He
|
beb184ac58
|
YARN-2856. Fixed RMAppImpl to handle ATTEMPT_KILLED event at ACCEPTED state on app recovery. Contributed by Rohith Sharmaks
(cherry picked from commit d005404ef7 )
|
2014-11-13 15:34:56 -08:00 |