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



##########
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:
       @EdColeman i'm a newbie with accumulo and while trying to create a table 
i simply didn't know why it hangs.
   I've spent more than an hour debugging and pondering about it, and 
afterwards I came to see the fact that there are more services to start, not 
only the `tserver`.
   
   Obviously my modification is quite naive because there are probably more 
services. So what you are suggesting with `accumulo [service-name]` fits much 
better.
   
   The quick start for me wasn't so quick :)
   
   I came across the sample code 
https://github.com/apache/accumulo-examples/blob/main/docs/sample.md which 
gives a few pointers on how to work with the accumulo shell - I find it quite 
good for a quick start - to get a feeling about what accumulo actually does.




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