Jian He
|
4478273e5f
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-10 09:25:58 -08:00 |
|
Jian He
|
2be8947d12
|
Revert "HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand"
This reverts commit 241c1cc05b .
|
2017-03-08 13:20:01 -08:00 |
|
Jian He
|
241c1cc05b
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-08 10:48:27 -08:00 |
|
Ray Chiang
|
2148b83993
|
YARN-6218. Fix TestAMRMClient when using FairScheduler. (Miklos Szegedi via rchiang)
|
2017-03-03 13:04:51 -08:00 |
|
Wangda Tan
|
1a6ca75f38
|
YARN-6143. Fix incompatible issue caused by YARN-3583. (Sunil G via wangda)
|
2017-02-22 11:17:09 -08:00 |
|
Li Lu
|
5d339c46f5
|
YARN-6177. Yarn client should exit with an informative error message if an incompatible Jersey library is used at client. Contributed by Weiwei Yang.
|
2017-02-16 13:41:42 -08:00 |
|
Sangjin Lee
|
4fa1afdb88
|
YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R.
|
2017-02-16 11:41:04 -08:00 |
|
Karthik Kambatla
|
652679aa8a
|
YARN-6061. Add an UncaughtExceptionHandler for critical threads in RM. (Yufei Gu via kasha)
|
2017-02-14 13:39:41 -08:00 |
|
Arun Suresh
|
aaf106fde3
|
YARN-5966. AMRMClient changes to support ExecutionType update. (asuresh)
|
2017-02-14 06:09:10 -08:00 |
|
Daniel Templeton
|
1238fa71f8
|
YARN-6166. Unnecessary INFO logs in AMRMClientAsyncImpl$CallbackHandlerThread.run (Contributed by Grant Whiteheart via Daniel Templeton)
|
2017-02-10 09:46:11 -08:00 |
|
Jason Lowe
|
37b4acf7ce
|
YARN-6137. Yarn client implicitly invoke ATS client which accesses HDFS. Contributed by Li Lu
|
2017-02-08 14:59:09 -06:00 |
|
Junping Du
|
327c9980aa
|
YARN-6100. Improve YARN webservice to output aggregated container logs. Contributed by Xuan Gong.
|
2017-02-02 00:41:18 -08:00 |
|
Junping Du
|
1a16431bd0
|
YARN-6126. Obtaining app logs for Running application fails with json parse error. Contributed by Xuan Gong.
|
2017-01-27 06:31:10 -08:00 |
|
Sangjin Lee
|
425a7e5028
|
YARN-3637. Handle localization sym-linking correctly at the YARN level. Contributed by Chris Trezzo.
|
2017-01-25 15:51:36 -08:00 |
|
Junping Du
|
8528d85a68
|
YARN-6099. Improve webservice to list aggregated log files. Contributed by Xuan Gong.
|
2017-01-24 15:26:53 -08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Subru Krishnan
|
4d1f3d9020
|
YARN-6016. Fix minor bugs in handling of local AMRMToken in AMRMProxy. (Botong Huang via Subru).
|
2017-01-17 14:48:03 -08:00 |
|
Akira Ajisaka
|
e407449ddb
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
|
2017-01-17 10:10:23 +09:00 |
|
Junping Du
|
4db119b7b5
|
YARN-6079. Fix simple spelling errors in yarn test code. Contributed by vijay.
|
2017-01-10 18:20:27 -08:00 |
|
Daniel Templeton
|
6332a318bc
|
YARN-6073. Misuse of format specifier in Preconditions.checkArgument (Contributed by Yuanbo Liu via Daniel Templeton)
|
2017-01-09 22:12:58 -08:00 |
|
Wangda Tan
|
0a55bd841e
|
YARN-5959. RM changes to support change of container ExecutionType. (Arun Suresh via wangda)
|
2017-01-05 10:31:05 -08:00 |
|
Rohith Sharma K S
|
e297be74ed
|
YARN-6001. Improve moveApplicationQueues command line. Contributed by Sunil G.
|
2016-12-28 12:16:11 +05:30 |
|
Robert Kanter
|
9262797e86
|
YARN-5257. Fix unreleased resources and null dereferences (yufeigu via rkanter)
|
2016-12-27 14:14:08 -08:00 |
|
Varun Saxena
|
38e66d4d64
|
YARN-5903. Fix race condition in TestResourceManagerAdministrationProtocolPBClientImpl beforeclass setup method (Haibo Chen via Varun Saxena)
|
2016-12-22 23:08:33 +05:30 |
|
Akira Ajisaka
|
ae401539ea
|
YARN-4994. Use MiniYARNCluster with try-with-resources in tests. Contributed by Andras Bokor.
|
2016-12-22 14:32:24 +09:00 |
|
Naganarasimha
|
358341398a
|
YARN-5524. Yarn live log aggregation does not throw if command line arg is wrong. Contributed by Xuan Gong.
|
2016-12-20 06:36:25 +05:30 |
|
Arun Suresh
|
2273a74c1f
|
YARN-5646. Add documentation and update config parameter names for scheduling of OPPORTUNISTIC containers. (Konstantinos Karanasos via asuresh)
|
2016-12-16 08:14:34 -08:00 |
|
Xuan
|
64a2d5be91
|
YARN-5999. AMRMClientAsync will stop if any exceptions thrown on allocate call. Contributed by Jian He
|
2016-12-14 14:33:23 -08:00 |
|
Robert Kanter
|
72fe546841
|
YARN-5963. Spelling errors in logging and exceptions for node manager, client, web-proxy, common, and app history code (gsohn via rkanter)
|
2016-12-07 15:07:25 -08:00 |
|
Sunil
|
ab923a53fc
|
YARN-5965. Retrospect ApplicationReport#getApplicationTimeouts. Contributed by Rohith Sharma K S
|
2016-12-08 00:27:25 +05:30 |
|
Jian He
|
43ebff2e35
|
YARN-5559. Analyse 2.8.0/3.0.0 jdiff reports and fix any issues. Contributed by Akira Ajisaka & Wangda Tan
|
2016-12-05 11:39:34 -08:00 |
|
Daniel Templeton
|
2d77dc727d
|
YARN-5901. Fix race condition in TestGetGroups beforeclass setup() (Contributed by Haibo Chen via Daniel Templeton)
|
2016-12-01 15:57:39 -08:00 |
|
Akira Ajisaka
|
209e805430
|
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.
|
2016-11-28 14:34:57 +09:00 |
|
Sunil
|
eb0a483ed0
|
YARN-4206. Add Application timeouts in Application report and CLI. Contributed by Rohith Sharma K S.
|
2016-11-24 18:18:42 +05:30 |
|
Wei-Chiu Chuang
|
09520cb439
|
YARN-5271. ATS client doesn't work with Jersey 2 on the classpath. Contributed by Weiwei Yang.
|
2016-11-17 22:17:23 -06:00 |
|
Rohith Sharma K S
|
ce2847e794
|
YARN-5870. Expose getApplications API in YarnClient with GetApplicationsRequest parameter. Contributed by Jian He.
|
2016-11-17 08:48:35 +05:30 |
|
Varun Saxena
|
6a11877ab5
|
YARN-5891. yarn rmadmin -help contains a misspelled ResourceManager (Grant Sohn via Varun Saxena)
|
2016-11-17 03:26:13 +05:30 |
|
Arun Suresh
|
3219b7b4ac
|
YARN-4597. Introduce ContainerScheduler and a SCHEDULED state to NodeManager container lifecycle. (asuresh)
|
2016-11-15 07:56:25 -08:00 |
|
Wangda Tan
|
ede1a473f5
|
YARN-5552. Add Builder methods for common yarn API records. (Tao Jie via wangda)
|
2016-11-11 13:34:56 -08:00 |
|
Eric Payne
|
93eeb13164
|
YARN-4218. Metric for resource*time that was preempted. Contributed by Chang Li.
|
2016-11-10 22:35:12 +00:00 |
|
Arun Suresh
|
283fa33feb
|
YARN-5823. Update NMTokens in case of requests with only opportunistic containers. (Konstantinos Karanasos via asuresh)
|
2016-11-09 00:11:25 -08:00 |
|
Andrew Wang
|
e1c6ef2efa
|
HADOOP-13789. Hadoop Common includes generated test protos in both jar and test-jar. Contributed by Sean Busbey.
|
2016-11-08 16:33:55 -08:00 |
|
Naganarasimha
|
aacf214a27
|
YARN-5697. Use CliParser to parse options in RMAdminCLI. Contributed by Tao jie
|
2016-11-02 04:44:33 +05:30 |
|
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
|
Robert Kanter
|
44fdf00964
|
YARN-5753. fix NPE in AMRMClientImpl.getMatchingRequests() (haibochen via rkanter)
|
2016-10-25 23:59:39 -07:00 |
|
Akira Ajisaka
|
d3bb69a667
|
YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.
|
2016-10-26 15:32:07 +09:00 |
|
Subru Krishnan
|
0a166b1347
|
YARN-5711. Propogate exceptions back to client when using hedging RM failover provider.
|
2016-10-24 18:59:51 -07:00 |
|
Naganarasimha
|
6e130c308c
|
YARN-4855. Should check if node exists when replace nodelabels. Contributeed by Tao Jie
|
2016-10-03 02:02:26 -04:00 |
|
Robert Kanter
|
2549ee9d4c
|
YARN-5693. Reduce loglevel to Debug in ContainerManagementProtocolProxy and AMRMClientImpl (yufeigu via rkanter)
|
2016-09-30 13:30:55 -07:00 |
|
Arun Suresh
|
10be45986c
|
YARN-5486. Update OpportunisticContainerAllocatorAMService::allocate method to handle OPPORTUNISTIC container requests. (Konstantinos Karanasos via asuresh)
|
2016-09-29 15:11:41 -07:00 |
|
Naganarasimha
|
e4e72db5f9
|
YARN-3877. YarnClientImpl.submitApplication swallows exceptions. Contributed by Varun Saxena
|
2016-09-25 17:36:30 +05:30 |
|
Kihwal Lee
|
6e849cb658
|
YARN-5622. TestYarnCLI.testGetContainers fails due to mismatched date formats. Contributed by Eric Badger.
|
2016-09-23 14:09:25 -05:00 |
|
Naganarasimha
|
d0372dc613
|
YARN-3692. Allow REST API to set a user generated message when killing an application. Contributed by Rohith Sharma K S
|
2016-09-23 06:30:49 +05:30 |
|
Naganarasimha
|
ade7c2bc9c
|
YARN-4232. TopCLI console support for HA mode. Contributed by Bibin A Chundatt
|
2016-09-17 09:52:39 +05:30 |
|
Rohith Sharma K S
|
729de3e6b6
|
YARN-5631. Missing refreshClusterMaxPriority usage in rmadmin help message. Contributed by Kai Sasaki.
|
2016-09-13 15:23:24 +05:30 |
|
Rohith Sharma K S
|
f9557127b3
|
YARN-5608. TestAMRMClient.setup() fails with ArrayOutOfBoundsException. Contributed by Daniel Templeton.
|
2016-09-06 14:09:45 +05:30 |
|
Arun Suresh
|
d6d9cff21b
|
YARN-5221. Expose UpdateResourceRequest API to allow AM to request for change in container properties. (asuresh)
|
2016-08-30 15:52:29 -07:00 |
|
Zhe Zhang
|
ed6ff5cd78
|
YARN-5550. TestYarnCLI#testGetContainers should format according to CONTAINER_PATTERN. Contributed by Jonathan Hung.
|
2016-08-29 14:46:00 -07:00 |
|
Jason Lowe
|
4cbe61407d
|
YARN-5560. Clean up bad exception catching practices in TestYarnClient. Contributed by Sean Po
|
2016-08-29 16:14:55 +00:00 |
|
Wangda Tan
|
19c743c1bb
|
YARN-4889. Changes in AMRMClient for identifying resource-requests explicitly. (Arun Suresh via wangda)
|
2016-08-26 17:14:12 -07:00 |
|
Jason Lowe
|
3d86110a5c
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
|
2016-08-25 14:42:06 +00:00 |
|
Varun Saxena
|
79603f5882
|
YARN-5537. Fix intermittent failure of TestAMRMClient#testAMRMClientWithContainerResourceChange (Bibin A Chundatt via Varun Saxena)
|
2016-08-25 14:10:34 +05:30 |
|
Naganarasimha
|
143c59e4c5
|
YARN-4491. yarn list command to support filtering by tags. Contributed by Varun Saxena
|
2016-08-24 01:53:02 +05:30 |
|
Junping Du
|
0da69c324d
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
(cherry picked from commit d464483bf7f0b3e3be3ba32cd6c3eee546747ab5)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceTrackerService.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmnode/RMNode.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmnode/RMNodeImpl.java
|
2016-08-18 07:27:23 -07:00 |
|
Varun Saxena
|
e3037c5641
|
YARN-5523. Yarn running container log fetching causes OutOfMemoryError (Xuan Gong via Varun Saxena)
|
2016-08-18 01:45:33 +05:30 |
|
Rohith Sharma K S
|
666ad0b67b
|
YARN-2398. TestResourceTrackerOnHA crashes. Contributed by Ajith S.
|
2016-08-11 11:27:00 +05:30 |
|
Rohith Sharma K S
|
3cd386bd97
|
YARN-5474. Typo mistake in AMRMClient#getRegisteredTimeineClient API. Contributed by Naganarasimha G R.
|
2016-08-09 22:28:54 +05:30 |
|
Arun Suresh
|
82c9e06101
|
YARN-5457. Refactor DistributedScheduling framework to pull out common functionality. (asuresh)
|
2016-08-09 00:42:29 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
83a2ffec40
|
YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong.
|
2016-08-08 14:28:07 -07:00 |
|
Junping Du
|
e605d47df0
|
YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.
|
2016-08-05 10:55:29 -07:00 |
|
Junping Du
|
3818393297
|
YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong.
|
2016-08-02 10:41:46 -07:00 |
|
Arun Suresh
|
e5766b1dbe
|
YARN-5113. Refactoring and other clean-up for distributed scheduling. (Konstantinos Karanasos via asuresh)
|
2016-07-31 11:48:25 -07:00 |
|
Junping Du
|
95f2b98597
|
YARN-5434. Add -client|server argument for graceful decommmission. Contributed by Robert Kanter.
|
2016-07-29 10:26:11 -07:00 |
|
Li Lu
|
26de4f0de7
|
YARN-5440. Use AHSClient in YarnClient when TimelineServer is running. (Xuan Gong via gtcarrera9)
|
2016-07-28 10:23:18 -07:00 |
|
Arun Suresh
|
2d8d183b19
|
YARN-5351. ResourceRequest should take ExecutionType into account during comparison. (Konstantinos Karanasos via asuresh)
|
2016-07-26 19:08:30 -07:00 |
|
Rohith Sharma K S
|
be34b2a8fd
|
YARN-1126. Add validation of users input nodes-states options to nodes CLI. Contributed by Wei Yan.
|
2016-07-21 12:20:47 +05:30 |
|
Junping Du
|
dc2f4b6ac8
|
YARN-5213. Fix a bug in LogCLIHelpers which cause TestLogsCLI#testFetchApplictionLogs fails intermittently. Contributed by Xuan Gong.
|
2016-07-19 07:17:58 -07:00 |
|
Andrew Wang
|
da456ffd62
|
Preparing for 3.0.0-alpha2 development
|
2016-07-15 19:04:17 -07:00 |
|
Junping Du
|
7e5355c14e
|
YARN-5339. Passing file to -out for YARN log CLI doesnt give warning or error code. Contributed by Xuan Gong.
|
2016-07-15 09:23:11 -07:00 |
|
Xuan
|
429347289c
|
YARN-5363. For AM containers, or for containers of running-apps, "yarn logs" incorrectly only (tries to) shows syslog file-type by default. (Contributed by Vinod Kumar Vavilapalli)
|
2016-07-14 10:20:08 -07:00 |
|
Vinod Kumar Vavilapalli
|
d18050522c
|
YARN-5339. Fixed "yarn logs" to fail when a file is passed to -out option instead of a directory. Contributed by Xuan Gong.
|
2016-07-13 14:52:30 -07:00 |
|
Vinod Kumar Vavilapalli
|
eb47163234
|
YARN-5200. Enhanced "yarn logs" to be able to get a list of containers whose logs are aggregated via a "show_container_log_info" option. Contributed by Xuan Gong.
|
2016-07-13 10:54:15 -07:00 |
|
Junping Du
|
7705812c7e
|
New addendum to YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or RUNNING AM.
|
2016-07-12 08:29:49 -07:00 |
|
Jian He
|
819224dcf9
|
YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan
|
2016-07-11 22:36:20 -07:00 |
|
Sangjin Lee
|
6cf6ab7b78
|
Made a number of miscellaneous fixes for javac, javadoc, and checstyle warnings.
|
2016-07-10 08:46:05 -07:00 |
|
Sangjin Lee
|
0d02ab8729
|
YARN-3367. Replace starting a separate thread for post entity with event loop in TimelineClient (Naganarasimha G R via sjlee)
|
2016-07-10 08:45:53 -07:00 |
|
Junping Du
|
2188a07e5b
|
YARN-3333. Rename TimelineAggregator etc. to TimelineCollector. Contributed by Sangjin Lee
|
2016-07-10 08:45:31 -07:00 |
|
Zhijie Shen
|
9b56364080
|
YARN-3039. Implemented the app-level timeline aggregator discovery service. Contributed by Junping Du.
|
2016-07-10 08:45:31 -07:00 |
|
Vinod Kumar Vavilapalli
|
4c9e1aeb94
|
YARN-5224. Added new web-services /containers/{containerid}/logs & /containers/{containerid}/logs/{filename} and using them in "yarn logs" CLI to get logs of finished containers of a running application. Contributed by Xuan Gong.
|
2016-07-06 14:10:54 -07:00 |
|
Jian He
|
d169f5052f
|
YARN-5227. Yarn logs command: no need to specify applicationId when
specifying containerId. Contributed by Gergely Novák
|
2016-07-06 10:43:27 -07:00 |
|
Xuan
|
6ab5aa1c1f
|
YARN-5266. Wrong exit code while trying to get app logs using regex via CLI. Contributed by Xuan Gong
|
2016-06-22 21:48:49 -07:00 |
|
Arun Suresh
|
99e5dd68d0
|
YARN-5171. Extend DistributedSchedulerProtocol to notify RM of containers allocated by the Node. (Inigo Goiri via asuresh)
|
2016-06-22 19:04:54 -07:00 |
|
Tsuyoshi Ozawa
|
5d58858bb6
|
HADOOP-9613. [JDK8] Update jersey version to latest 1.x release.
|
2016-06-21 08:05:32 +09:00 |
|
Junping Du
|
c35fa4a0e5
|
YARN-5251. Yarn CLI to obtain App logs for last 'n' bytes fails. Contributed by Xuan Gong.
|
2016-06-17 08:24:24 -07:00 |
|
Junping Du
|
e14ee0d3b5
|
YARN-5083. YARN CLI for AM logs does not give any error message if entered invalid am value. Contributed by Jian He.
|
2016-06-16 08:55:56 -07:00 |
|
Varun Vasudev
|
25064fb2fb
|
YARN-5223. Container line in yarn logs output for a live application should include the hostname for the container. Contributed by Xuan Gong.
|
2016-06-15 12:42:44 +05:30 |
|
Varun Vasudev
|
d6284428e8
|
YARN-5122. "yarn logs" for running containers should print an explicit footer saying that the log may be incomplete. Contributed by Jian He.
|
2016-06-15 12:35:17 +05:30 |
|
Wangda Tan
|
c77a1095dc
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:06:38 -07:00 |
|
Arun Suresh
|
5143277958
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh)
|
2016-06-12 09:42:38 -07:00 |
|
Wangda Tan
|
03fc6b1bb0
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
|
2016-06-10 09:51:09 -07:00 |
|