Akira Ajisaka
|
e29d0a2fd8
|
YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.
(cherry picked from commit d3bb69a66776e9f410150c4030ddb15981f58fb9)
|
2016-10-26 15:34:40 +09:00 |
|
Subru Krishnan
|
81595a127f
|
YARN-5711. Propogate exceptions back to client when using hedging RM failover provider.
(cherry picked from commit 0a166b13472213db0a0cd2dfdaddb2b1746b3957)
|
2016-10-24 19:02:03 -07:00 |
|
Naganarasimha
|
04f594dbea
|
YARN-4855. Should check if node exists when replace nodelabels. Contributeed by Tao Jie
(cherry picked from commit 6e130c308cf1b97e8386b6a43c26d72d2850119c)
|
2016-10-03 02:13:46 -04:00 |
|
Robert Kanter
|
56ec975ea9
|
YARN-5693. Reduce loglevel to Debug in ContainerManagementProtocolProxy and AMRMClientImpl (yufeigu via rkanter)
(cherry picked from commit 2549ee9d4c4ddd3ebccdebb8623df30c0a8f27d2)
|
2016-09-30 13:35:58 -07:00 |
|
Naganarasimha
|
eec0afa098
|
YARN-3877. YarnClientImpl.submitApplication swallows exceptions. Contributed by Varun Saxena
(cherry picked from commit e4e72db5f9f305b493138ab36f073fe5d1750ad8)
|
2016-09-25 17:38:01 +05:30 |
|
Naganarasimha
|
0e4a5611ff
|
YARN-3692. Allow REST API to set a user generated message when killing an application. Contributed by Rohith Sharma K S
|
2016-09-24 21:13:01 +05:30 |
|
Kihwal Lee
|
9dec68c269
|
YARN-5622. TestYarnCLI.testGetContainers fails due to mismatched date formats. Contributed by Eric Badger.
(cherry picked from commit 6e849cb658438c0561de485e01f3de7df47bf9ad)
|
2016-09-23 14:10:46 -05:00 |
|
Naganarasimha
|
656b520dc6
|
YARN-4232. TopCLI console support for HA mode. Contributed by Bibin A Chundatt
(cherry picked from commit ade7c2bc9ccf09d843ccb3dfa56c1453a9e87318)
|
2016-09-17 09:54:29 +05:30 |
|
Rohith Sharma K S
|
8c8ff0cfa3
|
YARN-5631. Missing refreshClusterMaxPriority usage in rmadmin help message. Contributed by Kai Sasaki.
(cherry picked from commit 729de3e6b6ae1fcfe1c6bec7102d758ad489df47)
|
2016-09-13 15:27:20 +05:30 |
|
Rohith Sharma K S
|
de9f046598
|
YARN-5608. TestAMRMClient.setup() fails with ArrayOutOfBoundsException. Contributed by Daniel Templeton.
(cherry picked from commit f9557127b3660e138cab8d9535a589677809384a)
|
2016-09-06 14:13:41 +05:30 |
|
Arun Suresh
|
b279f42d79
|
YARN-5221. Expose UpdateResourceRequest API to allow AM to request for change in container properties. (asuresh)
(cherry picked from commit d6d9cff21b7b6141ed88359652cf22e8973c0661)
|
2016-08-30 16:33:31 -07:00 |
|
Zhe Zhang
|
3ad4f0823c
|
YARN-5550. TestYarnCLI#testGetContainers should format according to CONTAINER_PATTERN. Contributed by Jonathan Hung.
(cherry picked from commit ed6ff5cd789cab621fbfb88c8e8de4f215cd2961)
|
2016-08-29 14:49:03 -07:00 |
|
Jason Lowe
|
eeb18b0a46
|
YARN-5560. Clean up bad exception catching practices in TestYarnClient. Contributed by Sean Po
(cherry picked from commit 4cbe61407dcb71f099bc7ec6ae87560d786ee714)
|
2016-08-29 16:15:55 +00:00 |
|
Wangda Tan
|
07e1527cc1
|
YARN-4889. Changes in AMRMClient for identifying resource-requests explicitly. (Arun Suresh via wangda)
(cherry picked from commit 19c743c1bbcaf3df8f1d63e557143c960a538c42)
|
2016-08-26 17:23:55 -07:00 |
|
Jason Lowe
|
4037b22b7c
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
|
2016-08-25 15:10:23 +00:00 |
|
Jason Lowe
|
6de262cdc4
|
Revert "YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po"
This reverts commit 782aeabcd55b1e1e933f0b924633d68662b50765.
|
2016-08-25 14:59:20 +00:00 |
|
Jason Lowe
|
782aeabcd5
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
(cherry picked from commit 3d86110a5ccfdaff8671fb6ad8f67b4ab66f33da)
|
2016-08-25 14:47:40 +00:00 |
|
Varun Saxena
|
42feab2436
|
YARN-5537. Fix intermittent failure of TestAMRMClient#testAMRMClientWithContainerResourceChange (Bibin A Chundatt via Varun Saxena)
|
2016-08-25 14:12:28 +05:30 |
|
Naganarasimha
|
5fa241daa0
|
YARN-4491. yarn list command to support filtering by tags. Contributed by Varun Saxena
(cherry picked from commit 143c59e4c5a811eb2c12cf6626d558f9b8796e03)
|
2016-08-24 01:55:24 +05:30 |
|
Junping Du
|
d464483bf7
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
|
2016-08-18 07:23:29 -07:00 |
|
Varun Saxena
|
9dcb7197d4
|
YARN-5523. Yarn running container log fetching causes OutOfMemoryError (Xuan Gong via Varun Saxena)
|
2016-08-18 01:53:55 +05:30 |
|
Rohith Sharma K S
|
05b384271c
|
YARN-2398. TestResourceTrackerOnHA crashes. Contributed by Ajith S.
(cherry picked from commit 666ad0b67b9162860fccddbd1d89c806c70b60ef)
|
2016-08-11 11:41:36 +05:30 |
|
Arun Suresh
|
5f7edb79d1
|
YARN-5457. Refactor DistributedScheduling framework to pull out common functionality. (asuresh)
(cherry picked from commit 82c9e061017c32e633e0b0cbb7978749a6df4fb2)
|
2016-08-09 00:46:08 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
31bb302c91
|
YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong.
(cherry picked from commit 83a2ffec408fc3ebb89ab13ab4788d9f02fae33b)
|
2016-08-08 14:29:24 -07:00 |
|
Junping Du
|
adcecd417b
|
YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.
(cherry picked from commit e605d47df05619c6b1c18aca59f709899498da75)
|
2016-08-05 11:00:13 -07:00 |
|
Junping Du
|
7e213844a7
|
YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong.
(cherry picked from commit 3818393297c7b337e380e8111a55f2ac4745cb83)
|
2016-08-02 10:42:31 -07:00 |
|
Arun Suresh
|
f197378f81
|
YARN-5113. Refactoring and other clean-up for distributed scheduling. (Konstantinos Karanasos via asuresh)
(cherry picked from commit e5766b1dbee02ae0ef89618e172f3fb227af19e8)
|
2016-07-31 11:49:09 -07:00 |
|
Junping Du
|
47dd871f96
|
YARN-5434. Add -client|server argument for graceful decommmission. Contributed by Robert Kanter.
(cherry picked from commit 95f2b9859718eca12fb3167775cdd2dad25dde25)
|
2016-07-29 10:27:11 -07:00 |
|
Li Lu
|
310245063b
|
YARN-5440. Use AHSClient in YarnClient when TimelineServer is running. (Xuan Gong via gtcarrera9)
(cherry picked from commit 26de4f0de789f58736d1dc383125cffb54debdd0)
|
2016-07-28 10:25:55 -07:00 |
|
Arun Suresh
|
0f6ff20652
|
YARN-5351. ResourceRequest should take ExecutionType into account during comparison. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 2d8d183b1992b82c4d8dd3d6b41a1964685d909e)
|
2016-07-26 19:09:22 -07:00 |
|
Rohith Sharma K S
|
d9ed29e8c6
|
YARN-1126. Add validation of users input nodes-states options to nodes CLI. Contributed by Wei Yan.
(cherry picked from commit be34b2a8fd30a1a0e803ac8b2198c695600a9e46)
|
2016-07-21 12:22:34 +05:30 |
|
Junping Du
|
ad8180fc6c
|
YARN-5213. Fix a bug in LogCLIHelpers which cause TestLogsCLI#testFetchApplictionLogs fails intermittently. Contributed by Xuan Gong.
(cherry picked from commit dc2f4b6ac8a6f8848457046cf9e1362d8f48495d)
|
2016-07-19 07:19:17 -07:00 |
|
Junping Du
|
e3bc4faa96
|
YARN-5339. Passing file to -out for YARN log CLI doesnt give warning or error code. Contributed by Xuan Gong.
(cherry picked from commit 7e5355c14e55fd6540f7f070df4b78fa94a81618)
|
2016-07-15 09:24:03 -07:00 |
|
Xuan
|
58088d27e6
|
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)
(cherry picked from commit 429347289c7787364e654334cd84115ae40bb22d)
|
2016-07-14 10:21:55 -07:00 |
|
Vinod Kumar Vavilapalli
|
cbd2970be7
|
YARN-5339. Fixed "yarn logs" to fail when a file is passed to -out option instead of a directory. Contributed by Xuan Gong.
(cherry picked from commit d18050522c5c6bd9e32eb9a1be4ffe2288624c40)
|
2016-07-13 14:55:44 -07:00 |
|
Vinod Kumar Vavilapalli
|
4a6cef8c91
|
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.
(cherry picked from commit eb471632349deac4b62f8dec853c8ceb64c9617a)
|
2016-07-13 10:55:18 -07:00 |
|
Junping Du
|
54812841e2
|
New addendum to YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or RUNNING AM.
(cherry picked from commit 7705812c7e3a9f3f774130e25443fda249c08c9c)
|
2016-07-12 08:32:26 -07:00 |
|
Jian He
|
e94e6be772
|
YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan
|
2016-07-11 22:37:52 -07:00 |
|
Vinod Kumar Vavilapalli
|
c3d9ac82af
|
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:19:16 -07:00 |
|
Jian He
|
ccb0791904
|
YARN-5227. Yarn logs command: no need to specify applicationId when
specifying containerId. Contributed by Gergely Novák
(cherry picked from commit d169f5052fe83debcea7cf2f317dcd990890a857)
|
2016-07-06 13:29:12 -07:00 |
|
Xuan
|
b7f18f2815
|
YARN-5266. Wrong exit code while trying to get app logs using regex via CLI. Contributed by Xuan Gong
(cherry picked from commit 6ab5aa1c1f82f81726c6daa38b3db90d8c3ad856)
|
2016-06-22 21:50:09 -07:00 |
|
Arun Suresh
|
e64d21b297
|
YARN-5171. Extend DistributedSchedulerProtocol to notify RM of containers allocated by the Node. (Inigo Goiri via asuresh)
(cherry picked from commit 99e5dd68d0f44109c169d74824fa45a7396a5990)
|
2016-06-22 19:05:28 -07:00 |
|
Junping Du
|
6afa044dda
|
YARN-5251. Yarn CLI to obtain App logs for last 'n' bytes fails. Contributed by Xuan Gong.
(cherry picked from commit c35fa4a0e57b99415e284c7c2f3b1a0bebc610c2)
|
2016-06-17 08:25:33 -07:00 |
|
Junping Du
|
eec703f36f
|
YARN-5083. YARN CLI for AM logs does not give any error message if entered invalid am value. Contributed by Jian He.
(cherry picked from commit e14ee0d3b55816bed1d27a8caf78001985119e3c)
|
2016-06-16 08:56:46 -07:00 |
|
Varun Vasudev
|
75235149af
|
YARN-5223. Container line in yarn logs output for a live application should include the hostname for the container. Contributed by Xuan Gong.
(cherry picked from commit 25064fb2fb79751cedbb8019900d811e07549ecf)
|
2016-06-15 12:43:26 +05:30 |
|
Varun Vasudev
|
5bd39d2f3c
|
YARN-5122. "yarn logs" for running containers should print an explicit footer saying that the log may be incomplete. Contributed by Jian He.
(cherry picked from commit d6284428e8bd09a06cf18ff81a7064d744ef47d0)
|
2016-06-15 12:37:51 +05:30 |
|
Wangda Tan
|
863bfa4d6a
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:12:00 -07:00 |
|
Karthik Kambatla
|
a92be02c2e
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. Addendum to fix compilation. (Arun Suresh via kasha)
|
2016-06-12 14:28:14 -07:00 |
|
Arun Suresh
|
fccb641942
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh)
(cherry picked from commit 51432779588fdd741b4840601f5db637ec783d92)
|
2016-06-12 09:43:19 -07:00 |
|
Wangda Tan
|
e91e9e596d
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
(cherry picked from commit 03fc6b1bb0f5c0844cd5477ffba43de8a14d4d60)
|
2016-06-10 09:53:40 -07:00 |
|