EdColeman commented on a change in pull request #270:
URL: https://github.com/apache/accumulo-website/pull/270#discussion_r608746245



##########
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:
       You can use the accumulo-cluster cmd to start all of the services either 
on a single node or on multiple nodes - these commands are only necessary if 
you elect to run each manually (or say you need to restart just one)  Maybe it 
would be more user-friendly if the accumulo-cluster command section came before 
this section?
   
   Also, for a complete installation I believe that you might be missing 
necessary services (gc). Then maybe this could be
   `accumulo [service-name] or accumulo-service [service-name] start | stop` 
with a more complete list of the required service names?




-- 
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]


Reply via email to