sayyadshifa326-hue commented on issue #25: URL: https://github.com/apache/accumulo-docker/issues/25#issuecomment-4736399041
Before you can run Accumulo services in Docker, you will need to install Accumulo, configure accumulo.properties, and initialize your instance with --upload-accumulo-props. This will upload configuration to Zookeeper and limit how much configuration needs to be set on the command line. ```bash $ accumulo init --upload-accumulo-props ... -- 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]
