EdColeman commented on issue #292: URL: https://github.com/apache/accumulo-website/issues/292#issuecomment-898000637
There is a ZooKeeper section in the manual at https://accumulo.apache.org/docs/2.x/troubleshooting/basic, it could go there. The text from the original ticket is functionally correct. ``` Use zkCli.sh and look in /accumulo/<accumulo instance id> Portions of ZooKeeper information is protected using ZooKeeper ACLs, to access protected data execute the following command: > addauth digest accumulo:SECRET Replace SECRET with the secret from your accumulo-site.xml file. ``` Also, the section that deals with using the ZooKeeper stat command will likely not work unless zookeeper four-letter words have been enabled, or a ZooKeeper admin server is configured - and that would have different methods for determining ZooKeeper state. -- 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]
