Skip to content

Commit 75a9904

Browse files
author
slfan1989
committed
YARN-11357. Fix CheckStyle.
1 parent 8321970 commit 75a9904

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/clientrm/TestFederationClientInterceptorRetry.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ public class TestFederationClientInterceptorRetry
8888
@Override
8989
public void setUp() throws IOException {
9090
super.setUpConfig();
91-
this.getConf().setStrings(FEDERATION_POLICY_MANAGER,
92-
"org.apache.hadoop.yarn.server.router.clientrm.TestSequentialBroadcastPolicyManager");
9391
interceptor = new TestableFederationClientInterceptor();
9492

9593
stateStore = new MemoryFederationStateStore();
@@ -154,7 +152,7 @@ protected YarnConfiguration createConfiguration() {
154152
+ "," + TestableFederationClientInterceptor.class.getName());
155153

156154
conf.set(FEDERATION_POLICY_MANAGER,
157-
UniformBroadcastPolicyManager.class.getName());
155+
TestSequentialBroadcastPolicyManager.class.getName());
158156

159157
// Disable StateStoreFacade cache
160158
conf.setInt(YarnConfiguration.FEDERATION_CACHE_TIME_TO_LIVE_SECS, 0);

0 commit comments

Comments
 (0)