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 |
|
Szilard Nemeth
|
e8fa192f07
|
YARN-9217. Nodemanager will fail to start if GPU is misconfigured on the node or GPU drivers missing. Contributed by Peter Bacsko
|
2019-08-21 16:44:22 +02:00 |
|
bibinchundatt
|
e684b17e6f
|
YARN-5857. TestLogAggregationService.testFixedSizeThreadPool fails intermittently on trunk. Contributed by Bilwa S T.
|
2019-08-21 17:14:42 +05:30 |
|
Szilard Nemeth
|
2216ec54e5
|
YARN-9100. Add tests for GpuResourceAllocator and do minor code cleanup. Contributed by Peter Bacsko
|
2019-08-16 09:13:20 +02:00 |
|
Adam Antal
|
22c4f38c4b
|
YARN-9679. Regular code cleanup in TestResourcePluginManager (#1122)
|
2019-08-15 17:32:05 +02:00 |
|
Szilard Nemeth
|
3e0410449f
|
YARN-9133. Make tests more easy to comprehend in TestGpuResourceHandler. Contributed by Peter Bacsko
|
2019-08-14 17:13:54 +02:00 |
|
Szilard Nemeth
|
e5e609384f
|
YARN-9140. Code cleanup in ResourcePluginManager.initialize and in TestResourcePluginManager. Contributed by Peter Bacsko
|
2019-08-14 16:58:22 +02:00 |
|
Eric Yang
|
6ff0453ede
|
YARN-9527. Prevent rogue Localizer Runner from downloading same file repeatly.
Contributed by Jim Brennan
|
2019-08-09 14:12:17 -04:00 |
|
HUAN-PING SU
|
7c2042a44d
|
YARN-9678. Addendum: TestGpuResourceHandler / TestFpgaResourceHandler should be renamed. Contributed by kevin su.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-08-06 10:21:55 -07:00 |
|
HUAN-PING SU
|
b8bf09ba3d
|
YARN-9678. TestGpuResourceHandler / TestFpgaResourceHandler should be renamed. Contributed by kevin su.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-08-06 09:05:53 -07:00 |
|
Vidura Mudalige
|
1930a7bf60
|
YARN-9093. Remove commented code block from the beginning of Tes… (#444)
|
2019-08-02 13:16:19 +02:00 |
|
Szilard Nemeth
|
18ee1092b4
|
YARN-9127. Create more tests to verify GpuDeviceInformationParser. Contributed by Peter Bacsko
|
2019-07-15 11:59:11 +02:00 |
|
Szilard Nemeth
|
61b0c2bb7c
|
YARN-9337. GPU auto-discovery script runs even when the resource is given by hand. Contributed by Adam Antal
|
2019-07-12 17:28:14 +02:00 |
|
Szilard Nemeth
|
8b3c6791b1
|
YARN-9135. NM State store ResourceMappings serialization are tested with Strings instead of real Device objects. Contributed by Peter Bacsko
|
2019-07-12 17:20:42 +02:00 |
|
Szilard Nemeth
|
c416284bb7
|
YARN-9235. If linux container executor is not set for a GPU cluster GpuResourceHandlerImpl is not initialized and NPE is thrown. Contributed by Antal Balint Steinbach, Adam Antal
|
2019-07-12 16:51:58 +02:00 |
|
Haibo Chen
|
9b54dd7186
|
YARN-9668. UGI conf doesn't read user overridden configurations on RM and NM startup. (Contributed by Jonathan Hung)
|
2019-07-11 13:57:08 -07:00 |
|
Szilard Nemeth
|
a2a8be18cb
|
YARN-9629. Support configurable MIN_LOG_ROLLING_INTERVAL. Contributed by Adam Antal.
|
2019-07-03 13:45:00 +02:00 |
|
Weiwei Yang
|
570eee30e5
|
YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. Contributed by hunshenshi.
|
2019-07-02 09:55:25 +08:00 |
|
Eric Yang
|
29465bf169
|
YARN-9560. Restructure DockerLinuxContainerRuntime to extend OCIContainerRuntime.
Contributed by Eric Badger, Jim Brennan, Craig Condit
|
2019-06-28 17:18:53 -04:00 |
|
Giovanni Matteo Fumarola
|
1ac967a6b7
|
YARN-6055. ContainersMonitorImpl need be adjusted when NM resource changed. Contributed by Inigo Goiri.
|
2019-06-26 14:01:31 -07:00 |
|
Zhankun Tang
|
062eb605ac
|
YARN-9477. Implement VE discovery using libudev. Contributed by Peter Bacsko.
|
2019-06-26 23:53:14 +08:00 |
|
Giovanni Matteo Fumarola
|
bcfd228336
|
YARN-9599. TestContainerSchedulerQueuing#testQueueShedding fails intermittently. Contributed by Abhishek Modi.
|
2019-06-13 11:08:35 -07:00 |
|
bibinchundatt
|
2263ead365
|
YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T.
|
2019-06-11 23:20:28 +05:30 |
|
Zhankun Tang
|
606061aa14
|
YARN-9595. FPGA plugin: NullPointerException in FpgaNodeResourceUpdateHandler.updateConfiguredResource(). Contributed by Peter Bacsko.
|
2019-06-04 09:56:59 +08:00 |
|
Eric Yang
|
460ba7fb14
|
YARN-9558. Fixed LogAggregation test cases.
Contributed by Prabhu Joseph
|
2019-05-23 18:38:47 -04:00 |
|
Eric Yang
|
accb811e57
|
YARN-6929. Improved partition algorithm for yarn remote-app-log-dir.
Contributed by Prabhu Joseph
|
2019-04-30 17:04:59 -04:00 |
|
Zhankun Tang
|
7fbaa7d66f
|
YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by Peter Bacsko.
|
2019-04-30 11:06:44 +08:00 |
|
Eric Badger
|
79d3d35398
|
YARN-9486. Docker container exited with failure does not get clean up correctly. Contributed by Eric Yang
|
2019-04-26 01:21:28 +00:00 |
|
Sean Mackrory
|
a703dae25e
|
HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk. Contributed by Gabor Bota.
|
2019-04-24 10:39:00 -06: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 |
|
Szilard Nemeth
|
b8086aed86
|
YARN-9123. Clean up and split testcases in TestNMWebServices for GPU support. Contributed by Szilard Nemeth.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-04-16 11:06:25 -07:00 |
|
Eric Badger
|
254efc9358
|
YARN-9379. Can't specify docker runtime through environment. Contributed by caozhiqiang
|
2019-04-15 18:24:37 +00:00 |
|
Vrushali C
|
27039a29ae
|
YARN-9382 Publish container killed, paused and resumed events to ATSv2. Contributed by Abhishesk Modi.
|
2019-04-05 12:02:43 -07:00 |
|
Giovanni Matteo Fumarola
|
ab2bda57bd
|
YARN-9428. Add metrics for paused containers in NodeManager. Contributed by Abhishek Modi.
|
2019-04-01 14:21:17 -07:00 |
|
Giovanni Matteo Fumarola
|
332cab5518
|
YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show metrics. Contributed by Prabhu Joseph.
|
2019-04-01 11:06:51 -07:00 |
|
Devaraj K
|
56f1e131ec
|
YARN-9270. Minor cleanup in TestFpgaDiscoverer. Contributed by Peter Bacsko.
|
2019-03-29 10:58:56 -07:00 |
|
Devaraj K
|
eeda6891e4
|
YARN-9268. General improvements in FpgaDevice. Contributed by Peter Bacsko.
|
2019-03-25 13:22:53 -07:00 |
|
Eric Yang
|
3c45762a0b
|
YARN-9391. Fixed node manager environment leaks into Docker containers.
Contributed by Jim Brennan
|
2019-03-25 15:53:24 -04:00 |
|