Jason Lowe
|
a64dd3d24b
|
YARN-3194. RM should handle NMContainerStatuses sent by NM while registering if NM is Reconnected node. Contributed by Rohith
|
2015-02-20 15:10:10 +00:00 |
|
Jian He
|
c0d9b93953
|
YARN-933. Fixed InvalidStateTransitonException at FINAL_SAVING state in RMApp. Contributed by Rohith Sharmaks
|
2015-02-19 15:42:39 -08:00 |
|
Wangda Tan
|
d49ae725d5
|
YARN-3076. Add API/Implementation to YarnClient to retrieve label-to-node mapping (Varun Saxena via wangda)
|
2015-02-19 11:00:57 -08:00 |
|
Tsuyoshi Ozawa
|
b8a14efdf5
|
YARN-1615. Fix typos in delay scheduler's description. Contributed by Akira Ajisaka.
|
2015-02-19 10:24:07 +09:00 |
|
Jian He
|
1c03376300
|
YARN-1514. Utility to benchmark ZKRMStateStore#loadState for RM HA. Contributed by Tsuyoshi OZAWA
|
2015-02-18 16:06:55 -08:00 |
|
Jian He
|
f5da5566d9
|
YARN-3132. RMNodeLabelsManager should remove node from node-to-label mapping when node becomes deactivated. Contributed by Wangda Tan
|
2015-02-18 11:51:51 -08:00 |
|
Xuan
|
57db50cbe3
|
YARN-3207. Secondary filter matches entites which do not have the key
being filtered for. Contributed by Zhijie Shen
|
2015-02-17 18:17:29 -08:00 |
|
Tsuyoshi Ozawa
|
556386a070
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and Devaraj K.
|
2015-02-17 01:53:31 +09:00 |
|
Tsuyoshi Ozawa
|
3f32357c36
|
Revert "YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj."
This reverts commit 9aae81c934 .
|
2015-02-17 01:52:22 +09:00 |
|
Tsuyoshi Ozawa
|
9aae81c934
|
YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj.
|
2015-02-17 01:48:22 +09:00 |
|
Tsuyoshi Ozawa
|
447bd7b5a6
|
YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula.
|
2015-02-16 23:55:58 +09:00 |
|
Junping Du
|
ab0b958a52
|
YARN-2749. Fix some testcases from TestLogAggregationService fails in trunk. (Contributed by Xuan Gong)
|
2015-02-15 06:46:32 -08:00 |
|
cnauroth
|
6804d68901
|
YARN-2899. Run TestDockerContainerExecutorWithMocks on Linux only. Contributed by Ming Ma.
|
2015-02-13 21:58:54 -08:00 |
|
Jason Lowe
|
1a0f508b63
|
YARN-2847. Linux native container executor segfaults if default banned user detected. Contributed by Olaf Flebbe
|
2015-02-13 20:20:55 +00:00 |
|
Xuan
|
253035491c
|
YARN-3164. RMAdmin command usage prints incorrect command name.
Contributed by Bibin A Chundatt
|
2015-02-12 21:39:16 -08:00 |
|
Tsuyoshi Ozawa
|
110cf6b9a3
|
YARN-3182. Cleanup switch statement in ApplicationMasterLauncher#handle(). Contributed by Ray Chiang.
|
2015-02-13 14:21:21 +09:00 |
|
Tsuyoshi Ozawa
|
b0d81e05ab
|
YARN-2994. Document work-preserving RM restart. Contributed by Jian He.
|
2015-02-13 13:08:13 +09:00 |
|
Akira Ajisaka
|
6a49e58cb8
|
YARN-3191. Log object should be initialized with its own class. Contributed by Rohith.
|
2015-02-12 17:58:54 -08:00 |
|
Xuan
|
2586915bb3
|
YARN-3179. Update use of Iterator to Iterable in RMAdminCLI and
CommonNodeLabelsManager. Contributed by Ray Chiang
|
2015-02-12 17:31:45 -08:00 |
|
Xuan
|
99f6bd4f7a
|
YARN-3158. Correct log messages in ResourceTrackerService. Contributed
by Varun Saxena
|
2015-02-12 16:42:15 -08:00 |
|
Jian He
|
18297e0972
|
YARN-3104. Fixed RM to not generate new AMRM tokens on every heartbeat between rolling and activation. Contributed by Jason Lowe
|
2015-02-12 16:02:45 -08:00 |
|
Jian He
|
18a594257e
|
YARN-3124. Fixed CS LeafQueue/ParentQueue to use QueueCapacities to track capacities-by-label. Contributed by Wangda Tan
|
2015-02-12 14:58:09 -08:00 |
|
Allen Wittenauer
|
f1070230d1
|
YARN-2796. deprecate sbin/yarn-daemon.sh (aw)
|
2015-02-12 13:45:04 -08:00 |
|
Karthik Kambatla
|
c2b185def8
|
YARN-3181. FairScheduler: Fix up outdated findbugs issues. (kasha)
|
2015-02-12 13:44:47 -08:00 |
|
Junping Du
|
04f5ef18f7
|
YARN-2079. Recover NonAggregatingLogHandler state upon nodemanager restart. (Contributed by Jason Lowe)
|
2015-02-12 11:46:47 -08:00 |
|
Xuan
|
83be450acc
|
YARN-3147. Clean up RM web proxy code. Contributed by Steve Loughran
|
2015-02-12 10:57:55 -08:00 |
|
Tsuyoshi Ozawa
|
7bc492adab
|
YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt.
|
2015-02-12 23:48:43 +09:00 |
|
Junping Du
|
46c7577b98
|
YARN-1580. Documentation error regarding container-allocation.expiry-interval-ms (Brahma Reddy Battula via junping_du)
|
2015-02-12 03:38:54 -08:00 |
|
Tsuyoshi Ozawa
|
4cbaa74f62
|
Revert "YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt."
This reverts commit 95a41bf35d .
|
2015-02-12 18:48:17 +09:00 |
|
Tsuyoshi Ozawa
|
95a41bf35d
|
YARN-3157. Refactor the exception handling in ConverterUtils#to*Id. Contributed by Bibin A Chundatt.
|
2015-02-12 18:41:17 +09:00 |
|
Tsuyoshi Ozawa
|
b3bcbaf277
|
YARN-1237. Description for yarn.nodemanager.aux-services in yarn-default.xml is misleading. Contributed by Brahma Reddy Battula.
|
2015-02-12 15:17:51 +09:00 |
|
Xuan
|
65c69e296e
|
YARN-3151. On Failover tracking url wrong in application cli for KILLED
application. Contributed by Rohith
|
2015-02-11 21:19:48 -08:00 |
|
Jason Lowe
|
b379972ab3
|
YARN-3074. Nodemanager dies when localizer runner tries to write to a full disk. Contributed by Varun Saxena
|
2015-02-11 16:33:43 +00:00 |
|
Steve Loughran
|
c3da2db48f
|
YARN-2683. [YARN-913] registry config options: document and move to core-default. (stevel)
|
2015-02-11 14:26:37 +00:00 |
|
Steve Loughran
|
362565cf5a
|
YARN-2616 [YARN-913] Add CLI client to the registry to list, view and manipulate entries. (Akshay Radia via stevel)
|
2015-02-11 14:19:01 +00:00 |
|
Junping Du
|
c541a374d8
|
YARN-3160. Fix non-atomic operation on nodeUpdateQueue in RMNodeImpl. (Contributed by Chengbing Liu)
|
2015-02-11 03:44:31 -08:00 |
|
Zhijie Shen
|
d5855c0e46
|
YARN-2246. Made the proxy tracking URL always be http(s)://proxy addr:port/proxy/<appId> to avoid duplicate sections. Contributed by Devaraj K.
|
2015-02-10 15:24:01 -08:00 |
|
Jason Lowe
|
3f5431a22f
|
YARN-2809. Implement workaround for linux kernel panic when removing cgroup. Contributed by Nathan Roberts
|
2015-02-10 17:27:21 +00:00 |
|
Jason Lowe
|
4eb5f7fa32
|
YARN-3090. DeletionService can silently ignore deletion task failures. Contributed by Varun Saxena
|
2015-02-10 16:54:21 +00:00 |
|
Zhijie Shen
|
23bf6c7207
|
YARN-3100. Made YARN authorization pluggable. Contributed by Jian He.
|
2015-02-09 20:34:56 -08:00 |
|
Wangda Tan
|
00a748d24a
|
YARN-3155. Refactor the exception handling code for TimelineClientImpl's retryOn method (Li Lu via wangda)
|
2015-02-09 17:20:34 -08:00 |
|
Jonathan Eagles
|
af08425893
|
YARN-2971. RM uses conf instead of token service address to renew timeline delegation tokens (jeagles)
|
2015-02-09 17:56:05 -06:00 |
|
Jian He
|
0af6a99a3f
|
YARN-3094. Reset timer for liveness monitors after RM recovery. Contributed by Jun Gong
|
2015-02-09 13:47:08 -08:00 |
|
Karthik Kambatla
|
7e42088abf
|
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and rack-local delays, even for off-rack-only requests. (kasha)
|
2015-02-08 22:48:10 -08:00 |
|
Jason Lowe
|
da2fb2bc46
|
YARN-3143. RM Apps REST API can return NPE or entries missing id and other fields. Contributed by Jason Lowe
|
2015-02-06 21:47:32 +00:00 |
|
Jason Lowe
|
6f10434a5a
|
YARN-3144. Configuration for making delegation token failures to timeline server not-fatal. Contributed by Jonathan Eagles
|
2015-02-06 20:55:00 +00:00 |
|
Jason Lowe
|
4c484320b4
|
YARN-3089. LinuxContainerExecutor does not handle file arguments to deleteAsUser. Contributed by Eric Payne
|
2015-02-06 20:39:01 +00:00 |
|
Jian He
|
c1957fef29
|
YARN-2694. Ensure only single node label specified in ResourceRequest. Contributed by Wangda Tan
|
2015-02-06 11:34:20 -08:00 |
|
Arun C. Murthy
|
02f154a001
|
YARN-1537. Fix race condition in TestLocalResourcesTrackerImpl.testLocalResourceCache. Contributed by Xuan Gong.
|
2015-02-05 23:58:52 -08:00 |
|
Arun C. Murthy
|
18b2507eda
|
YARN-1904. Ensure exceptions thrown in ClientRMService & ApplicationHistoryClientService are uniform when application-attempt is not found. Contributed by Zhijie Shen.
|
2015-02-05 23:48:55 -08:00 |
|