slfan1989
|
1cc2416f68
|
YARN-10487. Support getQueueUserAcls, listReservations, getApplicationAttempts, getContainerReport, getContainers, getResourceTypeInfo API's for Federation (#4341)
|
2022-06-02 12:54:29 -07:00 |
|
Ashutosh Gupta
|
7c66266b4e
|
YARN-11142.Remove unused Imports in Hadoop YARN project (#4381). Contributed by Ashutosh Gupta.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2022-05-31 23:17:11 +05:30 |
|
Ashutosh Gupta
|
e3e9369c1d
|
YARN-11128. Fix comments in TestProportionalCapacityPreemptionPolicy* (#4271)
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
Reviewed-by: Hemanth Boyina <hemanthboyina@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-05-26 15:51:55 +09:00 |
|
slfan1989
|
678768035d
|
YARN-11137. Improve log message in FederationClientInterceptor (#4336)
|
2022-05-24 17:21:04 -07:00 |
|
Owen O'Malley
|
f390edaec4
|
YARN-11162. Set the zk acl for nodes created by ZKConfigurationStore. (#4350)
|
2022-05-24 14:07:19 +09:00 |
|
slfan1989
|
8dd3ef1f08
|
YARN-10465. Support getNodeToLabels, getLabelsToNodes, getClusterNodeLabels API's for Federation (#4317)
|
2022-05-20 13:19:42 -07:00 |
|
Viraj Jasani
|
0733e968ab
|
HADOOP-18224. Upgrade maven compiler plugin to 3.10.1 (#4267)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-05-21 03:21:13 +09:00 |
|
9uapaw
|
0e6a6d1880
|
YARN-11152. QueueMetrics is leaking memory when creating a new queue during reinitialisation
|
2022-05-18 18:22:42 +02:00 |
|
9uapaw
|
54cd0174c0
|
YARN-11147. ResourceUsage and QueueCapacities classes provide node label iterators that are not thread safe
|
2022-05-18 18:16:34 +02:00 |
|
slfan1989
|
6896c35a8d
|
YARN-11122. Support getClusterNodes API in FederationClientInterceptor (#4274)
|
2022-05-15 09:16:06 -07:00 |
|
Ashutosh Gupta
|
6985f9aabe
|
YARN-10080. Support show app id on localizer thread pool (#4283)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-05-14 01:41:06 +09:00 |
|
Jian Chen
|
d2c9eb653a
|
YARN-11073. Avoid unnecessary preemption for tiny queues under certain corner cases (#4110)
Co-authored-by: Jian Chen <jian.chen@airbnb.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-05-14 01:11:42 +09:00 |
|
Szilard Nemeth
|
eced5bec68
|
YARN-11123. ResourceManager webapps test failures due to org.apache.hadoop.metrics2.MetricsException and subsequent java.net.BindException: Address already in use. Contributed by Szilard Nemeth
|
2022-05-13 13:16:12 +02:00 |
|
Szilard Nemeth
|
5e2f4339fa
|
YARN-11126. ZKConfigurationStore Java deserialisation vulnerability. Contributed by Tamas Domok
|
2022-05-12 13:42:06 +02:00 |
|
Szilard Nemeth
|
9af3eabdca
|
YARN-11114. RMWebServices returns only apps matching exactly the submitted queue name. Contributed by Szilard Nemeth
|
2022-05-11 18:01:31 +02:00 |
|
Szilard Nemeth
|
b62d6ce6fd
|
YARN-11141. Capacity Scheduler does not support ambiguous queue names when moving application across queues. Contributed by Andras Gyori
|
2022-05-11 14:29:05 +02:00 |
|
slfan1989
|
09a69f996b
|
YARN-11130. removed unused import (#4276)
|
2022-05-11 12:14:52 +05:30 |
|
Ashutosh Gupta
|
ae47846a5b
|
HADOOP-16515. Update the link to compatibility guide (#4226)
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-05-08 07:38:32 +09:00 |
|
PJ Fanning
|
63187083cc
|
HADOOP-15983. Use jersey-json that is built to use jackson2 (#3988)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-04-28 14:18:19 +09:00 |
|
章锡平
|
d5cba5c3d1
|
YARN-11107. Addendum. When NodeLabel is enabled for a YARN cluster, AM blacklist program does not work properly. (#4175)
|
2022-04-15 17:50:49 +09:00 |
|
章锡平
|
3b46aae977
|
YARN-11107. When NodeLabel is enabled for a YARN cluster, AM blacklist program does not work properly. Contributed by zhangxiping1
|
2022-04-13 15:57:18 +02:00 |
|
Junfan Zhang
|
e044a46f97
|
YARN-11088. Introduce the config to control the AM allocated to non-exclusive nodes. Contributed by Junfan Zhang
|
2022-03-31 12:39:56 +02:00 |
|
PJ Fanning
|
61e809b245
|
HADOOP-13386. Upgrade Avro to 1.9.2 (#3990)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-03-26 20:31:16 +09:00 |
|
Tamas Domok
|
da09d68056
|
YARN-11069. Dynamic Queue ACL handling in Legacy and Flexible Auto Created Queues. Contributed by Tamas Domok
|
2022-03-25 21:53:18 +01:00 |
|
9uapaw
|
921267ca31
|
YARN-11084. Introduce new config to specify AM default node-label when not specified. Contributed by Junfan Zhang.
|
2022-03-23 08:57:00 +01:00 |
|
9uapaw
|
2beb7296fb
|
YARN-11087. Introduce the config to control the refresh interval in RMDelegatedNodeLabelsUpdater. Contributed by Junfan Zhang.
|
2022-03-22 13:14:43 +01:00 |
|
9uapaw
|
c3124a3f6e
|
YARN-10565. Refactor CS queue initialization to simplify weight mode calculation. Contributed by Benjamin Teke.
|
2022-03-21 14:55:49 +01:00 |
|
Szilard Nemeth
|
e2701e227f
|
YARN-11086. Add space in debug log of ParentQueue. Contributed by Junfan Zhang.
|
2022-03-21 14:37:10 +01:00 |
|
Szilard Nemeth
|
4537b34e1c
|
YARN-11089. Fix typo in RM audit log. Contributed by Junfan Zhang.
|
2022-03-21 14:18:27 +01:00 |
|
Szilard Nemeth
|
ed65aa2324
|
YARN-11067. Resource overcommitment due to incorrect resource normalisation logical order. Contributed by Andras Gyori
|
2022-03-10 22:22:58 +01:00 |
|
Szilard Nemeth
|
481da19494
|
YARN-10049. FIFOOrderingPolicy Improvements. Contributed by Benjamin Teke
|
2022-03-10 22:15:35 +01:00 |
|
9uapaw
|
383b73417d
|
YARN-11036. Do not inherit from TestRMWebServicesCapacitySched. Contributed by Tamas Domok
|
2022-03-10 13:11:19 +01:00 |
|
9uapaw
|
9539ff108a
|
YARN-11052. Improve code quality in TestRMWebServicesNodeLabels. Contributed by Szilard Nemeth
|
2022-03-10 08:40:43 +01:00 |
|
Szilard Nemeth
|
db8ae4b654
|
YARN-10918. Simplify method: CapacitySchedulerQueueManager#parseQueue. Contributed by Andras Gyori
|
2022-03-09 19:36:09 +01:00 |
|
Szilard Nemeth
|
2ece95064b
|
YARN-10945. Add javadoc to all methods of AbstractCSQueue. Contributed by Andras Gyori
|
2022-03-09 19:29:53 +01:00 |
|
Viraj Jasani
|
56d807175d
|
YARN-11081. TestYarnConfigurationFields consistently keeps failing (#4027)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2022-03-08 21:32:51 +09:00 |
|
Viraj Jasani
|
66b72406bd
|
HADOOP-18131. Upgrade maven enforcer plugin and relevant dependencies (#4000)
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2022-03-08 17:27:04 +09:00 |
|
9uapaw
|
851a4dc2d9
|
YARN-11049. MutableConfScheduler is referred as plain String instead of class name. Contributed by Szilard Nemeth
|
2022-03-07 09:01:18 +01:00 |
|
Szilard Nemeth
|
379baa5eb6
|
YARN-10947. Simplify AbstractCSQueue#initializeQueueState. Contributed by Andras Gyori
|
2022-03-03 16:44:12 +01:00 |
|
Szilard Nemeth
|
356d337d1e
|
YARN-11042. Fix testQueueSubmitWithACLsEnabledWithQueueMapping in TestAppManager. Contributed by Tamas Domok
|
2022-03-02 16:19:17 +01:00 |
|
9uapaw
|
9e475aede6
|
YARN-10983. Follow-up changes for YARN-10904. Contributed by Benjamin Teke
|
2022-03-02 11:16:24 +01:00 |
|
Szilard Nemeth
|
365375412f
|
YARN-10590. Consider legacy auto queue creation absolute resource template to avoid rounding errors. Contributed by Andras Gyori
|
2022-02-22 12:26:35 +01:00 |
|
Szilard Nemeth
|
0463498adc
|
YARN-10944. AbstractCSQueue: Eliminate code duplication in overloaded versions of setMaxCapacity. Contributed by Andras Gyori
|
2022-02-22 11:55:34 +01:00 |
|
Szilard Nemeth
|
7dd288ce8c
|
YARN-11070. Minimum resource ratio is overridden by subsequent labels. Contributed by Andras Gyori
|
2022-02-17 19:58:14 +01:00 |
|
Szilard Nemeth
|
ad0a1dc897
|
YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke
|
2022-02-17 19:48:42 +01:00 |
|
Szilard Nemeth
|
4c05d257ba
|
YARN-10995. Move PendingApplicationComparator from GuaranteedOrZeroCapacityOverTimePolicy. Contributed by Benjamin Teke
|
2022-02-17 19:43:37 +01:00 |
|
Szilard Nemeth
|
48e02f7998
|
YARN-10580. Fix some issues in TestRMWebServicesCapacitySchedDynamicConfig. Contributed by Tamas Domok
|
2022-02-17 19:17:31 +01:00 |
|
Szilard Nemeth
|
bb1135c77c
|
YARN-10894. Follow up YARN-10237: fix the new test case in TestRMWebServicesCapacitySched. Contributed by Tamas Domok
|
2022-02-17 19:12:51 +01:00 |
|
Szilard Nemeth
|
d58c10c3a5
|
YARN-11071. AutoCreatedQueueTemplate incorrect wildcard level. Contributed by Tamas Domok
|
2022-02-17 19:03:44 +01:00 |
|
minni31
|
ec2fd01333
|
YARN-10459. containerLaunchedOnNode method not need to hold scheduler… (#3195)
|
2022-02-01 09:37:40 -08:00 |
|