Viraj Jasani
|
c0bdba8fac
|
HADOOP-18017. unguava: remove Preconditions from hadoop-yarn-project modules (#3687)
|
2021-11-23 13:36:22 +09:00 |
|
lujiefsi
|
ae95caa60e
|
YARN-10976. Fix resource leak due to Files.walk (#3552)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-18 15:24:15 +09:00 |
|
Viraj Jasani
|
d336227e5c
|
HADOOP-17963. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-yarn-project modules (#3541)
|
2021-10-14 18:03:01 +09:00 |
|
Viraj Jasani
|
1151edf12e
|
HADOOP-17956. Replace all default Charset usage with UTF-8 (#3529)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-14 13:07:24 +09:00 |
|
Szilard Nemeth
|
8c271caa81
|
YARN-6862. Nodemanager resource usage metrics sometimes are negative. Contributed by Benjamin Teke
|
2021-10-12 17:35:06 +02:00 |
|
Tamas Domok
|
0ba6f35dc2
|
YARN-10355. Refactor NM ContainerLaunch.java#orderEnvByDependencies
Co-authored-by: Tamas Domok <tdomok@cloudera.com>
|
2021-08-04 15:27:46 +02:00 |
|
Tamas Domok
|
a5811dda7b
|
YARN-10874. Refactor NM ContainerLaunch#getEnvDependencies's unit tests (#3248)
Co-authored-by: Tamas Domok <tdomok@cloudera.com>
|
2021-08-03 16:19:04 +02:00 |
|
minni31
|
d78b300ed4
|
YARN-10841. Fix token reset synchronization for UAM response token. (#3194)
YARN-10841. Fix token reset synchronization for UAM response token. Contributed by Minni Mittal
|
2021-07-29 14:55:39 +05:30 |
|
Artem Smotrakov
|
ba325a8ada
|
HADOOP-17793. Better token validation (#3189)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-07-10 13:42:31 +09: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 |
|
Jim Brennan
|
7c7d02edbd
|
YARN-10824. Title not set for JHS and NM webpages. Contributed by Bilwa S T.
|
2021-06-25 20:32:08 +00:00 |
|
Viraj Jasani
|
81d7069316
|
YARN-10805. Replace Guava Lists usage by Hadoop's own Lists in hadoop-yarn-project (#3075)
|
2021-06-09 15:15:47 +09:00 |
|
Hideyuki Furue
|
9c7b8cf54e
|
Fix container-executor
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-06-06 07:05:29 +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
|
eb72628e15
|
YARN-10258. Add metrics for 'ApplicationsRunning' in NodeManager. Contributed by ANANDA G B.
|
2021-05-17 21:07:29 +02:00 |
|
Wei-Chiu Chuang
|
f1e1809029
|
HADOOP-17653. Do not use guava's Files.createTempDir(). (#2945)
Reviewed-by: Steve Loughran <stevel@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-05-02 11:10:32 +09:00 |
|
Eric Badger
|
803ac4b1a0
|
YARN-10707. Support custom resources in ResourceUtilization, and update Node GPU Utilization to use. Contributed by Qi Zhu
|
2021-04-29 17:42:13 +00:00 |
|
Jim Brennan
|
1cbe35946b
|
YARN-10743. Add a policy for not aggregating for containers which are killed because exceeding container log size limit. Contributed by Qi Zhu.
|
2021-04-23 21:35:09 +00:00 |
|
Viraj Jasani
|
9a261b0a16
|
HADOOP-17642. Remove appender EventCounter to avoid instantiation (#2922)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-04-17 20:47:44 +09:00 |
|
Akira Ajisaka
|
8ad77a26c9
|
YARN-10716. Fix typo in ContainerRuntime. Contributed by xishuhai.
|
2021-03-30 17:46:51 +09:00 |
|
Jack Jiang
|
d8ec8ab965
|
HADOOP-17599. Remove NULL checks before instanceof (#2804)
|
2021-03-23 08:46:11 -07:00 |
|
Eric Badger
|
181b9ddc51
|
YARN-10703. Fix potential null pointer error of gpuNodeResourceUpdateHandler in NodeResourceMonitorImpl. Contributed by Qi Zhu.
|
2021-03-18 17:45:09 +00:00 |
|
Peter Bacsko
|
38495af325
|
YARN-10692. Add Node GPU Utilization and apply to NodeMetrics. Contributed by Qi Zhu.
|
2021-03-18 12:46:11 +01:00 |
|
Jim Brennan
|
5f067cf0f3
|
[YARN-10687] Add option to disable/enable free disk space checking and percentage checking for full and not-full disks. Contributed by Qi Zhu.
|
2021-03-12 17:17:31 +00:00 |
|
Eric Badger
|
9d088639bf
|
YARN-10664. Allow parameter expansion in NM_ADMIN_USER_ENV. Contributed by Jim
Brennan.
|
2021-03-05 19:46:40 +00:00 |
|
Jim Brennan
|
3fcc7a55b6
|
[YARN-10626] Log resource allocation in NM log at container start time. Contributed by Eric Badger
|
2021-02-16 16:45:35 +00:00 |
|
Szilard Nemeth
|
cacc870389
|
YARN-10593. Fix incorrect string comparison in GpuDiscoverer. Contributed by Peter Bacsko
|
2021-02-10 13:09:32 +01:00 |
|
Jim Brennan
|
c22c77af43
|
[YARN-10607] User environment is unable to prepend PATH when mapreduce.admin.user.env also sets PATH. Contributed by Eric Badger.
|
2021-02-05 17:33:01 +00:00 |
|
belugabehr
|
21a3fc3d2d
|
HADOOP-17482: Remove Commons Logger from FileSystem Class (#2633)
|
2021-02-01 09:40:01 -08:00 |
|
Eric Badger
|
768e2f42ba
|
YARN-10562. Follow up changes for YARN-9833. Contributed by Jim Brennan.
|
2021-01-13 23:41:52 +00:00 |
|
Eric Payne
|
d8fadec944
|
YARN-4589: Diagnostics for localization timeouts is lacking. Contributed by Chang Li (lichangleo) and Jim Brennan (Jim_Brennan)
|
2021-01-13 17:01:28 +00:00 |
|
Eric Badger
|
4c5d88e230
|
YARN-10540. Node page is broken in YARN UI1 and UI2 including RMWebService api
for nodes. Contributed by Jim Brennan.
|
2020-12-21 23:10:31 +00:00 |
|
adamantal
|
0a45bd034e
|
YARN-10520. Deprecated the residual nested class for the LCEResourceHandler (#2527). Contributed by Wanqiang Ji
|
2020-12-09 12:55:24 +01:00 |
|
Eric Badger
|
7d3c8ef606
|
YARN-10495. make the rpath of container-executor configurable. Contributed by
angerszhu.
|
2020-12-08 00:53:24 +00:00 |
|
Ahmed Hussein
|
569b20e31c
|
YARN-10468. Fix TestNodeStatusUpdater timeouts and broken conditions (#2461)
|
2020-11-24 11:09:30 -08:00 |
|
Eric E Payne
|
55339c2bdd
|
YARN-10479. RMProxy should retry on SocketTimeout Exceptions. Contributed by Jim Brennan (Jim_Brennan)
|
2020-11-05 21:50:46 +00:00 |
|
Jim Brennan
|
8ee6bc2518
|
YARN-10471. Prevent logs for any container from becoming larger than a configurable size. Contributed by Eric Payne
|
2020-10-29 19:49:18 +00:00 |
|
Szilard Nemeth
|
31477a224f
|
YARN-10460. Upgrading to JUnit 4.13 causes tests in TestNodeStatusUpdater to fail. Contributed by Peter Bacsko
|
2020-10-19 13:17:51 +02:00 |
|
Ayush Saxena
|
1e3a6efcef
|
HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena.
|
2020-10-17 12:01:18 +05:30 |
|
Jim Brennan
|
deb35a32ba
|
YARN-10455. TestNMProxy.testNMProxyRPCRetry is not consistent. Contributed by Ahmed Hussein
|
2020-10-08 18:46:47 +00:00 |
|
Adam Antal
|
a1f7e760df
|
YARN-10393. MR job live lock caused by completed state container leak in heartbeat between node manager and RM. Contributed by zhenzhao wang and Jim Brennan
|
2020-10-05 10:09:14 +02:00 |
|
Jim Brennan
|
90894ea641
|
YARN-10430. Log improvements in NodeStatusUpdaterImpl. Contributed by Bilwa S T.
|
2020-09-14 21:19:14 +00:00 |
|
Szilard Nemeth
|
4ffe26f9b8
|
[UI1] Provide a way to hide Tools section in Web UIv1. Contributed by Andras Gyori
|
2020-08-31 16:00:39 +02:00 |
|
Jim Brennan
|
4a7deae478
|
YARN-10391. --module-gpu functionality is broken in container-executor. Contributed by Eric Badger
|
2020-08-17 16:41:15 +00:00 |
|
bibinchundatt
|
81da221c75
|
YARN-10388. RMNode updatedCapability flag not set while RecommissionNodeTransition. Contributed by Pranjal Protim Borah
|
2020-08-07 08:36:52 +05:30 |
|
Brahma Reddy Battula
|
eac558380f
|
YARN-10229. [Federation] Client should be able to submit application to RM directly using normal client conf. Contributed by Bilwa S T.
|
2020-08-03 12:54:36 +05:30 |
|
bibinchundatt
|
5323e83edf
|
YARN-10359. Log container report only if list is not empty. Contributed by Bilwa S T.
|
2020-08-01 13:03:46 +05:30 |
|
Eric E Payne
|
e0c9653166
|
YARN-1529: Add Localization overhead metrics to NM. Contributed by Jim_Brennan.
|
2020-07-30 15:30:22 +00:00 |
|
Eric Badger
|
ac5f21dbef
|
YARN-4771. Some containers can be skipped during log aggregation after NM
restart. Contributed by Jason Lowe and Jim Brennan.
|
2020-07-24 22:35:16 +00:00 |
|
Eric Badger
|
736bed6d6d
|
[YARN-10353] Log vcores used and cumulative cpu in containers monitor.
Contributed by Jim Brennan
|
2020-07-20 18:08:27 +00:00 |
|