EdColeman commented on a change in pull request #270:
URL: https://github.com/apache/accumulo-website/pull/270#discussion_r608771693
##########
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:
The docs start with consider using fluo-uno - that's the easiest on
ramp that I know of. Is there a reason that you did not try it? Would changing
/ adding wording there have made you more likely to use fluo-uno?
Moving the cluster command before the individual commands might have made
your experience easier - with accumulo-cluster start, things should have been
started and removes the beginner from needing five commands instead of one.
But with that, uno fetch accumulo, uno start accumulo is way easier than
setting up accumulo from scratch.
--
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]