keith-turner commented on a change in pull request #1531: Bump ZooKeeper
dependency to 3.5.7
URL: https://github.com/apache/accumulo/pull/1531#discussion_r384498103
##########
File path:
minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterImpl.java
##########
@@ -404,6 +404,7 @@ public MiniAccumuloClusterImpl(MiniAccumuloConfigImpl
config) throws IOException
zooCfg.setProperty("maxClientCnxns", "1000");
zooCfg.setProperty("dataDir",
config.getZooKeeperDir().getAbsolutePath());
zooCfg.setProperty("4lw.commands.whitelist", "ruok");
+ zooCfg.setProperty("admin.enableServer", "false");
Review comment:
Nevermind I see the discussion on the zookeeper issue.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services