Andrew Chung
|
3ed3c74a6c
|
YARN-11015. Decouple queue capacity with ability to run OPPORTUNISTIC container (#3779)
|
2022-01-24 08:03:36 -08:00 |
|
Viraj Jasani
|
04b6b9a87b
|
HADOOP-16908. Prune Jackson 1 from the codebase and restrict it's usage for future (#3789)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-12-20 16:01:34 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Eric Yang
|
e8dc862d38
|
YARN-9809. Added node manager health status to resource manager registration call.
Contributed by Eric Badger via eyang
|
2020-06-30 11:39:16 -07:00 |
|
Vinayakumar B
|
e154084770
|
HADOOP-17046. Support downstreams' existing Hadoop-rpc implementations using non-shaded protobuf classes (#2026)
|
2020-06-12 23:16:33 +05:30 |
|
Ahmed Hussein
|
f5081a9a5d
|
YARN-10256. Refactor TestContainerSchedulerQueuing.testContainerUpdateExecTypeGuaranteedToOpportunistic (Ahmed Hussein via jeagles)
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
|
2020-05-04 10:13:51 -05:00 |
|
Eric E Payne
|
ede05b19d1
|
YARN-942. TestContainerSchedulerQueuing.testKillOnlyRequiredOpportunisticContainers fails sporadically Contributed by Ahmed Hussein (ahussein)
|
2020-03-10 14:17:45 +00:00 |
|
bibinchundatt
|
3859fa76d0
|
YARN-6924. Metrics for Federation AMRMProxy. Contributed by Young Chen
|
2020-03-07 09:34:42 +05:30 |
|
Eric Badger
|
2649f8b327
|
YARN-10173. Make pid file generation timeout configurable in case of reacquired
container. Contributed by Adam Antal.
|
2020-03-04 23:31:57 +00:00 |
|
Szilard Nemeth
|
3f1aad05f0
|
YARN-10147. FPGA plugin can't find the localized aocx file. Contributed by Peter Bacsko
|
2020-02-19 15:54:25 +01:00 |
|
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
|
71b2c2ffe9
|
YARN-10101. Support listing of aggregated logs for containers belonging to an application attempt. Contributed by Adam Antal
|
2020-02-06 12:25:06 +01:00 |
|
Prabhu Joseph
|
825db8fe2a
|
YARN-10107. Fix GpuResourcePlugin#getNMResourceInfo to honor Auto Discovery Enabled
Contributed by Szilard Nemeth.
|
2020-01-29 13:30:00 +05:30 |
|
Akira Ajisaka
|
14c2c3d69d
|
YARN-9512. [JDK11] TestAuxServices#testCustomizedAuxServiceClassPath fails because of ClassCastException. (#1806)
|
2020-01-16 12:21:50 +09:00 |
|
Szilard Nemeth
|
631dbbc6f2
|
YARN-9923. Introduce HealthReporter interface to support multiple health checker files. Contributed by Adam Antal
|
2019-12-15 17:28:04 +01:00 |
|
Szilard Nemeth
|
828ab400ee
|
YARN-9362. Code cleanup in TestNMLeveldbStateStoreService. Contributed by Denes Gerencser
|
2019-11-26 21:45:12 +01:00 |
|
Abhishek Modi
|
dc3f4fc2f4
|
YARN-9965. Fix NodeManager failing to start on subsequent times when Hdfs Auxillary Jar is set (addendum). Contributed by Prabhu Joseph.
|
2019-11-19 08:08:40 +05:30 |
|
Eric Badger
|
0e22e9ab83
|
YARN-9562. Add Java changes for the new RuncContainerRuntime. Contributed by Eric Badger
|
2019-11-18 21:56:31 +00:00 |
|
Szilard Nemeth
|
31f172fd96
|
YARN-9677. Make FpgaDevice and GpuDevice classes more similar to each other. Contributed by kevin su
|
2019-11-09 14:04:14 +01:00 |
|
Eric Badger
|
eef34f2d87
|
YARN-9914. Use separate configs for free disk space checking for full and not-full disks. Contributed by Jim Brennan
|
2019-10-25 17:13:04 +00:00 |
|
Szilard Nemeth
|
6f1ab95168
|
YARN-9128. Use SerializationUtils from apache commons to serialize / deserialize ResourceMappings. Contributed by Zoltan Siegl
|
2019-10-09 13:26:26 +02:00 |
|
Abhishek Modi
|
4d3c580b03
|
YARN-9859. Refactoring of OpportunisticContainerAllocator. Contributed by Abhishek Modi.
|
2019-09-30 23:40:15 +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 |
|