Jason Lowe
|
8d226225d0
|
YARN-3943. Use separate threshold configurations for disk-full detection and disk-not-full detection. Contributed by Zhihai Xu
|
2015-10-08 22:25:34 +00:00 |
Rohith Sharma K S
|
3793cbe4c3
|
YARN-4228. FileSystemRMStateStore use IOUtils#close instead of fs#close. (Bibin A Chundatt via rohithsharmaks)
|
2015-10-07 10:12:14 +05:30 |
Rohith Sharma K S
|
9156fc60c6
|
YARN-4209. RMStateStore FENCED state doesn’t work due to updateFencedState called by stateMachine.doTransition. (Zhihai Xu via rohithsharmaks)
|
2015-10-07 09:34:59 +05:30 |
Wangda Tan
|
29a582ada0
|
YARN-4215. RMNodeLabels Manager Need to verify and replace node labels for the only modified Node Label Mappings in the request. (Naganarasimha G R via wangda)
|
2015-10-06 11:56:04 -07:00 |
Wangda Tan
|
30ac69c6bd
|
YARN-4176. Resync NM nodelabels with RM periodically for distributed nodelabels. (Bibin A Chundatt via wangda)
|
2015-10-05 15:47:21 -07:00 |
Vinod Kumar Vavilapalli
|
f1c19b9365
|
HADOOP-12441. Fixed shell-kill command behaviour to work correctly on some Linux distributions after HADOOP-12317. Contributed by Wangda Tan.
|
2015-10-05 10:56:55 -07:00 |
Harsh J
|
c918f7be5e
|
HADOOP-12458. Retries is typoed to spell Retires in parts of hadoop-yarn and hadoop-common. Contributed by Neelesh Srinivas Salian.
|
2015-10-03 18:37:58 +05:30 |
Xuan
|
8f08532bde
|
YARN-1897. CLI and core support for signal container functionality. Contributed by Ming Ma
|
2015-10-02 18:50:47 -07:00 |
Jason Lowe
|
fdf02d1f26
|
YARN-3619. ContainerMetrics unregisters during getMetrics and leads to ConcurrentModificationException. Contributed by Zhihai Xu
|
2015-10-02 20:20:31 +00:00 |
Jason Lowe
|
854d25b0c3
|
YARN-3727. For better error recovery, check if the directory exists before using it for localization. Contributed by Zhihai Xu
|
2015-09-30 14:59:44 +00:00 |
Karthik Kambatla
|
a0b5a0a419
|
YARN-4066. Large number of queues choke fair scheduler. (Johan Gustavsson via kasha)
|
2015-09-29 07:55:34 -07:00 |
Anubhav Dhoot
|
9735afe967
|
YARN-4180. AMLauncher does not retry on failures when talking to NM. (adhoot)
|
2015-09-28 16:13:41 -07:00 |
Jason Lowe
|
9f53a95ff6
|
YARN-4141. Runtime Application Priority change should not throw exception for applications at finishing states. Contributed by Sunil G
|
2015-09-28 22:55:20 +00:00 |
Anubhav Dhoot
|
fb2e525c07
|
YARN-4204. ConcurrentModificationException in FairSchedulerQueueInfo. (adhoot)
|
2015-09-28 09:05:45 -07:00 |
Xuan
|
d1b9b85244
|
YARN-3624. ApplicationHistoryServer should not reverse the order of the
filters it gets. Contributed by Mit Desai
|
2015-09-24 15:01:17 -07:00 |
Rohith Sharma K S
|
a9aafad12b
|
YARN-4044. Running applications information changes such as movequeue is not published to TimeLine server. (Sunil G via rohithsharmaks)
|
2015-09-24 12:13:22 +05:30 |
Rohith Sharma K S
|
8ed0d4b744
|
YARN-4152. NodeManager crash with NPE when LogAggregationService#stopContainer called for absent container. (Bibin A Chundatt via rohithsharmaks)
|
2015-09-24 11:24:14 +05:30 |
Jian He
|
b3f6b641dc
|
YARN-4171. Fix findbugs warnings in YARN-1197 branch. Contributed by Wangda Tan
|
2015-09-23 13:29:38 -07:00 |
Jian He
|
89cab1ba5f
|
YARN-1651. CapacityScheduler side changes to support container resize. Contributed by Wangda Tan
|
2015-09-23 13:29:38 -07:00 |
Jian He
|
c57eac5dfe
|
YARN-3868. Recovery support for container resizing. Contributed by Meng Ding
|
2015-09-23 13:29:38 -07:00 |
Jian He
|
c3dc1af072
|
YARN-1644. RM-NM protocol changes and NodeStatusUpdater implementation to support container resizing. Contributed by Meng Ding
|
2015-09-23 13:29:37 -07:00 |
Jian He
|
c59ae4eeb1
|
YARN-1643. Make ContainersMonitor support changing monitoring size of an allocated container. Contributed by Meng Ding and Wangda Tan
|
2015-09-23 13:29:37 -07:00 |
Jian He
|
5f5a968d65
|
YARN-3867. ContainerImpl changes to support container resizing. Contributed by Meng Ding
|
2015-09-23 13:29:37 -07:00 |
Jian He
|
ffd820c27a
|
YARN-1645. ContainerManager implementation to support container resizing. Contributed by Meng Ding & Wangda Tan
|
2015-09-23 13:29:37 -07:00 |
Jian He
|
83a18add10
|
YARN-1449. AM-NM protocol changes to support container resizing. Contributed by Meng Ding & Wangda Tan)
|
2015-09-23 13:29:36 -07:00 |
Jian He
|
dfe2cb849f
|
YARN-3866. AM-RM protocol changes to support container resizing. Contributed by Meng Ding
|
2015-09-23 13:29:36 -07:00 |
Jason Lowe
|
692d51c09d
|
YARN-3975. WebAppProxyServlet should not redirect to RM page if AHS is enabled. Contributed by Mit Desai
|
2015-09-23 16:38:55 +00:00 |
Jason Lowe
|
c890c51a91
|
YARN-4095. Avoid sharing AllocatorPerContext object in LocalDirAllocator between ShuffleHandler and LocalDirsHandlerService. Contributed by Zhihai Xu
|
2015-09-23 15:42:01 +00:00 |
Tsuyoshi Ozawa
|
dfd807afab
|
HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang.
|
2015-09-22 12:54:29 +09:00 |
Chris Douglas
|
8e01b0d97a
|
YARN-4188. Make MoveApplicationAcrossQueues abstract, newInstance static
Contributed by Giovanni Matteo Fumarola
|
2015-09-21 17:51:48 -07:00 |
Wangda Tan
|
b00392dd9c
|
YARN-4113. RM should respect retry-interval when uses RetryPolicies.RETRY_FOREVER. (Sunil G via wangda)
|
2015-09-21 11:04:03 -07:00 |
Rohith Sharma K S
|
c9cb6a5960
|
YARN-4167. NPE on RMActiveServices#serviceStop when store is null. (Bibin A Chundatt via rohithsharmaks)
|
2015-09-21 09:59:30 +05:30 |
Arun Suresh
|
94dec5a916
|
YARN-3920. FairScheduler container reservation on a node should be configurable to limit it to large containers (adhoot via asuresh)
|
2015-09-18 14:02:55 -07:00 |
Wangda Tan
|
9bc913a35c
|
YARN-3212. RMNode State Transition Update with DECOMMISSIONING state. (Junping Du via wangda)
|
2015-09-18 10:04:17 -07:00 |
Steve Loughran
|
a7201d635f
|
YARN-2597 MiniYARNCluster should propagate reason for AHS not starting
|
2015-09-18 09:45:35 +01:00 |
Rohith Sharma K S
|
723c31d45b
|
YARN-4135. Improve the assertion message in MockRM while failing after waiting for the state.(Nijel S F via rohithsharmaks)
|
2015-09-18 08:44:10 +05:30 |
Jian He
|
6c6e734f0b
|
YARN-4034. Render cluster Max Priority in scheduler metrics in RM web UI. Contributed by Rohith Sharma K S
|
2015-09-17 14:55:50 +08:00 |
Steve Loughran
|
bf2f2b4fc4
|
YARN-3433. Jersey tests failing with Port in Use -again. (Brahma Reddy Battula)
|
2015-09-16 10:31:02 +01:00 |
Jian He
|
452079af8b
|
YARN-4078. Add getPendingResourceRequestForAttempt in YarnScheduler interface. Contributed by Naganarasimha G R
|
2015-09-16 14:59:20 +08:00 |
Xuan
|
34ef1a092b
|
YARN-4149. yarn logs -am should provide an option to fetch all the log
files. Contributed by Varun Vasudev
|
2015-09-15 14:36:30 -07:00 |
Jason Lowe
|
8c1cdb17a0
|
YARN-4158. Remove duplicate close for LogWriter in AppLogAggregatorImpl#uploadLogsForContainers. Contributed by Zhihai Xu
|
2015-09-15 20:21:33 +00:00 |
Wangda Tan
|
ae5308fe1d
|
YARN-3717. Expose app/am/queue's node-label-expression to RM web UI / CLI / REST-API. (Naganarasimha G R via wangda)
|
2015-09-15 11:40:50 -07:00 |
Junping Du
|
73e3a49eb0
|
YARN-313. Add Admin API for supporting node resource configuration in command line. (Contributed by Inigo Goiri, Kenji Kikushima and Junping Du)
|
2015-09-15 07:56:47 -07:00 |
Jian He
|
5468baa80a
|
YARN-3635. Refactored current queue mapping implementation in CapacityScheduler to use a generic PlacementManager framework. Contributed by Wangda Tan
|
2015-09-15 15:39:20 +08:00 |
Wangda Tan
|
e2a0270217
|
YARN-4151. Fix findbugs errors in hadoop-yarn-server-common module. (Meng Ding via wangda)
|
2015-09-14 16:00:43 -07:00 |
Jian He
|
e1b1d7e4ae
|
YARN-4126. RM should not issue delegation tokens in unsecure mode. Contributed by Bibin A Chundatt
|
2015-09-14 14:09:19 +08:00 |
Karthik Kambatla
|
332b520a48
|
YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown. (Zhihai Xu via kasha)
|
2015-09-13 18:07:43 -07:00 |
Karthik Kambatla
|
81df7b586a
|
YARN-2005. Blacklisting support for scheduling AMs. (Anubhav Dhoot via kasha)
|
2015-09-13 17:03:15 -07:00 |
Steve Loughran
|
7269906254
|
HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel).
|
2015-09-13 14:25:26 +01:00 |
Robert Kanter
|
ea4bb2749f
|
YARN-4145. Make RMHATestBase abstract so its not run when running all tests under that namespace (adhoot via rkanter)
|
2015-09-11 11:46:10 -07:00 |