Szilard Nemeth
|
cb6399c109
|
YARN-10257. FS-CS converter: skip increment properties for mem/vcores and fix DRF check. Contributed by Peter Bacsko
|
2020-05-05 16:00:43 +02:00 |
|
Szilard Nemeth
|
0debe55d6c
|
YARN-10160. Add auto queue creation related configs to RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph
|
2020-05-05 13:11:28 +02:00 |
|
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 |
|
Surendra Singh Lilhore
|
257b04ce4e
|
YARN-6553. Replace MockResourceManagerFacade with MockRM for AMRMProxy/Router tests. Contributed by Bilwa S T.
|
2020-05-02 12:43:20 +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
|
410c605aec
|
YARN-10247. Application priority queue ACLs are not respected. Contributed by Sunil G
|
2020-04-29 15:53:30 +02:00 |
|
Szilard Nemeth
|
ab36429559
|
YARN-10215. Endpoint for obtaining direct URL for the logs. Contributed by Andras Gyori
|
2020-04-28 18:53:28 +02:00 |
|
Akira Ajisaka
|
6ef01646ba
|
YARN-9848. Revert YARN-4946. Contributed by Steven Rand.
|
2020-04-28 05:35:36 +09:00 |
|
Szilard Nemeth
|
f91e21ac10
|
YARN-10194. YARN RMWebServices /scheduler-conf/validate leaks ZK Connections. Contributed by Prabhu Joseph
|
2020-04-27 08:26:11 +02:00 |
|
Szilard Nemeth
|
d4874585f4
|
YARN-10237. Add isAbsoluteResource config for queue in scheduler response. Contributed by Prabhu Joseph
|
2020-04-24 17:04:47 +02:00 |
|
Akira Ajisaka
|
9827ff2961
|
YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939)
|
2020-04-24 09:32:25 +09:00 |
|
Szilard Nemeth
|
92b28e38b7
|
YARN-9996. Code cleanup in QueueAdminConfigurationMutationACLPolicy. Contributed by Siddharth Ahuja
|
2020-04-18 10:13:37 +02:00 |
|
Szilard Nemeth
|
76900b4f5b
|
YARN-10189. Code cleanup in LeveldbRMStateStore. Contributed by Benjamin Teke
|
2020-04-18 09:57:27 +02:00 |
|
Jonathan Hung
|
3601054822
|
YARN-9954. Configurable max application tags and max tag length. Contributed by Bilwa S T
|
2020-04-17 10:34:44 -07:00 |
|
Sunil G
|
2fe122e322
|
YARN-10154. CS Dynamic Queues cannot be configured with absolute resources. Contributed by Manikandan R.
|
2020-04-17 18:51:19 +05:30 |
|
Szilard Nemeth
|
4db598e0e6
|
YARN-9999. TestFSSchedulerConfigurationStore: Extend from ConfigurationStoreBaseTest, general code cleanup. Contributed by Benjamin Teke
|
2020-04-15 13:18:44 +02:00 |
|
Szilard Nemeth
|
55fcbcb5c2
|
YARN-10234. FS-CS converter: don't enable auto-create queue property for root. Contributed by Peter Bacsko
|
2020-04-15 07:24:04 +02:00 |
|
Jonathan Hung
|
23481ad378
|
YARN-10212. Create separate configuration for max global AM attempts. Contributed by Bilwa S T
|
2020-04-09 11:06:11 -07:00 |
|
Sunil G
|
6fb29d0f17
|
YARN-10226. NPE in Capacity Scheduler while using %primary_group queue mapping. Contributed by Peter Bacsko.
|
2020-04-09 18:51:42 +05:30 |
|
Wilfred Spiegelenburg
|
2214005c0f
|
YARN-10063. Add container-executor arguments --http/--https to usage. Contributed by Siddharth Ahuja
|
2020-04-08 11:30:03 +10:00 |
|
Szilard Nemeth
|
45362a9f4c
|
YARN-10001. Add explanation of unimplemented methods in InMemoryConfigurationStore. Contributed by Siddharth Ahuja
|
2020-04-07 15:51:55 +02:00 |
|
Prabhu Joseph
|
7a39da3537
|
YARN-10120. Amendment fix for Java Doc.
Contributed by Bilwa S T.
|
2020-04-03 13:07:41 +05:30 |
|
Prabhu Joseph
|
25361b077b
|
YARN-10120. Https Support in Router WebServiceClient.
Contributed by Bilwa S T.
|
2020-04-02 18:11:43 +05:30 |
|
Brahma Reddy Battula
|
8914cf9167
|
Preparing for 3.4.0 development
|
2020-03-29 23:24:25 +05:30 |
|
Szilard Nemeth
|
3d5ade1839
|
YARN-10043. FairOrderingPolicy Improvements. Contributed by Manikandan R
|
2020-03-26 13:23:43 +01:00 |
|
Szilard Nemeth
|
9a297ff31d
|
YARN-10197. FS-CS converter: fix emitted ordering policy string and max-am-resource percent value. Contributed by Peter Bacsko
|
2020-03-26 12:35:10 +01:00 |
|
Szilard Nemeth
|
348685dcb9
|
YARN-9998. Code cleanup in LeveldbConfigurationStore. Contributed by Benjamin Teke
|
2020-03-26 12:18:15 +01:00 |
|
Jonathan Hung
|
6ce189c621
|
YARN-10200. Add number of containers to RMAppManager summary
|
2020-03-25 10:41:59 -07:00 |
|
Sunil G
|
cdb2107066
|
YARN-9879. Allow multiple leaf queues with the same name in CapacityScheduler. Contributed by Gergely Pollak.
|
2020-03-25 16:50:19 +05:30 |
|
Prabhu Joseph
|
d312991ead
|
YARN-10198. Remove Validation of Queue Exist under Managed Parent Queue
Contributed by Peter Bacsko. Reviewed by Manikandan R.
|
2020-03-23 18:01:14 +05:30 |
|
Prabhu Joseph
|
f2d3ac2a3f
|
YARN-10034. Remove Allocation Tags from released container from Decommission node
Contributed by Kyungwan Nam. Reviewed by Adam Antal.
|
2020-03-19 12:55:14 +05:30 |
|
Weiwei Yang
|
b9d825f178
|
YARN-9567. Add diagnostics for outstanding resource requests on app attempts page. Contributed by Tao Yang.
|
2020-03-13 14:39:36 -07:00 |
|
Bilwa
|
c83644deac
|
YARN-10110. Adding RouterPolicyProvider for RM Federation.
Contributed by Bilwa S T.
|
2020-03-13 16:56:44 +05:30 |
|
Szilard Nemeth
|
5ead9c15ca
|
YARN-9997. Code cleanup in ZKConfigurationStore. Contributed by Andras Gyori
|
2020-03-12 12:29:03 +01:00 |
|
Szilard Nemeth
|
38d87883b6
|
YARN-10193. FS-CS converter: fix incorrect capacity conversion. Contributed by Peter Bacsko
|
2020-03-12 12:18:37 +01:00 |
|
Sunil G
|
0fd8bf5f6b
|
YARN-10191. FS-CS converter: call System.exit function call for every code path in main method. Contributed by Peter Bacsko.
|
2020-03-12 15:03:12 +05:30 |
|
Szilard Nemeth
|
cf9cf83a43
|
YARN-9354. Resources should be created with ResourceTypesTestHelper instead of TestUtils. Contributed by Andras Gyori
|
2020-03-10 16:44:48 +01:00 |
|
Szilard Nemeth
|
61f4cf3055
|
YARN-10002. Code cleanup and improvements in ConfigurationStoreBaseTest. Contributed by Benjamin Teke
|
2020-03-10 16:35:04 +01:00 |
|
Szilard Nemeth
|
9314ef947f
|
YARN-10168. FS-CS Converter: tool doesn't handle min/max resource conversion correctly. Contributed by Peter Bacsko
|
2020-03-10 16:07:46 +01:00 |
|
Eric E Payne
|
ede05b19d1
|
YARN-942. TestContainerSchedulerQueuing.testKillOnlyRequiredOpportunisticContainers fails sporadically Contributed by Ahmed Hussein (ahussein)
|
2020-03-10 14:17:45 +00:00 |
|
Szilard Nemeth
|
44afe1154d
|
YARN-9419. Log a warning if GPU isolation is enabled but LinuxContainerExecutor is disabled. Contribued by Andras Gyori
|
2020-03-09 16:08:24 +01:00 |
|
bibinchundatt
|
3859fa76d0
|
YARN-6924. Metrics for Federation AMRMProxy. Contributed by Young Chen
|
2020-03-07 09:34:42 +05:30 |
|
Szilard Nemeth
|
ea0444851d
|
YARN.10003. YarnConfigurationStore#checkVersion throws exception that belongs to RMStateStore. Contributed by Benjamin Teke
|
2020-03-06 17:49:45 +01:00 |
|
Szilard Nemeth
|
004e955348
|
YARN-10167. FS-CS Converter: Need to validate c-s.xml after converting. Contributed by Peter Bacsko
|
2020-03-05 09:56:42 +01:00 |
|
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
|
c0d084247c
|
YARN-10175. FS-CS converter: only convert placement rules if a cmd line switch is defined. Contributed by Peter Bacsko
|
2020-03-03 09:46:32 +01:00 |
|
Szilard Nemeth
|
e9eecedf69
|
YARN-10148. addendum: Fix method call parameter order of setAdminAndSubmitACL in TestCapacitySchedulerQueueACLs. Contributed by Kinga Marton
|
2020-03-02 16:25:14 +01:00 |
|
Inigo Goiri
|
a43510e21d
|
YARN-10161. TestRouterWebServicesREST is corrupting STDOUT. Contributed by Jim Brennan.
|
2020-02-27 13:18:30 -08:00 |
|
Inigo Goiri
|
b420ddeada
|
YARN-10155. TestDelegationTokenRenewer.testTokenThreadTimeout fails in trunk. Contributed by Manikandan R.
|
2020-02-27 12:53:20 -08:00 |
|
Szilard Nemeth
|
10461e0193
|
YARN-10148. Add Unit test for queue ACL for both FS and CS. Contributed by Kinga Marton
|
2020-02-27 20:10:32 +01:00 |
|