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 556386a070 )
|
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 67e3a77720 .
|
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 9aae81c934 )
|
2015-02-17 01:48:53 +09:00 |
Tsuyoshi Ozawa
|
fd8f7e2c7d
|
YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula.
(cherry picked from commit 447bd7b5a6 )
|
2015-02-16 23:56:32 +09:00 |
Junping Du
|
eee89bd18c
|
YARN-2749. Fix some testcases from TestLogAggregationService fails in trunk. (Contributed by Xuan Gong)
(cherry picked from commit ab0b958a52 )
|
2015-02-15 06:48:29 -08:00 |
cnauroth
|
48302e687a
|
YARN-2899. Run TestDockerContainerExecutorWithMocks on Linux only. Contributed by Ming Ma.
(cherry picked from commit 6804d68901 )
|
2015-02-13 21:59:14 -08:00 |
Jason Lowe
|
c9cd58d711
|
YARN-2847. Linux native container executor segfaults if default banned user detected. Contributed by Olaf Flebbe
(cherry picked from commit 1a0f508b63 )
|
2015-02-13 20:22:12 +00:00 |
Xuan
|
3c4b5606dc
|
YARN-3164. RMAdmin command usage prints incorrect command name.
Contributed by Bibin A Chundatt
(cherry picked from commit 253035491c )
|
2015-02-12 21:40:42 -08:00 |
Tsuyoshi Ozawa
|
613065d75a
|
YARN-3182. Cleanup switch statement in ApplicationMasterLauncher#handle(). Contributed by Ray Chiang.
(cherry picked from commit 110cf6b9a3 )
|
2015-02-13 14:21:43 +09:00 |
Tsuyoshi Ozawa
|
43429cd33a
|
YARN-2994. Document work-preserving RM restart. Contributed by Jian He.
(cherry picked from commit b0d81e05ab )
|
2015-02-13 13:08:37 +09:00 |
Akira Ajisaka
|
9d8dbf8ea4
|
YARN-3191. Log object should be initialized with its own class. Contributed by Rohith.
(cherry picked from commit 99c7f2b8fa417303e8f42ea3641c302135879280)
|
2015-02-12 17:59:04 -08:00 |
Xuan
|
df6bee5a75
|
YARN-3179. Update use of Iterator to Iterable in RMAdminCLI and
CommonNodeLabelsManager. Contributed by Ray Chiang
(cherry picked from commit 2586915bb3 )
|
2015-02-12 17:32:58 -08:00 |
Xuan
|
5f0495689f
|
YARN-3158. Correct log messages in ResourceTrackerService. Contributed
by Varun Saxena
(cherry picked from commit 99f6bd4f7a )
|
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 18297e0972 )
|
2015-02-12 16:03:12 -08:00 |
Karthik Kambatla
|
fcfbdf6440
|
YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)
(cherry picked from commit c2b185def8 )
|
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 18a594257e )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-02-12 15:01:14 -08:00 |
Junping Du
|
380cc4dbed
|
YARN-2079. Recover NonAggregatingLogHandler state upon nodemanager restart. (Contributed by Jason Lowe)
(cherry picked from commit 04f5ef18f7 )
|
2015-02-12 11:48:24 -08:00 |
Xuan
|
58d9ce2ea1
|
YARN-3147. Clean up RM web proxy code. Contributed by Steve Loughran
(cherry picked from commit 83be450acc )
|
2015-02-12 10:59:18 -08:00 |
Tsuyoshi Ozawa
|
dc14f2772f
|
YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt.
(cherry picked from commit 7bc492adab )
|
2015-02-12 23:49:27 +09:00 |
Junping Du
|
634cc297ba
|
YARN-1580. Documentation error regarding container-allocation.expiry-interval-ms (Brahma Reddy Battula via junping_du)
(cherry picked from commit 46c7577b98 )
|
2015-02-12 03:40:57 -08:00 |
Tsuyoshi Ozawa
|
fd047702e4
|
YARN-1237. Description for yarn.nodemanager.aux-services in yarn-default.xml is misleading. Contributed by Brahma Reddy Battula.
(cherry picked from commit b3bcbaf277 )
|
2015-02-12 15:19:54 +09:00 |
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 |
Steve Loughran
|
a8eaec396f
|
YARN-2683. [YARN-913] registry config options: document and move to core-default. (stevel)
|
2015-02-11 14:26:22 +00:00 |
Steve Loughran
|
4241c2be3d
|
YARN-2616 [YARN-913] Add CLI client to the registry to list, view and manipulate entries. (Akshay Radia via stevel)
|
2015-02-11 14:18:46 +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 |
Wangda Tan
|
4d4442cb39
|
YARN-3155. Refactor the exception handling code for TimelineClientImpl's retryOn method (Li Lu via wangda)
(cherry picked from commit 00a748d24a )
|
2015-02-09 17:30:59 -08:00 |
Jonathan Eagles
|
c0e14d546e
|
YARN-2971. RM uses conf instead of token service address to renew timeline delegation tokens (jeagles)
(cherry picked from commit af08425893 )
|
2015-02-09 17:56:59 -06: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
|
9361fc8f70
|
YARN-3144. Configuration for making delegation token failures to timeline server not-fatal. Contributed by Jonathan Eagles
(cherry picked from commit 6f10434a5a )
|
2015-02-06 20:55:56 +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 |
Xuan
|
096ba583fa
|
YARN-3149. Fix typo in message for invalid application id. Contributed
by Bibin A Chundatt.
(cherry picked from commit b77ff37686 )
|
2015-02-05 15:15:29 -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 |
Zhijie Shen
|
2db56a4932
|
YARN-3123. Made YARN CLI show a single completed container even if the app is running. Contributed by Naganarasimha G R.
(cherry picked from commit 30510cff75 )
|
2015-02-04 16:07:24 -08:00 |
Siddharth Seth
|
c330bca833
|
YARN-1723. AMRMClientAsync missing blacklist addition and removal
functionality. Contributed by Bartosz Ługowski.
(cherry picked from commit e04e8fa810 )
|
2015-02-04 12:53:31 -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 |
Karthik Kambatla
|
c981b040ba
|
YARN-1393. SLS: Add how-to-use instructions. (Wei Yan via kasha)
(cherry picked from commit c559df2219 )
|
2015-02-03 13:20:57 -08:00 |