Xuan
|
cac6fe217a
|
YARN-3151. On Failover tracking url wrong in application cli for KILLED
application. Contributed by Rohith
(cherry picked from commit 65c69e296e )
|
2015-02-11 21:21:06 -08:00 |
Jason Lowe
|
38333c8f29
|
YARN-3074. Nodemanager dies when localizer runner tries to write to a full disk. Contributed by Varun Saxena
(cherry picked from commit b379972ab3 )
|
2015-02-11 16:34:42 +00:00 |
Junping Du
|
f2c3058b8d
|
YARN-3160. Fix non-atomic operation on nodeUpdateQueue in RMNodeImpl. (Contributed by Chengbing Liu)
(cherry picked from commit c541a374d8 )
|
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 d5855c0e46 )
|
2015-02-10 15:29:09 -08:00 |
Jason Lowe
|
ca11ffa5de
|
YARN-2809. Implement workaround for linux kernel panic when removing cgroup. Contributed by Nathan Roberts
(cherry picked from commit 3f5431a22f )
|
2015-02-10 17:28:18 +00:00 |
Jason Lowe
|
9ffd985dc0
|
YARN-3090. DeletionService can silently ignore deletion task failures. Contributed by Varun Saxena
(cherry picked from commit 4eb5f7fa32 )
|
2015-02-10 16:55:21 +00:00 |
Zhijie Shen
|
24d4d933f7
|
YARN-3100. Made YARN authorization pluggable. Contributed by Jian He.
(cherry picked from commit 23bf6c7207 )
|
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 0af6a99a3f )
|
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 7e42088abf )
|
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 da2fb2bc46 )
|
2015-02-06 21:51:49 +00:00 |
Jason Lowe
|
83449a4e4d
|
YARN-3089. LinuxContainerExecutor does not handle file arguments to deleteAsUser. Contributed by Eric Payne
(cherry picked from commit 4c484320b4 )
|
2015-02-06 20:40:33 +00:00 |
Jian He
|
3ddafaa7c8
|
YARN-2694. Ensure only single node label specified in ResourceRequest. Contributed by Wangda Tan
(cherry picked from commit c1957fef29 )
|
2015-02-06 11:34:56 -08:00 |
Arun C. Murthy
|
92ff524182
|
YARN-1537. Fix race condition in TestLocalResourcesTrackerImpl.testLocalResourceCache. Contributed by Xuan Gong.
|
2015-02-05 23:59:34 -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 4641196fe0 )
|
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 69c8a7f45b )
|
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 26dee1486b )
|
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 e5b56e2af6 )
|
2015-02-03 17:35:40 -08:00 |
Xuan
|
c22dcdd191
|
YARN-3056. Add verification for containerLaunchDuration in
TestNodeManagerMetrics. Contributed by zhihai Xu
(cherry picked from commit b73e776abc )
|
2015-02-03 15:14:23 -08:00 |
Wangda Tan
|
205e15c4a3
|
YARN-3075. NodeLabelsManager implementation to retrieve label to node mapping (Varun Saxena via wangda)
(cherry picked from commit 5bd984691b )
|
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 21d80b3dd9 )
|
2015-02-03 11:43:40 -08:00 |
Robert Kanter
|
410830fe8c
|
YARN-3022. Expose Container resource information from NodeManager for monitoring (adhoot via ranter)
(cherry picked from commit f7a77819a1 )
|
2015-02-03 10:39:51 -08:00 |
Jason Lowe
|
3828fb5fab
|
YARN-3085. Application summary should include the application type. Contributed by Rohith
(cherry picked from commit a761bf8726 )
|
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 054a947989 )
|
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 86358221fc )
|
2015-01-30 15:16:22 -08:00 |
Jonathan Eagles
|
d4ffca41d7
|
YARN-3108. ApplicationHistoryServer doesn't process -D arguments (Chang Li via jeagles)
(cherry picked from commit 30a8778c63 )
|
2015-01-29 16:52:37 -06:00 |
Akira Ajisaka
|
1081b4c4a7
|
HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka)
(cherry picked from commit 342efa110a )
|
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 7882bc0f14 )
|
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 18741adf97 )
|
2015-01-27 15:37:02 -08:00 |
Jonathan Eagles
|
c95e8951f8
|
YARN-2897. CrossOriginFilter needs more log statements (Mit Desai via jeagles)
(cherry picked from commit a8ad1e8089 )
|
2015-01-27 16:07:27 -06:00 |
Jian He
|
8100c8a68c
|
YARN-3011. Possible IllegalArgumentException in ResourceLocalizationService might lead NM to crash. Contributed by Varun Saxena
(cherry picked from commit 4e15fc0841 )
|
2015-01-27 13:31:48 -08:00 |
Tsuyoshi Ozawa
|
04ad500fac
|
YARN-3086. Make NodeManager memory configurable in MiniYARNCluster. Contributed by Robert Metzger.
(cherry picked from commit f56da3ce04 )
|
2015-01-28 00:16:07 +09: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 6f9fe76918 )
|
2015-01-26 15:38:27 -08:00 |
Jason Lowe
|
07fe6a36cb
|
YARN-3088. LinuxContainerExecutor.deleteAsUser can throw NPE if native executor returns an error. Contributed by Eric Payne
(cherry picked from commit 902c6ea7e4 )
|
2015-01-26 15:41:23 +00:00 |
Xuan
|
a7696b3fbf
|
YARN-3024. LocalizerRunner should give DIE action when all resources are
localized. Contributed by Chengbing Liu
(cherry picked from commit 0d6bd62102 )
|
2015-01-25 19:39:52 -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 24aa462673 )
|
2015-01-23 20:37:26 +09:00 |
Tsuyoshi Ozawa
|
ff627d94e7
|
YARN-3082. Non thread safe access to systemCredentials in NodeHeartbeatResponse processing. Contributed by Anubhav Dhoot.
(cherry picked from commit 3aab354e66 )
|
2015-01-23 16:05:05 +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 0a2d3e717d )
|
2015-01-19 16:57:17 -08:00 |
Karthik Kambatla
|
4d8fa9615f
|
YARN-2984. Metrics for container's actual memory usage. (kasha)
(cherry picked from commit 84198564ba )
|
2015-01-17 06:26:47 +05:30 |
Zhijie Shen
|
dcd6eed13a
|
YARN-2815. Excluded transitive dependency of JLine in hadoop-yarn-server-common. Contributed by Ferdinand Xu.
(cherry picked from commit 43302f6f44 )
|
2015-01-16 16:38:36 -08:00 |
Junping Du
|
7cddec31d7
|
YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerResync failure with allocation timeout. (Contributed by Jian He)
(cherry picked from commit 5d1cca34fa )
|
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 9e33116d1d )
|
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 c53420f583 )
|
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 51881535e6 )
|
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 ae7bf31fe1 )
|
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 a260406268 )
|
2015-01-09 17:50:18 -08:00 |
Jian He
|
e7e6173049
|
YARN-2997. Fixed NodeStatusUpdater to not send alreay-sent completed container statuses on heartbeat. Contributed by Chengbing Liu
(cherry picked from commit cc2a745f7e )
|
2015-01-08 11:28:24 -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 dc2eaa26b2 )
|
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 e13a484a2b )
|
2015-01-07 14:12:54 -08:00 |