Eric Badger
|
0f01206e15
|
YARN-10009. In Capacity Scheduler, DRC can treat minimum user limit percent as a max when custom resource is defined. Contributed by Eric Payne
(cherry picked from commit 355ec33416 )
|
2019-12-20 19:34:29 +00:00 |
Jonathan Hung
|
406c35dd12
|
YARN-10039. Allow disabling app submission from REST endpoints
|
2019-12-18 10:58:32 -08:00 |
Eric Badger
|
f5a3a9e138
|
YARN-9914. Use separate configs for free disk space checking for full and not-full disks. Contributed by Jim Brennan
(cherry picked from commit eef34f2d87 )
|
2019-10-25 17:17:14 +00:00 |
Zhankun Tang
|
7175fc91d0
|
YARN-9921. Issue in PlacementConstraint when YARN Service AM retries allocation on component failure. Contributed by Tarun Parimi
|
2019-10-24 10:07:40 +08:00 |
Haibo Chen
|
a70c6e9665
|
YARN-8842. Expose metrics for custom resource types in QueueMetrics. (Contributed by Szilard Nemeth)
(cherry picked from commit 84e22a6af4 )
|
2019-10-15 22:20:56 +00:00 |
Szilard Nemeth
|
d1415b66b7
|
YARN-9356. Add more tests to ratio method in TestResourceCalculator. Contributed by Zoltan Siegl
(cherry picked from commit 35f093f5b3 )
(cherry picked from commit 0ddb48a303 )
|
2019-10-09 13:13:51 +02:00 |
Jonathan Hung
|
0dc85bc182
|
YARN-9760. Support configuring application priorities on a workflow level. Contributed by Varun Saxena
|
2019-10-08 11:18:52 -07:00 |
Sunil G
|
71792f2122
|
YARN-9864. Format CS Configuration present in Configuration Store. Contributeed by Prabhu Joseph
|
2019-10-01 20:03:35 +05:30 |
Jonathan Hung
|
783cbced1d
|
YARN-9730. Support forcing configured partitions to be exclusive based on app node label
(cherry picked from commit 73a044a63822303f792183244e25432528ecfb1e)
(cherry picked from commit dd094d79023f6598e47146166aa8c213e03d41b7)
|
2019-09-24 13:52:14 -07:00 |
Tao Yang
|
36c1caced5
|
YARN-8995. Log events info in AsyncDispatcher when event queue size cumulatively reaches a certain number every time(addendum). Contributed by Jonathan Hung.
|
2019-09-07 08:19:02 +08:00 |
Jonathan Hung
|
11f6e3bc41
|
YARN-9761. Allow overriding application submissions based on server side configs. Contributed by Pralabh Kumar
|
2019-09-06 10:02:20 -07:00 |
Tao Yang
|
d74c069427
|
YARN-8995. Log events info in AsyncDispatcher when event queue size cumulatively reaches a certain number every time. Contributed by zhuqi.
|
2019-09-05 16:54:55 +08:00 |
Zhankun Tang
|
ef79d98788
|
Preparing for 3.1.4 development
|
2019-09-04 16:11:36 +08:00 |
Zhankun Tang
|
fff4fbc957
|
YARN-9785. Fix DominantResourceCalculator when one resource is zero. Contributed by Bibin A Chundatt, Sunil Govindan, Bilwa S T.
|
2019-09-04 12:05:29 +08:00 |
Szilard Nemeth
|
148121d889
|
YARN-9451. AggregatedLogsBlock shows wrong NM http port. Contributed by Prabhu Joseph
(cherry picked from commit b91099efd6 )
|
2019-08-12 15:06:48 +02:00 |
Szilard Nemeth
|
be9ac8adf9
|
Logging fileSize of log files under NM Local Dir. Contributed by Prabhu Joseph
(cherry picked from commit 54ac80176e )
|
2019-08-09 13:23:49 +02:00 |
Haibo Chen
|
f943bff254
|
YARN-9559. Create AbstractContainersLauncher for pluggable ContainersLauncher logic. (Contributed by Jonathan Hung)
(cherry picked from commit f51702d539 )
(cherry picked from commit 8d357343c4 )
|
2019-08-06 15:01:06 -07:00 |
Szilard Nemeth
|
30c7b43227
|
YARN-9127. Create more tests to verify GpuDeviceInformationParser. Contributed by Peter Bacsko
(cherry picked from commit 18ee1092b4 )
|
2019-07-15 12:15:36 +02:00 |
Szilard Nemeth
|
46177ade8b
|
YARN-9629. Support configurable MIN_LOG_ROLLING_INTERVAL. Contributed by Adam Antal.
(cherry picked from commit a2a8be18cb )
|
2019-07-03 14:24:53 +02:00 |
Sunil G
|
d2a5749482
|
YARN-9327. Improve synchronisation in ProtoUtils#convertToProtoFormat block. Contributed by Bibin A Chundatt.
(cherry picked from commit 0c8813f135 )
|
2019-07-02 12:15:40 +05:30 |
bibinchundatt
|
f42e246f8a
|
YARN-9547. ContainerStatusPBImpl default execution type is not returned. Contributed by Bilwa S T.
(cherry picked from commit 3303723f55 )
|
2019-06-11 23:43:54 +05:30 |
Eric Yang
|
413a6b63bc
|
YARN-9542. Fix LogsCLI guessAppOwner ignores custome file format suffix.
Contributed by Prabhu Joseph
(cherry picked from commit b2a39e8883 )
|
2019-05-29 18:05:47 -04:00 |
Takanobu Asanuma
|
8098ddaf40
|
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2019-05-29 17:39:49 +09:00 |
Akira Ajisaka
|
f8bd5deec1
|
HADOOP-16323. https everywhere in Maven settings.
|
2019-05-27 15:28:21 +09:00 |
Sunil G
|
f09befd2ea
|
YARN-9519. TFile log aggregation file format is not working for yarn.log-aggregation.TFile.remote-app-log-dir config. Contributed by Adam Antal.
(cherry picked from commit 7d831eca64 )
|
2019-05-14 10:50:02 -07:00 |
Eric Yang
|
102db40870
|
YARN-8761. Service AM support for decommissioning component instances.
Contributed by Billie Rinaldi
(cherry picked from commit 4c465f5535 )
|
2019-02-08 08:38:43 -08:00 |
Eric E Payne
|
834a862bd0
|
YARN-7171: RM UI should sort memory / cores numerically. Contributed by Ahmed Hussein
(cherry picked from commit d1ca9432dd )
|
2019-02-07 20:36:54 +00:00 |
Eric E Payne
|
0cb05a9fe3
|
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
(cherry picked from commit 04105bbfdb )
|
2019-01-29 18:04:01 +00:00 |
Haibo Chen
|
61a6cc8d23
|
YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen)
(cherry picked from commit bb92bfb4ef )
|
2019-01-24 15:58:37 -08:00 |
rahul3
|
8dea94d071
|
YARN-9203. Fix typos in yarn-default.xml.
This closes #437
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 0a46baecd3 )
|
2019-01-17 16:20:15 +09:00 |
Wangda Tan
|
31ea2f7806
|
Preparing for 3.1.3 development
Change-Id: I3c3d3ee47dc4fef239127b4452ff14676fa26e3d
|
2019-01-07 10:04:58 -08:00 |
Eric Yang
|
bec5036397
|
YARN-8665. Added Yarn service cancel upgrade option.
Contributed by Chandni Singh
|
2018-11-27 16:29:08 -05:00 |
Eric Yang
|
eb43772896
|
YARN-8298. Added express upgrade for YARN service.
Contributed by Chandni Singh
|
2018-11-26 18:55:28 -05:00 |
Wangda Tan
|
077a7ab37b
|
YARN-8299. Yarn Service Upgrade: Add GET APIs that returns instances matching query params. (Chandni Singh via wangda)
Change-Id: I7f2aef89c6053d5dc5955f79fdfcd4cd74f74737
|
2018-11-16 10:32:10 -08:00 |
Rohith Sharma K S
|
095635d984
|
YARN-8303. YarnClient should contact TimelineReader for application/attempt/container report.
(cherry picked from commit ee3355be3c )
|
2018-11-16 18:38:11 +05:30 |
Vrushali C
|
1dd2cf296d
|
YARN-8834 Provide Java client for fetching Yarn specific entities from TimelineReader. Contributed by Abhishek Modi
(cherry picked from commit a3edfddcf7 )
|
2018-11-16 18:38:11 +05:30 |
Sunil G
|
0cb184d6e9
|
YARN-8868. Set HTTPOnly attribute to Cookie. Contributed by Chandni Singh.
(cherry picked from commit 2202e00ba8 )
|
2018-10-23 09:58:05 +05:30 |
Wangda Tan
|
c11d2341af
|
YARN-8908. Fix errors in yarn-default.xml related to GPU/FPGA. (Zhankun Tang via wangda)
Change-Id: I46f511a9b51b65b069e15d5b827530110c41edab
(cherry picked from commit 071b9e19aa )
|
2018-10-19 09:55:27 -07:00 |
Akira Ajisaka
|
58693c63db
|
YARN-8840. Add missing cleanupSSLConfig() call for TestTimelineClient test. Contributed by Aki Tanaka.
(cherry picked from commit 39b35036ba )
|
2018-10-04 09:53:22 +09:00 |
Shane Kumpf
|
b8618556ee
|
YARN-8642. Add support for tmpfs mounts with the Docker runtime. Contributed by Craig Condit
(cherry picked from commit 73625168c0 )
|
2018-08-29 07:11:38 -06:00 |
Sunil G
|
c6013b060d
|
YARN-8633. Update DataTables version in yarn-common in line with JQuery 3 upgrade. Contributed by Akhil PB.
(cherry picked from commit 00013d6ef7 )
|
2018-08-09 12:35:21 +05:30 |
Bharat Viswanadham
|
5430aab133
|
YARN-8426:Upgrade jquery-ui to 1.12.1 in YARN. Contributed by Sunil Govindan
(cherry picked from commit 361ffb26be )
|
2018-08-09 12:27:50 +05:30 |
Shane Kumpf
|
7773904974
|
YARN-8287. Update documentation and yarn-default related to the Docker runtime. Contributed by Craig Condit
(cherry picked from commit bcfc9851f4 )
|
2018-08-03 18:23:37 -06:00 |
Wangda Tan
|
f4a3b26f9a
|
YARN-8522. Application fails with InvalidResourceRequestException. (Zian Chen via wangda)
Change-Id: I34dd7fa49bd4d10580c4a78051033b1068d28f1e
(cherry picked from commit 5cc8e99147 )
|
2018-07-31 22:35:16 -07:00 |
Wangda Tan
|
5583711419
|
Preparing for 3.1.2 release
Change-Id: If2793e2ed2b5b349a9e1f98f78df43f309dcfcbd
|
2018-07-31 13:08:55 -07:00 |
Wangda Tan
|
7b552c9d72
|
YARN-8418. App local logs could leaked if log aggregation fails to initialize for the app. (Bibin A Chundatt via wangda)
Change-Id: I29a23ca4b219b48c92e7975cd44cddb8b0e04104
(cherry picked from commit 4b540bbfcf )
|
2018-07-31 12:13:36 -07:00 |
Jonathan Hung
|
b91cf90e1c
|
YARN-7974. Allow updating application tracking url after registration. Contributed by Jonathan Hung
|
2018-07-30 17:57:25 -07:00 |
bibinchundatt
|
8cd2a73777
|
YARN-8584. Several typos in Log Aggregation related classes. Contributed by Szilard Nemeth.
(cherry picked from commit 2b39ad2698 )
|
2018-07-31 00:07:08 +05:30 |
bibinchundatt
|
a684a2efb8
|
YARN-8548. AllocationRespose proto setNMToken initBuilder not done. Contributed by Bilwa S T.
(cherry picked from commit ff7c2eda34 )
|
2018-07-24 16:30:31 +05:30 |
Wangda Tan
|
8ad82ea5b5
|
YARN-8506. Make GetApplicationsRequestPBImpl thread safe. (wangda)
Change-Id: I2c006965375823c83036e7f45f7163d13c0bdf90
|
2018-07-09 11:35:15 -07:00 |