slfan1989
|
a6a9fe17e0
|
YARN-3657. Federation maintenance mechanisms (simple CLI and command propagation). (#5348)
|
2023-02-06 11:47:07 -08:00 |
|
Chris Nauroth
|
bfb84cd7f6
|
YARN-11360: Add number of decommissioning/shutdown nodes to YARN cluster metrics. (#5060)
|
2022-10-28 11:07:01 -07:00 |
|
Ashutosh Gupta
|
92abd99450
|
YARN-11237. Fix Bug while disabling proxy failover with Federation (#4658)
|
2022-08-08 13:29:27 -07:00 |
|
slfan1989
|
073b8ea1d5
|
HADOOP-18284. Remove Unnecessary semicolon ';' (#4422). Contributed by fanshilun.
|
2022-06-29 15:20:41 +05:30 |
|
Ashutosh Gupta
|
7c66266b4e
|
YARN-11142.Remove unused Imports in Hadoop YARN project (#4381). Contributed by Ashutosh Gupta.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2022-05-31 23:17:11 +05:30 |
|
Szilard Nemeth
|
1c27c69f44
|
Revert "YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori"
This reverts commit de526e166c .
With this commit, the patch of
https://issues.apache.org/jira/browse/YARN-10850 has been committed.
|
2022-03-03 16:38:56 +01:00 |
|
Szilard Nemeth
|
de526e166c
|
YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori
|
2022-02-17 21:05:01 +01:00 |
|
Neil
|
4bd0c36189
|
YARN-10970. Standby RM should expose prom endpoint (#3480)
Reviewed-by: Adam Antal <adamantal@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-09-29 15:46:55 +09:00 |
|
Tamas Domok
|
16e6030e25
|
YARN-10891. Extend QueueInfo with max-parallel-apps in CS. (#3314)
Co-authored-by: Tamas Domok <tdomok@cloudera.com>
|
2021-08-27 23:09:54 +02:00 |
|
Szilard Nemeth
|
f2b6c03fc1
|
YARN-6272. TestAMRMClient#testAMRMClientWithContainerResourceChange fails intermittently. Contributed by Andras Gyory & Prabhu Joseph
|
2021-07-28 17:02:15 +02:00 |
|
zhuqi-lucas
|
0ac443b1f8
|
YARN-10855. yarn logs cli fails to retrieve logs if any TFile is corrupt or empty. Contributed by Jim Brennan.
|
2021-07-19 10:11:20 +08:00 |
|
Viraj Jasani
|
618c9218ee
|
HADOOP-17788. Replace IOUtils#closeQuietly usages by Hadoop's own utility (#3171)
Reviewed-by: Steve Loughran <stevel@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-07-08 16:03:40 +09:00 |
|
Akira Ajisaka
|
9a17f97133
|
YARN-10803. [JDK 11] TestRMFailoverProxyProvider and TestNoHaRMFailoverProxyProvider fails by ClassCastException. (#3068)
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-06-10 14:29:47 +09:00 |
|
Viraj Jasani
|
996d31f2dc
|
HADOOP-17721. Replace Guava Sets usage by Hadoop's own Sets in hadoop-yarn-project (#3033)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-05-25 18:10:20 +09:00 |
|
Peter Bacsko
|
04cd3115ba
|
YARN-10658. CapacityScheduler QueueInfo add queue path field to avoid ambiguous QueueName. Contributed by Qi Zhu.
|
2021-03-08 12:29:44 +01:00 |
|
Peter Bacsko
|
e19c00925f
|
YARN-10639. Queueinfo related capacity, should adjusted to weight mode. Contributed by Qi Zhu.
|
2021-03-05 13:18:06 +01:00 |
|
Ayush Saxena
|
1e3a6efcef
|
HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena.
|
2020-10-17 12:01:18 +05:30 |
|
Adam Antal
|
c049296235
|
YARN-10106. Yarn logs CLI filtering by application attempt. Contributed by Hudáky Márton Gyula
|
2020-08-25 09:53:39 +02:00 |
|
Prabhu Joseph
|
60a254621a
|
YARN-10366. Fix Yarn rmadmin help message shows two labels for one node for --replaceLabelsOnNode.
Contributed by Tanu Ajmera.
|
2020-07-27 12:23:21 +05:30 |
|
Ayush Saxena
|
6bcb24d269
|
HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein.
|
2020-07-18 14:33:43 +05:30 |
|
Prabhu Joseph
|
cc71d50b21
|
YARN-10339. Fix TimelineClient in NodeManager failing when Simple Http Auth used in Secure Cluster
Contributed by Tarun Parimi.
|
2020-07-16 23:36:49 +05:30 |
|
Sunil G
|
5dd270e208
|
YARN-10333. YarnClient obtain Delegation Token for Log Aggregation Path. Contributed by Prabhu Joseph.
|
2020-07-09 12:50:25 +05:30 |
|
Szilard Nemeth
|
e0c1d8a969
|
YARN-10327. Remove duplication of checking for invalid application ID in TestLogsCLI. Contributed by Marton Hudaky
|
2020-06-26 13:21:55 +02:00 |
|
Eric Badger
|
fed6fecd3a
|
YARN-10312. Add support for yarn logs -logFile to retain backward compatibility.
Contributed by Jim Brennan.
|
2020-06-11 21:02:41 +00:00 |
|
Prabhu Joseph
|
cef0756929
|
YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient.
Contributed by Bilwa S T. Reviewed by Akira Ajisaka.
|
2020-05-20 11:36:52 +05:30 |
|
Akira Ajisaka
|
b65815d691
|
Revert "YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient."
This reverts commit 7836bc4c35 .
|
2020-05-18 16:29:07 +09:00 |
|
Prabhu Joseph
|
7836bc4c35
|
YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient.
Contributed by Bilwa S T. Reviewed by Brahma Reddy Battula.
|
2020-05-14 19:40:42 +05:30 |
|
Inigo Goiri
|
d125d39108
|
YARN-6973. Adding RM Cluster Id in ApplicationReport. Contributed by Bilwa S T.
|
2020-04-29 11:23:58 -07:00 |
|
Szilard Nemeth
|
c04a484aed
|
YARN-9995. Code cleanup in TestSchedConfCLI. Contributed by Bilwa S T.
|
2020-04-09 15:46:25 +02:00 |
|
RogPodge
|
50f7f6dfd1
|
YARN-10210. Add a RMFailoverProxyProvider that does DNS resolution on failover.
|
2020-03-26 08:14:30 -07:00 |
|
Eric Badger
|
1975479285
|
YARN-2710. RM HA tests failed intermittently on trunk. Contributed by Ahmed
Hussein.
|
2020-03-16 22:24:02 +00:00 |
|
tanu.ajmera
|
b5df1da3a1
|
YARN-9593. Support Comma in the value of Scheduler Configuration Mutation API.
|
2020-02-26 15:04:29 +05:30 |
|
Vinayakumar B
|
7dac7e1d13
|
HADOOP-16596. [pb-upgrade] Use shaded protobuf classes from hadoop-thirdparty dependency (#1635). Contributed by Vinayakumar B.
|
2020-02-07 14:51:24 +05:30 |
|
Szilard Nemeth
|
9520b2ad79
|
YARN-10083. Provide utility to ask whether an application is in final status. Contributed by Adam Antal
|
2020-01-22 16:25:07 +01:00 |
|
Szilard Nemeth
|
14d0f9a775
|
YARN-8148. Update decimal values for queue capacities shown on queue status CLI. Contributed by Prabhu Joseph
|
2020-01-20 09:28:23 +01:00 |
|
Szilard Nemeth
|
1c51f36be7
|
YARN-9788. Queue Management API does not support parallel updates. Contributed by Prabhu Joseph
|
2020-01-14 12:26:03 +01:00 |
|
Akira Ajisaka
|
dc66de7448
|
YARN-9985. Unsupported transitionToObserver option displaying for rmadmin command. Contributed by Ayush Saxena.
|
2019-12-09 18:37:34 +09:00 |
|
Szilard Nemeth
|
c71befaf8f
|
YARN-9781. SchedConfCli to get current stored scheduler configuration. Contributed by Prabhu Joseph
|
2019-12-05 20:31:24 +01:00 |
|
Szilard Nemeth
|
520fe2c99b
|
YARN-5106. Provide a builder interface for FairScheduler allocations for use in tests. Contributed by Adam Antal
|
2019-12-05 17:37:40 +01:00 |
|
Sunil G
|
682e6fdeda
|
YARN-9052. Replace all MockRM submit method definitions with a builder. Contributed by Szilard Nemeth.
|
2019-12-05 13:26:23 +05:30 |
|
Sunil G
|
137546a78a
|
YARN-9864. Format CS Configuration present in Configuration Store. Contributeed by Prabhu Joseph
|
2019-10-01 09:08:41 +05:30 |
|
Szilard Nemeth
|
bec0864394
|
YARN-9808. Zero length files in container log output haven't got a header. Contributed by Adam Antal
|
2019-09-25 10:28:34 +02:00 |
|
Duo Zhang
|
bfe1dac29d
|
HADOOP-16560. [YARN] use protobuf-maven-plugin to generate protobuf classes (#1496)
Signed-off-by: Vinayakumar B <vinayakumarb@apache.org>
|
2019-09-24 08:50:36 +08:00 |
|
Sunil G
|
0e0ddfaf24
|
YARN-2599. Standby RM should expose jmx endpoint. Contributed by Rohith Sharma K S.
|
2019-08-17 15:43:19 +05:30 |
|
Eric Yang
|
460ba7fb14
|
YARN-9558. Fixed LogAggregation test cases.
Contributed by Prabhu Joseph
|
2019-05-23 18:38:47 -04:00 |
|
Giovanni Matteo Fumarola
|
206e633946
|
YARN-9453. Clean up code long if-else chain in ApplicationCLI#run. Contributed by Wanqiang Ji.
|
2019-05-13 11:11:20 -07:00 |
|
Eric Yang
|
49e1292ea3
|
YARN-9524. Fixed TestAHSWebService and TestLogsCLI unit tests.
Contributed by Prabhu Joseph
|
2019-05-06 19:48:45 -04:00 |
|
Prabhu Joseph
|
aa4c744aef
|
YARN-9470. Fix order of actual and expected expression in assert statements
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2019-04-18 15:40:37 +09:00 |
|
Weiwei Yang
|
945e8c6064
|
YARN-9394. Use new API of RackResolver to get better performance. Contributed by Lantao Jin.
|
2019-04-04 18:05:01 +08:00 |
|
Rohith Sharma K S
|
571838920d
|
YARN-9149. yarn container -status misses logUrl when integrated with ATSv2. Contributed by Abhishek Modi.
|
2019-02-05 12:39:10 +05:30 |
|