Skip to content

Commit 0ed079c

Browse files
author
slfan1989
committed
YARN-11161. Fix CheckStyle.
1 parent 2a76b3a commit 0ed079c

File tree

1 file changed

+1
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm

1 file changed

+1
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ public void init(String userName) {
194194
LOG.error(e.getMessage());
195195
}
196196

197-
numSubmitRetries =
198-
conf.getInt(
197+
numSubmitRetries = conf.getInt(
199198
YarnConfiguration.ROUTER_CLIENTRM_SUBMIT_RETRY,
200199
YarnConfiguration.DEFAULT_ROUTER_CLIENTRM_SUBMIT_RETRY);
201200

0 commit comments

Comments
 (0)