Sunil G
|
d721634fea
|
YARN-9138. Improve test coverage for nvidia-smi binary execution of GpuDiscoverer. Contributed by Szilard Nemeth.
(cherry picked from commit 46045c5cb3 )
|
2019-03-06 16:01:56 +05:30 |
bibinchundatt
|
63ed16e076
|
Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph"
This reverts commit cf1944eb6e .
|
2019-03-04 17:01:40 +05:30 |
Sunil G
|
d045f02a8d
|
YARN-9139. Simplify initializer code of GpuDiscoverer. Contributed by Szilard Nemeth.
|
2019-03-01 19:27:03 +05:30 |
Weiwei Yang
|
7575e3090d
|
YARN-9324. TestSchedulingRequestContainerAllocation(Async) fails with junit-4.11. Contributed by Prabhu Joseph.
|
2019-02-28 09:32:07 +08:00 |
Weiwei Yang
|
7fa5373ec4
|
YARN-9248. RMContainerImpl:Invalid event: ACQUIRED at KILLED. Contributed by lujie.
(cherry picked from commit 8c30114b00 )
|
2019-02-27 17:35:09 +08:00 |
Sunil G
|
809e3f2453
|
YARN-9121. Replace GpuDiscoverer.getInstance() to a readable object for easy access control. Contributed by Szilard Nemeth.
(cherry picked from commit 5e91ebd91a )
|
2019-02-27 12:03:58 +05:30 |
Sunil G
|
a95a0cbf2f
|
YARN-9087. Improve logging for initialization of Resource plugins. Contributed by Szilard Nemeth.
|
2019-02-27 11:54:43 +05:30 |
Weiwei Yang
|
bdde6a612e
|
YARN-9329. updatePriority is blocked when using FairScheduler. Contributed by Jiandan Yang.
(cherry picked from commit 3e1739d589 )
|
2019-02-26 00:18:24 +08:00 |
Sunil G
|
f282f9c362
|
YARN-9213. RM Web UI v1 does not show custom resource allocations for containers page. Contributed by Szilard Nemeth.
|
2019-02-25 11:37:42 +05:30 |
Weiwei Yang
|
cdce1c17a0
|
YARN-9316. TestPlacementConstraintsUtil#testInterAppConstraintsByAppID fails intermittently. Contributed by Prabhu Joseph.
(cherry picked from commit 9cd5c5447f )
|
2019-02-24 22:48:55 +08:00 |
Weiwei Yang
|
604a915bab
|
YARN-9238. Avoid allocating opportunistic containers to previous/removed/non-exist application attempt. Contributed by lujie.
(cherry picked from commit 9c88695bcd )
|
2019-02-24 22:21:53 +08:00 |
bibinchundatt
|
3e1bd53a37
|
YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph
|
2019-02-23 07:59:51 +05:30 |
bibinchundatt
|
cf1944eb6e
|
YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph
|
2019-02-22 20:51:47 +05:30 |
Sunil G
|
d75aa33612
|
YARN-9118. Handle exceptions with parsing user defined GPU devices in GpuDiscoverer. Contributed by Szilard Nemeth.
(cherry picked from commit 95fbbfed75 )
|
2019-02-22 20:23:24 +05:30 |
Weiwei Yang
|
c2ef443359
|
YARN-9315. TestCapacitySchedulerMetrics fails intermittently. Contributed by Prabhu Joseph.
|
2019-02-21 18:06:26 +08:00 |
bibinchundatt
|
e6f2b8730f
|
YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.
(cherry picked from commit b8de78c570 )
|
2019-02-20 01:20:15 +05:30 |
Adam Antal
|
830aaac023
|
YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 9385ec45d7 )
|
2019-02-15 18:48:21 +09:00 |
Weiwei Yang
|
fbd03543d8
|
YARN-8555. Parameterize TestSchedulingRequestContainerAllocation(Async) to cover both PC handler options. Contributed by Prabhu Joseph.
(cherry picked from commit 0a1637c750 )
|
2019-02-11 15:56:34 +08:00 |
Masatake Iwasaki
|
6229469574
|
YARN-9282. Typo in javadoc of class LinuxContainerExecutor: hadoop.security.authetication should be 'authentication'. Contributed by Charan Hebri.
(cherry picked from commit e0ab1bdece )
|
2019-02-09 00:28:59 +09:00 |
Eric E Payne
|
55dde827e6
|
YARN-7171: RM UI should sort memory / cores numerically. Contributed by Ahmed Hussein
(cherry picked from commit d1ca9432dd )
|
2019-02-07 16:47:15 +00:00 |
Vinayakumar B
|
e2b91b2ccb
|
YARN-8498. Yarn NodeManager OOM Listener Fails Compilation on Ubuntu 18.04. Contributed by Ayush Saxena.
|
2019-02-07 13:03:42 +05:30 |
Weiwei Yang
|
b64e9df949
|
YARN-9262. TestRMAppAttemptTransitions is failing with an NPE. Contributed by lujie.
(cherry picked from commit 28ad20a711 )
|
2019-02-04 14:00:30 +05:30 |
Sunil G
|
99876a5ab8
|
YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla.
(cherry picked from commit 604b2489a9 )
|
2019-02-04 12:49:06 +05:30 |
Weiwei Yang
|
a0fafbc3ef
|
YARN-9263. TestConfigurationNodeAttributesProvider fails after Mockito updated. Contributed by Weiwei Yang.
(cherry picked from commit f20b043a02 )
|
2019-02-04 12:45:40 +05:30 |
Sunil G
|
0e7060a1d5
|
YARN-9099. GpuResourceAllocator#getReleasingGpus calculates number of GPUs in a wrong way. Contributed by Szilard Nemeth.
(cherry picked from commit 71c49fa60f )
|
2019-01-31 09:26:07 +05:30 |
Eric E Payne
|
4052b7ee60
|
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
(cherry picked from commit 04105bbfdb )
|
2019-01-29 17:52:54 +00:00 |
Weiwei Yang
|
6b8dd8d113
|
YARN-9237. NM should ignore sending finished apps to RM during RM fail-over. Contributed by Jiandan Yang.
(cherry picked from commit 4f63ffe444 )
|
2019-01-29 10:42:09 +08:00 |
Jonathan Hung
|
bf760e7e81
|
YARN-9222. Print launchTime in ApplicationSummary
(cherry picked from commit 6cace58e21 )
|
2019-01-25 13:23:37 -08:00 |
Weiwei Yang
|
bc6374f282
|
YARN-9205. When using custom resource type, application will fail to run due to the CapacityScheduler throws InvalidResourceRequestException(GREATER_THEN_MAX_ALLOCATION). Contributed by Zhankun Tang.
|
2019-01-23 18:10:28 +08:00 |
Weiwei Yang
|
8ad7711605
|
YARN-8101. Add UT to verify node-attributes in RM nodes rest API. Contributed by Prabhu Joseph.
(cherry picked from commit 721d5c2a5f )
|
2019-01-23 18:07:45 +08:00 |
Weiwei Yang
|
9114489566
|
YARN-9210. RM nodes web page can not display node info. Contributed by Jiandan Yang.
(cherry picked from commit d43df31751 )
|
2019-01-22 10:46:37 +08:00 |
Weiwei Yang
|
ac2f4b64f9
|
YARN-9204. RM fails to start if absolute resource is specified for partition capacity in CS queues. Contributed by Jiandan Yang.
(cherry picked from commit abde1e1f58 )
|
2019-01-21 21:20:01 +08:00 |
Wangda Tan
|
fe7cb2d84a
|
YARN-9194. Invalid event: REGISTERED and LAUNCH_FAILED at FAILED, and NullPointerException happens in RM while shutdown a NM. (lujie via wangda)
Change-Id: I4359f59a73a278a941f4bb9d106dd38c9cb471fe
(cherry picked from commit 6d7eedfd28 )
|
2019-01-17 15:13:42 -08:00 |
Wangda Tan
|
1dc2b49bfd
|
YARN-8822. Nvidia-docker v2 support for YARN GPU feature. (Charo Zhang via wangda)
Change-Id: Ib8044307a4241f6b1b7b9b8266b9256f39b16384
|
2019-01-07 12:21:33 -08:00 |
Weiwei Yang
|
2b549e32e1
|
YARN-9173. FairShare calculation broken for large values after YARN-8833. Contributed by Wilfred Spiegelenburg.
(cherry picked from commit 944cf87223 )
|
2019-01-07 16:05:57 +08:00 |
Weiwei Yang
|
a24cca11f2
|
YARN-9164. Shutdown NM may cause NPE when opportunistic container scheduling is enabled. Contributed by lujie.
(cherry picked from commit cfe89e6f96 )
|
2019-01-04 01:04:39 +08:00 |
Weiwei Yang
|
7deef08eb8
|
YARN-8925. Updating distributed node attributes only when necessary. Contributed by Tao Yang.
|
2018-12-21 16:31:03 +08:00 |
Eric Yang
|
29c9c8a893
|
YARN-9126. Fix container clean up for reinitialization.
Contributed by Chandni Singh
(cherry picked from commit e815fd9c49 )
|
2018-12-19 14:58:19 -05:00 |
Eric Yang
|
28ca14e71b
|
YARN-9040. Fixed memory leak in LevelDBCacheTimelineStore and DBIterator.
Contributed by Tarun Parimi
(cherry picked from commit 71e0b0d800 )
|
2018-12-17 12:08:09 -05:00 |
Eric Yang
|
52aafb9789
|
YARN-9125. Fixed Carriage Return detection in Docker container launch command.
Contributed by Billie Rinaldi
(cherry picked from commit b2d7204ed0 )
|
2018-12-14 17:55:10 -05:00 |
Weiwei Yang
|
2b3c3d2a32
|
YARN-9009. Fix flaky test TestEntityGroupFSTimelineStore.testCleanLogs. Contributed by OrDTesters.
(cherry picked from commit 1c09a10e96 )
|
2018-12-10 12:07:23 +08:00 |
Jonathan Hung
|
3ab6ea7aca
|
YARN-9085. Add Guaranteed and MaxCapacity to CSQueueMetrics
(cherry picked from commit 978ab3e958227220cb6f1a08ae6e7cdb8a46628b)
|
2018-12-07 10:45:47 -08:00 |
Eric Yang
|
8c70728f7f
|
YARN-9071. Improved status update for reinitialized containers.
Contributed by Chandni Singh
(cherry picked from commit 1b790f4dd1 )
|
2018-12-05 19:04:55 -05:00 |
Jonathan Hung
|
6b01e4d2a8
|
YARN-9036. Escape newlines in health report in YARN UI. Contributed by Keqiu Hu
(cherry picked from commit 1c8bd7128c99d8215ef16438bd2ce6b1f025a966)
|
2018-11-30 10:16:00 -08:00 |
bibinchundatt
|
183ec39c4b
|
YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.
(cherry picked from commit 07142f54a8 )
|
2018-11-29 22:16:32 +05:30 |
Jason Lowe
|
df0e7766e4
|
YARN-8812. Containers fail during creating a symlink which started with hyphen for a resource file. Contributed by Oleksandr Shevchenko
(cherry picked from commit 3ce99e32f7 )
|
2018-11-28 08:50:18 -06:00 |
Eric Yang
|
838190482d
|
YARN-8986. Added port publish for Docker container running with bridge.
Contributed by Charo Zhang
|
2018-11-27 14:27:13 -05:00 |
Weiwei Yang
|
650581a19d
|
YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun.
(cherry picked from commit d027a24f03 )
|
2018-11-18 23:23:09 +08:00 |
Rohith Sharma K S
|
13e3670e7f
|
YARN-8303. YarnClient should contact TimelineReader for application/attempt/container report.
(cherry picked from commit ee3355be3c )
|
2018-11-16 18:37:20 +05:30 |
Weiwei Yang
|
2415f8a5be
|
YARN-8987. Usability improvements node-attributes CLI. Contributed by Bibin A Chundatt.
(cherry picked from commit c741109522 )
|
2018-11-12 18:21:11 +08:00 |