liubin101 commented on PR #6100: URL: https://github.com/apache/hadoop/pull/6100#issuecomment-1727463468
@slfan1989 Most of my configurations come from the official website(https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/Federation.html), and my hadoop version is 3.3.0 ``` <property> <name>yarn.federation.enabled</name> <value>true</value> </property> <property> <name>yarn.federation.state-store.class</name> <value>org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore</value> </property> <property> <name>yarn.federation.failover.enabled</name> <value>true</value> </property> <property> <name>yarn.router.clientrm.interceptor-class.pipeline</name> <value>org.apache.hadoop.yarn.server.router.clientrm.FederationClientInterceptor</value> </property> <property> <name>yarn.router.webapp.interceptor-class.pipeline</name> <value>org.apache.hadoop.yarn.server.router.webapp.FederationInterceptorREST</value> </property> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
