goiri commented on code in PR #5637:
URL: https://github.com/apache/hadoop/pull/5637#discussion_r1261674724


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java:
##########
@@ -4001,7 +4001,7 @@ public static boolean isAclEnabled(Configuration conf) {
       FEDERATION_PREFIX + "state-store.class";
 
   public static final String DEFAULT_FEDERATION_STATESTORE_CLIENT_CLASS =
-      
"org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore";
+      
"org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore";

Review Comment:
   Do we have this also in some of the XMLs?
   The other thing is we could use the getClass() and getName()



-- 
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]

Reply via email to