EdColeman commented on a change in pull request #270:
URL: https://github.com/apache/accumulo-website/pull/270#discussion_r609084740
##########
File path: _docs-2/getting-started/quickstart.md
##########
@@ -137,15 +137,19 @@ Each method above has instructions below.
Start Accumulo processes (tserver, master, monitor, etc) using command below:
+ accumulo master
accumulo tserver
+ accumulo monitor
The process will run in the foreground. Use ctrl-c to quit.
### Run Accumulo services
Start Accumulo services (tserver, master, monitor, etc) using command below:
+ accumulo-service master start
accumulo-service tserver start
+ accumulo-service monitor start
Review comment:
For the zookeeper issue we'd need to know the zookeeper and accumlo
versions. There were changes in ZooKeeper 3.x series that modified where
zookeeper store jars and separated the jute (zk comms layer) into a separate
jar. That's one benefit of uno - it should download compatible versions of
things - it also allows you to point at you local reop and build / run accumulo
with your changes if you think you might go down that route in the future.
--
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]