Skip to content

Commit 65a13d8

Browse files
author
slfan1989
committed
YARN-11332. Fix CheckStyle.
1 parent 20e5d58 commit 65a13d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5074,8 +5074,8 @@
50745074
This configurable is used to set the keepAliveTime of the thread pool of the interceptor.
50755075
Default is 0s.
50765076
</description>
5077-
</property>
5078-
5077+
</property>
5078+
50795079
<property>
50805080
<name>yarn.router.submit.interval.time</name>
50815081
<value>10ms</value>

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ protected int getNumMaxThreads(Configuration conf) {
19931993
YarnConfiguration.DEFAULT_ROUTER_USER_CLIENT_THREAD_POOL_MAXIMUM_POOL_SIZE);
19941994
return numMaxThreads;
19951995
}
1996-
1996+
19971997
@VisibleForTesting
19981998
public void setNumSubmitRetries(int numSubmitRetries) {
19991999
this.numSubmitRetries = numSubmitRetries;

0 commit comments

Comments
 (0)