Jian He
|
82751ff0cb
|
YARN-6306. NMClient API change for container upgrade. Contributed by Arun Suresh
|
2017-05-16 10:49:12 -07:00 |
Jason Lowe
|
3230dd1ab6
|
YARN-6552. Increase YARN test timeouts from 1 second to 10 seconds. Contributed by Eric Badger
(cherry picked from commit 6099deebcb )
|
2017-05-10 08:48:47 -05:00 |
Karthik Kambatla
|
3403ed3148
|
YARN-3742. YARN RM will shut down if ZKClient creation times out. (Daniel Templeton via kasha)
(cherry picked from commit 166be0ee95 )
|
2017-05-09 14:44:39 -07:00 |
Naganarasimha
|
d9afb237fb
|
YARN-6520. Fix warnings from Spotbugs in hadoop-yarn-client. Contributed by Weiwei Yang.
(cherry picked from commit 64f68cb0b8 )
|
2017-05-01 18:52:52 +05:30 |
Eric Payne
|
92e5650f98
|
YARN-6536. TestAMRMClient.testAMRMClientWithSaslEncryption fails intermittently. Contributed by Jason Lowe.
(cherry picked from commit fdf5192bbb )
|
2017-04-28 15:21:58 -05:00 |
Sunil G
|
a9495b206b
|
YARN-6164. Expose Queue Configurations per Node Label through YARN client api. Contributed by Benson Qiu.
|
2017-04-24 12:16:18 +05:30 |
Jason Lowe
|
b29fb55798
|
YARN-6461. TestRMAdminCLI has very low test timeouts. Contributed by Eric Badger
(cherry picked from commit 90d97372ed )
|
2017-04-11 09:17:42 -05:00 |
Akira Ajisaka
|
a467e5412e
|
YARN-6288. Addendum patch to fix compile error.
|
2017-04-07 12:19:46 +09:00 |
Jason Lowe
|
84b7f2e956
|
YARN-6288. Exceptions during aggregated log writes are mishandled. Contributed by Akira Ajisaka
(cherry picked from commit 1b081ca27e )
|
2017-04-06 16:25:41 -05:00 |
Jason Lowe
|
3ae529ba54
|
YARN-6411. Clean up the overwrite of createDispatcher() in subclass of MockRM. Contributed by Yufei Gu
(cherry picked from commit 4d1fac5df2 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/TestAMRMClientOnRMRestart.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/TestClientToAMTokens.java
|
2017-03-31 10:21:44 -05:00 |
Daniel Templeton
|
6209e4c913
|
YARN-6334. TestRMFailover#testAutomaticFailover always passes even when it should fail
(Contributed by Yufei Gu via Daniel Templeton)
|
2017-03-24 14:02:39 -07:00 |
Junping Du
|
dabe96a72e
|
YARN-6367. YARN logs CLI needs alway check containerLogsInfo/containerLogInfo before parse the JSON object from NMWebService. Contributed by Xuan Gong.
(cherry picked from commit c01d15ab27 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/LogsCLI.java
|
2017-03-21 10:55:19 -07:00 |
Junping Du
|
0e7879052a
|
YARN-6313. YARN logs cli should provide logs for a completed container even when application is still running. Contributed by Xuan Gong.
(cherry picked from commit b88f5e0f7858d1d89b79dfd325b767c34416052d)
|
2017-03-14 12:58:41 -07:00 |
Jian He
|
8c44a9db21
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-10 09:26:19 -08:00 |
Jian He
|
ea8d53de6a
|
Revert "HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand"
This reverts commit 36eda5af75 .
|
2017-03-08 13:20:45 -08:00 |
Jian He
|
36eda5af75
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-08 10:49:07 -08:00 |
Ray Chiang
|
303ee13e3c
|
YARN-6218. Fix TestAMRMClient when using FairScheduler. (Miklos Szegedi via rchiang)
(cherry picked from commit 30b91ff9540e35195af834d1bd5983114a556c6d)
|
2017-03-03 12:57:17 -08:00 |
Wangda Tan
|
650ff95e00
|
YARN-5959. RM changes to support change of container ExecutionType. (Arun Suresh via wangda)
(cherry picked from commit 0a55bd841e )
|
2017-02-23 17:22:25 -08:00 |
Wangda Tan
|
a82480c7d4
|
YARN-6143. Fix incompatible issue caused by YARN-3583. (Sunil G via wangda)
|
2017-02-23 13:59:20 -08:00 |
Li Lu
|
8fc67e5973
|
YARN-6177. Yarn client should exit with an informative error message if an incompatible Jersey library is used at client. Contributed by Weiwei Yang.
(cherry picked from commit 5d339c46f5 )
|
2017-02-16 13:46:30 -08:00 |
Karthik Kambatla
|
37921b3fef
|
YARN-6061. Add an UncaughtExceptionHandler for critical threads in RM. (Yufei Gu via kasha)
(cherry picked from commit 652679aa8a )
|
2017-02-14 13:40:06 -08:00 |
Daniel Templeton
|
7c3578ca17
|
YARN-6166. Unnecessary INFO logs in AMRMClientAsyncImpl$CallbackHandlerThread.run (Contributed by Grant Whiteheart via Daniel Templeton)
(cherry picked from commit 1238fa71f8 )
|
2017-02-10 09:48:50 -08:00 |
Jason Lowe
|
e330c3806c
|
YARN-6137. Yarn client implicitly invoke ATS client which accesses HDFS. Contributed by Li Lu
(cherry picked from commit 37b4acf7ce )
|
2017-02-08 15:00:50 -06:00 |
Junping Du
|
c699ce70ea
|
YARN-6100. Improve YARN webservice to output aggregated container logs. Contributed by Xuan Gong.
|
2017-02-02 00:45:27 -08:00 |
Junping Du
|
660f4d8631
|
YARN-6126. Obtaining app logs for Running application fails with json parse error. Contributed by Xuan Gong.
(cherry picked from commit 1a16431bd0 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/LogsCLI.java
|
2017-01-27 06:33:44 -08:00 |
Sangjin Lee
|
b799ea7641
|
YARN-3637. Handle localization sym-linking correctly at the YARN level. Contributed by Chris Trezzo.
(cherry picked from commit 425a7e5028 )
|
2017-01-25 15:52:05 -08:00 |
Junping Du
|
8027c3e8b9
|
YARN-6099. Improve webservice to list aggregated log files. Contributed by Xuan Gong.
|
2017-01-24 15:28:52 -08:00 |
Subru Krishnan
|
fb639aed90
|
YARN-6016. Fix minor bugs in handling of local AMRMToken in AMRMProxy. (Botong Huang via Subru).
(cherry picked from commit 4d1f3d9020 )
|
2017-01-17 14:51:27 -08:00 |
Akira Ajisaka
|
2d6be7ea23
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
(cherry picked from commit e407449ddb )
|
2017-01-17 10:22:29 +09:00 |
Daniel Templeton
|
74bf9c6e4b
|
YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton)
(cherry picked from commit 6332a318bc )
|
2017-01-09 22:14:46 -08:00 |
Junping Du
|
f615c1fbbc
|
Addendum patch to YARN-3866: fix incompatible API change. Contributed by Wangda Tan.
|
2017-01-07 19:58:42 -08:00 |
Arun Suresh
|
2b4d3e8506
|
YARN-5646. Add documentation and update config parameter names for scheduling of OPPORTUNISTIC containers. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 2273a74c1f )
(cherry picked from commit 9e17ffe599e12c59c48f4355de645c31a4735d04)
|
2017-01-06 11:15:10 -08:00 |
Arun Suresh
|
368565f0ce
|
YARN-4597. Introduce ContainerScheduler and a SCHEDULED state to NodeManager container lifecycle. (asuresh)
(cherry picked from commit 3219b7b4ac )
(cherry picked from commit 49921678858a17ca58ca2ae704ced1ff584e0859)
|
2017-01-06 11:15:09 -08:00 |
Arun Suresh
|
047772f15f
|
YARN-5823. Update NMTokens in case of requests with only opportunistic containers. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 283fa33feb )
(cherry picked from commit 1c4cc88a754ac9f557cdc8c859b8aadec19a5067)
|
2017-01-06 11:15:09 -08:00 |
Arun Suresh
|
f9ea753414
|
YARN-5486. Update OpportunisticContainerAllocatorAMService::allocate method to handle OPPORTUNISTIC container requests. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 10be45986c )
(cherry picked from commit e3baa0988b4dfb592afe426ffeba3c7091b271c5)
|
2017-01-06 11:15:09 -08:00 |
Rohith Sharma K S
|
cb40e3cffa
|
YARN-6001. Improve moveApplicationQueues command line. Contributed by Sunil G.
(cherry picked from commit e297be74ed )
|
2016-12-28 12:17:38 +05:30 |
Robert Kanter
|
88597991b0
|
YARN-5257. Fix unreleased resources and null dereferences (yufeigu via rkanter)
(cherry picked from commit 9262797e86 )
|
2016-12-27 14:14:41 -08:00 |
Akira Ajisaka
|
522bc98026
|
YARN-4994. Use MiniYARNCluster with try-with-resources in tests. Contributed by Andras Bokor.
(cherry picked from commit ae401539ea )
|
2016-12-23 04:06:53 +09:00 |
Varun Saxena
|
3ba589cd1e
|
YARN-5903. Fix race condition in TestResourceManagerAdministrationProtocolPBClientImpl beforeclass setup method (Haibo Chen via Varun Saxena)
(cherry picked from commit 38e66d4d64 )
|
2016-12-22 23:11:18 +05:30 |
Naganarasimha
|
e9ce2df1f2
|
YARN-5524. Yarn live log aggregation does not throw if command line arg is wrong. Contributed by Xuan Gong.
(cherry picked from commit 358341398a )
|
2016-12-20 06:45:52 +05:30 |
Xuan
|
236dbe3485
|
YARN-5999. AMRMClientAsync will stop if any exceptions thrown on allocate call. Contributed by Jian He
|
2016-12-14 15:05:42 -08:00 |
Robert Kanter
|
9cba7c6d71
|
YARN-5963. Spelling errors in logging and exceptions for node manager, client, web-proxy, common, and app history code (gsohn via rkanter)
(cherry picked from commit 72fe546841 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/api/impl/TimelineClientImpl.java
|
2016-12-07 15:09:37 -08:00 |
Sunil
|
a636a87270
|
YARN-5965. Retrospect ApplicationReport#getApplicationTimeouts. Contributed by Rohith Sharma K S
(cherry picked from commit ab923a53fc )
|
2016-12-08 00:34:45 +05:30 |
Jian He
|
0f6fbfc0db
|
YARN-5559. Analyse 2.8.0/3.0.0 jdiff reports and fix any issues. Contributed by Akira Ajisaka & Wangda Tan
(cherry picked from commit 43ebff2e35 )
|
2016-12-05 11:40:26 -08:00 |
Daniel Templeton
|
eb301bb3ec
|
YARN-5901. Fix race condition in TestGetGroups beforeclass setup() (Contributed by Haibo Chen via Daniel Templeton)
|
2016-12-02 12:05:29 -08:00 |
Sunil
|
c28dc5e5a4
|
YARN-4206. Add Application timeouts in Application report and CLI. Contributed by Rohith Sharma K S.
(cherry picked from commit eb0a483ed0 )
|
2016-11-24 18:27:50 +05:30 |
Wei-Chiu Chuang
|
c5a3ec493b
|
YARN-5271. ATS client doesn't work with Jersey 2 on the classpath. Contributed by Weiwei Yang.
(cherry picked from commit 09520cb439 )
|
2016-11-17 22:23:58 -06:00 |
Rohith Sharma K S
|
bbe993238d
|
YARN-5870. Expose getApplications API in YarnClient with GetApplicationsRequest parameter. Contributed by Jian He.
(cherry picked from commit ce2847e794 )
|
2016-11-17 08:54:33 +05:30 |
Varun Saxena
|
6cb1fda99d
|
YARN-5891. yarn rmadmin -help contains a misspelled ResourceManager (Grant Sohn via Varun Saxena)
(cherry picked from commit 6a11877ab5 )
|
2016-11-17 03:28:08 +05:30 |
Wangda Tan
|
a76e214556
|
YARN-5552. Add Builder methods for common yarn API records. (Tao Jie via wangda)
(cherry picked from commit ede1a473f5 )
|
2016-11-11 13:42:45 -08:00 |