Junping Du
|
6772c3f4dd
|
YARN-2019. Retrospect on decision of making RM crashed if any exception throw in ZKRMStateStore. Contributed by Jian He.
(cherry picked from commit ee98d6354b )
|
2015-07-22 17:57:16 -07:00 |
rohithsharmaks
|
be2334ba3a
|
YARN-3954. Fix TestYarnConfigurationFields#testCompareConfigurationClassAgainstXml. (varun saxena via rohithsharmaks)
|
2015-07-23 02:10:45 +05:30 |
Jian He
|
11cb00f7a0
|
YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. Contributed by Varun Saxena
(cherry picked from commit 393fe71771 )
|
2015-07-21 15:06:16 -07:00 |
Wangda Tan
|
7b2540770e
|
YARN-3930. FileSystemNodeLabelsStore should make sure edit log file closed when exception is thrown. (Dian Fu via wangda)
(cherry picked from commit fa2b63ed16 )
|
2015-07-16 16:08:04 -07:00 |
Chris Douglas
|
c6b0bbabc7
|
HADOOP-12211. Collect disk usage on the node. Contributed by Robert Grandl
(cherry picked from commit a431ed9075 )
|
2015-07-13 15:36:25 -07:00 |
Jian He
|
27366dd7c3
|
Revert "YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)"
This reverts commit aa067c6aa4 .
(cherry picked from commit 2466460d4c )
|
2015-07-13 14:31:55 -07:00 |
Akira Ajisaka
|
0ba2defb9e
|
YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Brahma Reddy Battula.
(cherry picked from commit 19295b36d9 )
|
2015-07-13 17:53:27 +09:00 |
Akira Ajisaka
|
ad6787aa43
|
YARN-3069. Document missing properties in yarn-default.xml. Contributed by Ray Chiang.
(cherry picked from commit d6675606dc )
|
2015-07-13 12:57:29 +09:00 |
Gera Shegalov
|
896b8c6551
|
YARN-3917. getResourceCalculatorPlugin for the default should intercept all exceptions. (gera)
(cherry picked from commit d7319dee37 )
|
2015-07-11 22:41:04 -07:00 |
Zhijie Shen
|
37a93c2d78
|
YARN-3116. RM notifies NM whether a container is an AM container or normal task container. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit 1ea36299a4 )
|
2015-07-10 19:02:13 -07:00 |
Chris Douglas
|
66419d3672
|
HADOOP-12210. Collect network usage on the node. Contributed by Robert Grandl
(cherry picked from commit 1a0752d85a )
|
2015-07-09 17:48:56 -07:00 |
Karthik Kambatla
|
fc989ebe16
|
HADOOP-12180. Move ResourceCalculatorPlugin from YARN to Common. (Chris Douglas via kasha)
(cherry picked from commit ac6048372a )
|
2015-07-09 09:59:02 -07:00 |
Karthik Kambatla
|
ccf18705f7
|
YARN-3878. AsyncDispatcher can hang while stopping if it is configured for draining events on stop. (Varun Saxena via kasha)
(cherry picked from commit aa067c6aa4 )
|
2015-07-09 09:48:46 -07:00 |
Akira Ajisaka
|
d260478d3a
|
YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula.
(cherry picked from commit d6325745e2 )
|
2015-07-08 15:43:04 +09:00 |
Xuan
|
09639ac6b4
|
YARN-3882. AggregatedLogFormat should close aclScanner and ownerScanner
after create them. Contributed by zhihai xu
(cherry picked from commit 688617d6d7 )
|
2015-07-04 21:54:22 -07:00 |
Devaraj K
|
3432017de0
|
YARN-3823. Fix mismatch in default values for
yarn.scheduler.maximum-allocation-vcores property. Contributed by Ray
Chiang.
(cherry picked from commit 7405c59799 )
|
2015-07-01 11:12:43 +05:30 |
Gera Shegalov
|
f9b98082b8
|
YARN-3768. ArrayIndexOutOfBoundsException with empty environment variables. (Zhihai Xu via gera)
(cherry picked from commit 6f2a41e37d )
|
2015-06-30 15:05:01 -07:00 |
Jian He
|
484a6c0f01
|
YARN-3770. SerializedException should also handle java.lang.Error on de-serialization. Contributed by Lavkesh Lahngir
(cherry picked from commit 4672315e2d )
|
2015-06-29 14:32:22 -07:00 |
Jian He
|
0100995c5e
|
YARN-3695. ServerProxy (NMProxy, etc.) shouldn't retry forever for non network exception. Contributed by Raju Bairishetti
(cherry picked from commit 62e583c7dc )
|
2015-06-29 13:38:04 -07:00 |
Devaraj K
|
bb8a2cff2a
|
YARN-3745. SerializedException should also try to instantiate internal
exception with the default constructor. Contributed by Lavkesh Lahngir.
(cherry picked from commit b381f88c71 )
|
2015-06-25 17:39:40 +05:30 |
Jason Lowe
|
14afa5d53d
|
YARN-3809. Failed to launch new attempts because ApplicationMasterLauncher's threads all hang. Contributed by Jun Gong
(cherry picked from commit 2a20dd9b61 )
|
2015-06-24 16:24:43 +00:00 |
Karthik Kambatla
|
9656ee4ee7
|
YARN-3842. NMProxy should retry on NMNotYetReadyException. (Robert Kanter via kasha)
(cherry picked from commit 5ebf2817e5 )
|
2015-06-22 17:48:07 -07:00 |
Gera Shegalov
|
34e744ce1a
|
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. (Siqi Li via gera)
(cherry picked from commit 63d40d5286 )
|
2015-06-20 11:52:11 -07:00 |
Devaraj K
|
2802c63ac3
|
YARN-3617. Fix WindowsResourceCalculatorPlugin.getCpuFrequency() returning
always -1. Contributed by J.Andreina.
(cherry picked from commit 318d2cde7c )
|
2015-06-17 13:55:25 +05:30 |
Xuan
|
fe7f2d40fe
|
YARN-3714. AM proxy filter can not get RM webapp address from
yarn.resourcemanager.hostname.rm-id. Contributed by Masatake Iwasaki
(cherry picked from commit e27d5a13b0 )
|
2015-06-16 14:06:56 -07:00 |
Zhijie Shen
|
0dad10d845
|
YARN-3787. Allowed generic history service to load a number of applications whose started time is within the given range. Contributed by Xuan Gong.
(cherry picked from commit 8d0ef31632 )
|
2015-06-08 23:21:35 -07:00 |
Wangda Tan
|
344b750915
|
Add missing test file of YARN-3733
(cherry picked from commit 405bbcf68c )
|
2015-06-04 13:20:49 -07:00 |
Wangda Tan
|
78d626fa89
|
YARN-3733. Fix DominantRC#compare() does not work as expected if cluster resource is empty. (Rohith Sharmaks via wangda)
(cherry picked from commit ebd797c48f )
|
2015-06-04 10:23:33 -07:00 |
Xuan
|
3f0573b059
|
YARN-3749. We should make a copy of configuration when init
MiniYARNCluster with multiple RMs. Contributed by Chun Chen
(cherry picked from commit 5766a04428 )
|
2015-06-03 17:21:48 -07:00 |
Zhijie Shen
|
2fcd3fe6ba
|
Revert "YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong."
This reverts commit 4e2ed34d20 .
|
2015-06-03 14:16:51 -07:00 |
Wangda Tan
|
a3734f67d3
|
YARN-3725. App submission via REST API is broken in secure mode due to Timeline DT service address is empty. (Zhijie Shen via wangda)
(cherry picked from commit 5cc3fced95 )
|
2015-05-31 16:33:50 -07:00 |
Zhijie Shen
|
4e2ed34d20
|
YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong.
(cherry picked from commit a9f986bc5a41ab74171da1076d10e83c5adc284f)
|
2015-05-30 21:06:32 -07:00 |
Wangda Tan
|
2fb794ecaf
|
YARN-3716. Node-label-expression should be included by ResourceRequestPBImpl.toString. (Xianyin Xin via wangda)
(cherry picked from commit 788bfa0359 )
|
2015-05-28 16:35:17 -07:00 |
Devaraj K
|
7116141d7d
|
YARN-3722. Merge multiple TestWebAppUtils into
o.a.h.yarn.webapp.util.TestWebAppUtils. Contributed by Masatake Iwasaki.
(cherry picked from commit 7e509f5843 )
|
2015-05-28 15:36:13 +05:30 |
Zhijie Shen
|
839f81a632
|
YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong.
(cherry picked from commit 54504133f4 )
|
2015-05-27 16:53:47 -07:00 |
Wangda Tan
|
8857cba72e
|
YARN-3647. RMWebServices api's should use updated api from CommonNodeLabelsManager to get NodeLabel object. (Sunil G via wangda)
(cherry picked from commit ec0a852a37 )
|
2015-05-27 13:15:55 -07:00 |
Wangda Tan
|
0728a86b3a
|
YARN-3686. CapacityScheduler should trim default_node_label_expression. (Sunil G via wangda)
(cherry picked from commit cdbd66be11 )
|
2015-05-26 16:00:17 -07:00 |
Vinod Kumar Vavilapalli
|
a67cb4826b
|
YARN-160. Enhanced NodeManager to automatically obtain cpu/memory values from underlying OS when configured to do so. Contributed by Varun Vasudev.
(cherry picked from commit 500a1d9c76 )
|
2015-05-26 11:39:40 -07:00 |
Xuan
|
84245ff3b2
|
YARN-2238. Filtering on UI sticks even if I move away from the page.
Contributed by Jian He
(cherry picked from commit 39077dba2e )
|
2015-05-25 22:41:02 -07:00 |
Vinayakumar B
|
19895a41ad
|
HADOOP-11743. maven doesn't clean all the site files (Contributed by ramtin)
(cherry picked from commit 55ed6558ba )
Conflicts:
hadoop-common-project/hadoop-common/pom.xml
|
2015-05-22 16:46:50 +05:30 |
Devaraj K
|
157ecb2241
|
YARN-3646. Applications are getting stuck some times in case of retry
policy forever. Contributed by Raju Bairishetti.
(cherry picked from commit 0305316d69 )
|
2015-05-21 20:16:09 +05:30 |
Jian He
|
521378ffa3
|
YARN-3609. Load node labels from storage inside RM serviceStart. Contributed by Wangda Tan
(cherry picked from commit 8966d42179 )
|
2015-05-20 16:30:44 -07:00 |
Wangda Tan
|
b5ba6979b7
|
YARN-3583. Support of NodeLabel object instead of plain String in YarnClient side. (Sunil G via wangda)
(cherry picked from commit 563eb1ad2a )
(cherry picked from commit b0d22b0c606fad6b4ab5443c0aed07c829b46726)
|
2015-05-19 17:37:24 -07:00 |
Wangda Tan
|
7b97f049ee
|
YARN-3565. NodeHeartbeatRequest/RegisterNodeManagerRequest should use NodeLabel object instead of String. (Naganarasimha G R via wangda)
(cherry picked from commit b37da52a1c )
|
2015-05-19 16:35:23 -07:00 |
Xuan
|
3ceb2ffe54
|
YARN-3541. Add version info on timeline service / generic history web UI and REST API. Contributed by Zhijie Shen
(cherry picked from commit 76afd28862 )
|
2015-05-18 13:19:01 -07:00 |
Junping Du
|
bc13c7d84b
|
YARN-3505. Node's Log Aggregation Report with SUCCEED should not cached in RMApps. Contributed by Xuan Gong.
(cherry picked from commit 15ccd967ee )
|
2015-05-14 10:59:48 -07:00 |
Wangda Tan
|
8555a5146d
|
YARN-3579. CommonNodeLabelsManager should support NodeLabel instead of string label name when getting node-to-label/label-to-label mappings. (Sunil G via wangda)
(cherry picked from commit d4f53fc963 )
|
2015-05-13 13:33:38 -07:00 |
Wangda Tan
|
3df8880bbe
|
YARN-2921. Fix MockRM/MockAM#waitForState sleep too long. (Tsuyoshi Ozawa via wangda)
(cherry picked from commit 341a476812 )
|
2015-05-13 13:07:05 -07:00 |
Zhijie Shen
|
6043224458
|
YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran.
(cherry picked from commit fcd0702c10 )
|
2015-05-12 21:13:47 -07:00 |
Karthik Kambatla
|
e8dd0bc4fd
|
YARN-1287. Consolidate MockClocks. (Sebastian Wong and Anubhav Dhoot via kasha)
(cherry picked from commit 70fb37cd79 )
|
2015-05-09 14:35:13 -07:00 |