Sunil G
|
94df6b513b
|
YARN-10226. NPE in Capacity Scheduler while using %primary_group queue mapping. Contributed by Peter Bacsko.
(cherry picked from commit 6fb29d0f17 )
|
2020-04-09 18:52:52 +05:30 |
|
Szilard Nemeth
|
7abc6221a3
|
YARN-10001. Add explanation of unimplemented methods in InMemoryConfigurationStore. Contributed by Siddharth Ahuja
(cherry picked from commit 45362a9f4c )
|
2020-04-07 16:01:47 +02:00 |
|
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 |
|
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
|
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 |
|
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 |
|
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
|
d68616b045
|
YARN-10130. FS-CS converter: Do not allow output dir to be the same as input dir. Contributed by Adam Antal
|
2020-02-25 21:30:04 +01:00 |
|
Szilard Nemeth
|
72fa9c7f1b
|
YARN-10135. FS-CS converter tool: issue warning on dynamic auto-create mapping rules. Contributed by Peter Bacsko
|
2020-02-24 21:54:07 +01:00 |
|
Szilard Nemeth
|
34cf63c7d0
|
YARN-10157. FS-CS converter: initPropertyActions() is not called without rules file. Contributed by Peter Bacsko
|
2020-02-24 21:45:49 +01:00 |
|
Sunil G
|
6526f95bd2
|
YARN-10139. ValidateAndGetSchedulerConfiguration API fails when cluster max allocation > default 8GB. Contributed by Prabhu Joseph.
|
2020-02-19 11:17:22 +05:30 |
|
Prabhu Joseph
|
e637797211
|
YARN-10127. Remove setting App Ordering Policy to ParentQueue in FSQueueConverter
Contributed by Peter Bacsko.
|
2020-02-11 22:01:58 +05:30 |
|
Sunil G
|
28f730b317
|
YARN-10109. Allow stop and convert from leaf to parent queue in a single Mutation API call. Contributed by Prabhu Joseph
|
2020-02-09 21:14:53 +05:30 |
|
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 |
|
Jonathan Hung
|
314e2f9d2e
|
YARN-10116. Expose diagnostics in RMAppManager summary
|
2020-02-04 17:44:05 -08:00 |
|
Szilard Nemeth
|
a7d72c523a
|
YARN-10099. FS-CS converter: handle allow-undeclared-pools and user-as-default-queue properly and fix misc issues. Contributed by Peter Bacsko
|
2020-01-30 16:03:38 +01:00 |
|
Eric Badger
|
e578e52aae
|
YARN-10084. Allow inheritance of max app lifetime / default app lifetime. Contributed by Eric Payne.
|
2020-01-29 03:54:43 +00:00 |
|
Inigo Goiri
|
5abd0148eb
|
YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R.
|
2020-01-28 10:06:37 -08:00 |
|
Prabhu Joseph
|
1ab9c692fa
|
YARN-10022. RM Rest API to validate the CapacityScheduler Configuration change
Contributed by Kinga Marton.
|
2020-01-28 23:16:04 +05:30 |
|
Szilard Nemeth
|
94f060242e
|
YARN-10104. FS-CS converter: dry run should work without output defined. Contributed by Peter Bacsko
|
2020-01-28 15:36:04 +01:00 |
|
Szilard Nemeth
|
ca29768035
|
YARN-10085. FS-CS converter: remove mixed ordering policy check. Contributed by Peter Bacsko
|
2020-01-28 15:22:48 +01:00 |
|
Szilard Nemeth
|
9520b2ad79
|
YARN-10083. Provide utility to ask whether an application is in final status. Contributed by Adam Antal
|
2020-01-22 16:25:07 +01:00 |
|
Inigo Goiri
|
b4870bce3a
|
Revert "YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R."
This reverts commit 0696828a09 .
|
2020-01-21 17:45:17 -08:00 |
|
Inigo Goiri
|
0696828a09
|
YARN-9768. RM Renew Delegation token thread should timeout and retry. Contributed by Manikandan R.
|
2020-01-21 13:41:01 -08:00 |
|
Szilard Nemeth
|
581072a8f0
|
YARN-7913. Improve error handling when application recovery fails with exception. Contributed by Wilfred Spiegelenburg
|
2020-01-20 13:10:32 +01:00 |
|
Prabhu Joseph
|
a0ff42d761
|
YARN-10070. Fix NPE if no queue mapping defined for proxy user when using application tag based placement.
Contributed by Kinga Marton. Reviewed by Adam Antal.
|
2020-01-16 12:55:27 +05:30 |
|
Szilard Nemeth
|
2aa065d98f
|
YARN-10082. FS-CS converter: disable terminal placement rule checking. Contributed by Peter Bacsko
|
2020-01-15 12:42:13 +01:00 |
|
Szilard Nemeth
|
7c5cecc3b3
|
YARN-9970. Refactor TestUserGroupMappingPlacementRule#verifyQueueMapping. Contributed by Manikandan R
|
2020-01-15 09:55:41 +01:00 |
|
Szilard Nemeth
|
1c51f36be7
|
YARN-9788. Queue Management API does not support parallel updates. Contributed by Prabhu Joseph
|
2020-01-14 12:26:03 +01:00 |
|
Szilard Nemeth
|
621c5eac38
|
YARN-9912. Capacity scheduler: support u:user2:%secondary_group queue mapping. Contributed by Manikandan R
|
2020-01-13 17:23:00 +01:00 |
|
Szilard Nemeth
|
b7ef8a333f
|
YARN-9868. Validate %primary_group queue in CS queue manager. Contributed by Manikandan R
|
2020-01-13 17:15:09 +01:00 |
|
Szilard Nemeth
|
d842dfffa5
|
YARN-9866. u:user2:%primary_group is not working as expected. Contributed by Manikandan R
|
2020-01-12 14:04:15 +01:00 |
|
Szilard Nemeth
|
24e6a9e43a
|
YARN-10067. Add dry-run feature to FS-CS converter tool. Contributed by Peter Bacsko
|
2020-01-12 13:48:39 +01:00 |
|
Szilard Nemeth
|
768ee22e9e
|
YARN-10035. Add ability to filter the Cluster Applications API request by name. Contributed by Adam Antal
|
2020-01-06 16:26:33 +01:00 |
|
Prabhu Joseph
|
eca7e14c2f
|
YARN-10053. Use Shared Group Mapping Service in Placement Rules.
Contributed by Wilfred Spiegelenburg.
|
2020-01-02 14:13:57 +05:30 |
|
Prabhu Joseph
|
21ada4d1b0
|
Revert "YARN-10053. Use Shared Group Mapping Service in Placement Rules."
This reverts commit 217b56ffdd .
|
2020-01-02 14:12:43 +05:30 |
|
Prabhu Joseph
|
217b56ffdd
|
YARN-10053. Use Shared Group Mapping Service in Placement Rules.
Contributed by Wilfred Spiegelenburg.
|
2020-01-02 14:07:49 +05:30 |
|
Giovanni Matteo Fumarola
|
ef59ffd362
|
YARN-10038. [UI] Finish Time is not correctly parsed in the RM Apps page. Contributed by Inigo Goiri.
|
2019-12-19 11:37:17 -08:00 |
|
Jonathan Hung
|
fddc3d55c3
|
YARN-10039. Allow disabling app submission from REST endpoints
|
2019-12-18 10:48:05 -08:00 |
|
Jonathan Hung
|
6d970d8100
|
YARN-10012. Guaranteed and max capacity queue metrics for custom resources. Contributed by Manikandan R
|
2019-12-08 16:35:02 -08:00 |
|
Jonathan Hung
|
cd4779f317
|
Revert "YARN-10012. Guaranteed and max capacity queue metrics for custom resources"
This reverts commit 92bce918dc .
|
2019-12-08 16:34:46 -08:00 |
|
Jonathan Hung
|
92bce918dc
|
YARN-10012. Guaranteed and max capacity queue metrics for custom resources
|
2019-12-08 15:52:17 -08:00 |
|
prabhujoseph
|
e575df5ca6
|
YARN-10006. IOException used in place of YARNException in CapaitySheduler
Contributed by Adam Antal. Reviewed by Szilard Nemeth.
|
2019-12-06 12:51:28 +05:30 |
|
Szilard Nemeth
|
cf68857631
|
YARN-9938. Validate Parent Queue for QueueMapping contains dynamic group as parent queue. Contributed by Manikandan R
|
2019-12-05 21:04:42 +01:00 |
|
Szilard Nemeth
|
5cc6f945da
|
YARN-9789. Disable Option for Write Ahead Logs of LogMutation. Contributed by Prabhu Joseph
|
2019-12-05 20:43:26 +01:00 |
|
Szilard Nemeth
|
4627dd6708
|
YARN-9780. SchedulerConf Mutation API does not Allow Stop and Remove Queue in a single call. Contributed by Prabhu Joseph
|
2019-12-05 20:38:37 +01:00 |
|
Szilard Nemeth
|
c71befaf8f
|
YARN-9781. SchedConfCli to get current stored scheduler configuration. Contributed by Prabhu Joseph
|
2019-12-05 20:31:24 +01:00 |
|
Szilard Nemeth
|
ef950b0863
|
YARN-9290. Invalid SchedulingRequest not rejected in Scheduler PlacementConstraintsHandler. Contributed by Prabhu Joseph
|
2019-11-26 22:04:07 +01:00 |
|
prabhujoseph
|
aa7ab2719f
|
YARN-9991. Fix Application Tag prefix to userid. Contributed by Szilard Nemeth.
|
2019-11-27 01:59:12 +05:30 |
|
Szilard Nemeth
|
8c9018d5c7
|
YARN-9899. Migration tool that help to generate CS config based on FS config [Phase 2]. Contributed by Peter Bacsko
|
2019-11-26 21:22:35 +01:00 |
|
Szilard Nemeth
|
448ffb12ec
|
YARN-9937. addendum: Add missing queue configs in RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph
|
2019-11-26 13:41:41 +01:00 |
|
HUAN-PING SU
|
f8e36e03b4
|
YARN-9966. Code duplication in UserGroupMappingPlacementRule (#1709)
|
2019-11-25 15:28:53 +09:00 |
|
Tao Yang
|
8afabe41e4
|
YARN-9838. Fix resource inconsistency for queues when moving app with reserved container to another queue. Contributed by jiulongzhu.
|
2019-11-22 16:06:14 +08:00 |
|
Szilard Nemeth
|
dfdc6d6dd9
|
YARN-9886. Queue mapping based on userid passed through application tag. Contributed by Julia Kinga Marton
|
2019-11-19 21:14:15 +01:00 |
|
Prabhu Joseph
|
30b2096933
|
YARN-9986. Allow app owner to signal container via RMWebServices. Contributed by kyungwan nam.
|
2019-11-19 11:35:00 +00:00 |
|
Sunil G
|
ea68756c0c
|
YARN-8373. RM Received RMFatalEvent of type CRITICAL_THREAD_CRASH. Contributed by Wilfred Spiegelenburg.
|
2019-11-19 14:10:41 +05:30 |
|
Sunil G
|
215f2052fc
|
YARN-9984. FSPreemptionThread can cause NullPointerException while app is unregistered with containers running on a node. Contributed by Wilfred Spiegelenburg.
|
2019-11-19 14:03:02 +05:30 |
|
Szilard Nemeth
|
27642367ef
|
YARN-9011. Race condition during decommissioning. Contributed by Peter Bacsko
|
2019-11-18 16:29:39 +01:00 |
|
Yufei Gu
|
b83b9ab418
|
YARN-9537. Add configuration to disable AM preemption. Contributed by ZhouKang
|
2019-11-12 09:40:16 -08:00 |
|
Abhishek Modi
|
fb512f5087
|
YARN-9697. Efficient allocation of Opportunistic containers. Contributed by Abhishek Modi.
|
2019-11-12 16:34:04 +05:30 |
|
Szilard Nemeth
|
30b93f914b
|
YARN-9865. Capacity scheduler: add support for combined %user + %secondary_group mapping. Contributed by Manikandan R
|
2019-11-11 13:28:02 +01:00 |
|
Sunil G
|
51e7d1b37e
|
YARN-9950. Unset Ordering Policy of Leaf/Parent queue converted from Parent/Leaf queue respectively. Contributed by Prabhu Joseph.
|
2019-11-04 23:27:49 +05:30 |
|
Sunil G
|
d462308e04
|
YARN-9949. Add missing queue configs for root queue in RMWebService#CapacitySchedulerInfo. Contributed by Prabhu Joseph.
|
2019-11-03 08:47:27 +05:30 |
|
Sunil G
|
9a2e43e29e
|
YARN-9937. Add missing queue configs in RMWebService#CapacitySchedulerQueueInfo. Contributed by Prabhu Joseph.
|
2019-10-31 00:34:27 +05:30 |
|
Szilard Nemeth
|
e3e7daa4f5
|
YARN-9889. [UI] Add Application Tag column to RM All Applications table. Contributed by Kinga Marton
|
2019-10-30 16:26:56 +01:00 |
|
Abhishek Modi
|
ed45c13f67
|
YARN-2442. ResourceManager JMX UI does not give HA State. Contributed by Rohith Sharma and Cyrus Jackson.
|
2019-10-29 15:54:55 +05:30 |
|
Eric E Payne
|
83d148074f
|
YARN-9915: Fix FindBug issue in QueueMetrics. Contributed by Prabhu Joseph.
|
2019-10-21 20:30:50 +00:00 |
|
Eric Yang
|
3f7756dc6c
|
YARN-9922. Fixed YARN javadoc errors from YARN-9699.
Contributed by Peter Bacsko
|
2019-10-21 16:16:49 -04:00 |
|
Eric Yang
|
155864da00
|
YARN-9875. Improve fair scheduler configuration store on HDFS.
Contributed by Prabhu Joseph
|
2019-10-18 20:30:11 -04:00 |
|
Szilard Nemeth
|
f0699a7406
|
YARN-9841. Capacity scheduler: add support for combined %user + %primary_group mapping. Contributed by Manikandan R
|
2019-10-18 11:19:49 +02:00 |
|
Sunil G
|
3990ffa083
|
YARN-9909. Offline format of YarnConfigurationStore. Contributed by Prabhu Joseph.
|
2019-10-17 06:43:06 +05:30 |
|
Eric E Payne
|
a5034c7988
|
YARN-9773: Add QueueMetrics for Custom Resources. Contributed by Manikandan R.
|
2019-10-16 21:10:08 +00:00 |
|
Sunil G
|
090f73a9aa
|
YARN-9900. Revert to previous state when Invalid Config is applied and Refresh Support in SchedulerConfig Format. Contributed by Prabhu Joseph.
|
2019-10-16 18:14:31 +05:30 |
|
Szilard Nemeth
|
a8ef03e961
|
YARN-9840. Capacity scheduler: add support for Secondary Group rule mapping. Contributed by Manikandan R
|
2019-10-15 17:22:52 +02:00 |
|
Szilard Nemeth
|
5cc7873a47
|
YARN-9699. Migration tool that help to generate CS config based on FS config [Phase 1]. Contributed by Peter Bacsko
|
2019-10-14 17:19:39 +02:00 |
|
Sunil G
|
be901f4962
|
YARN-9873. Mutation API Config Change need to update Version Number. Contributed by Prabhu Joseph
|
2019-10-09 15:53:14 +05:30 |
|
Jonathan Hung
|
5462d2176f
|
YARN-9760. Support configuring application priorities on a workflow level. Contributed by Varun Saxena
|
2019-10-08 11:20:13 -07:00 |
|
Sunil G
|
fb1ecff6a2
|
Revert "YARN-9873. Mutation API Config Change updates Version Number. Contributed by Prabhu Joseph"
This reverts commit 4510970e2f .
|
2019-10-05 09:15:17 +05:30 |
|
Sunil G
|
4510970e2f
|
YARN-9873. Mutation API Config Change updates Version Number. Contributed by Prabhu Joseph
|
2019-10-04 21:49:07 +05:30 |
|
Abhishek Modi
|
61a8436004
|
YARN-9870. Remove unused function from OpportunisticContainerAllocatorAMService. Contributed by Abhishek Modi.
|
2019-10-02 17:55:07 +05:30 |
|
bibinchundatt
|
425a6c89ae
|
YARN-9858. Optimize RMContext getExclusiveEnforcedPartitions. Contributed by Jonathan Hung.
|
2019-10-01 16:02:26 +05:30 |
|
Sunil G
|
137546a78a
|
YARN-9864. Format CS Configuration present in Configuration Store. Contributeed by Prabhu Joseph
|
2019-10-01 09:08:41 +05:30 |
|
Abhishek Modi
|
4d3c580b03
|
YARN-9859. Refactoring of OpportunisticContainerAllocator. Contributed by Abhishek Modi.
|
2019-09-30 23:40:15 +05:30 |
|
Jonathan Hung
|
606e341c1a
|
Addendum to YARN-9730. Support forcing configured partitions to be exclusive based on app node label
|
2019-09-25 17:54:53 -07:00 |
|
Jonathan Hung
|
c2731d4b63
|
YARN-9730. Support forcing configured partitions to be exclusive based on app node label
|
2019-09-24 13:51:32 -07:00 |
|
Duo Zhang
|
bfe1dac29d
|
HADOOP-16560. [YARN] use protobuf-maven-plugin to generate protobuf classes (#1496)
Signed-off-by: Vinayakumar B <vinayakumarb@apache.org>
|
2019-09-24 08:50:36 +08:00 |
|
Jonathan Hung
|
3d78b1223d
|
YARN-9762. Add submission context label to audit logs. Contributed by Manoj Kumar
|
2019-09-23 13:12:16 -07:00 |
|
Abhishek Modi
|
da2b4fe204
|
YARN-9794. RM crashes due to runtime errors in TimelineServiceV2Publisher. Contributed by Tarun Parimi.
|
2019-09-15 14:16:18 +05:30 |
|
Eric Badger
|
56b7571131
|
YARN-9815 ReservationACLsTestBase fails with NPE. Contributed by Ahmed Hussein
|
2019-09-11 21:59:28 +00:00 |
|