Skip to content

Commit 7756ec8

Browse files
author
slfan1989
committed
YARN-11342. Fix CheckStyle.
1 parent 4fcace9 commit 7756ec8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ private void updateApplicationHomeSubCluster(SubClusterId subClusterId,
619619
}
620620
}
621621

622-
623622
/**
624623
* Query SubClusterId By applicationId.
625624
*

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Optional:
270270
|`yarn.router.admin.address` | `0.0.0.0:8052` | Admin address at the router. |
271271
|`yarn.router.webapp.https.address` | `0.0.0.0:8091` | Secure webapp address at the router. |
272272
|`yarn.router.submit.retry` | `3` | The number of retries in the router before we give up. |
273+
|`yarn.router.submit.interval.time` | `10` | The interval between two retry, the default value is 10ms. |
273274
|`yarn.federation.statestore.max-connections` | `10` | This is the maximum number of parallel connections each Router makes to the state-store. |
274275
|`yarn.federation.cache-ttl.secs` | `60` | The Router caches informations, and this is the time to leave before the cache is invalidated. |
275276
|`yarn.router.webapp.interceptor-class.pipeline` | `org.apache.hadoop.yarn.server.router.webapp.FederationInterceptorREST` | A comma-separated list of interceptor classes to be run at the router when interfacing with the client via REST interface. The last step of this pipeline must be the Federation Interceptor REST. |

0 commit comments

Comments
 (0)