findinpath commented on a change in pull request #270:
URL: https://github.com/apache/accumulo-website/pull/270#discussion_r610032161
##########
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
Review comment:
It looks good to me, but now I am bit biased because I read in the
meantime more about the architecture of accumulo and know now a bit how to use
it.
I'd highlight which of the services need to run on the local installation at
the very least. I don't run for example GC and it's still fine. You may say
that I should have used Uno, but maybe some other users will try their luck
also by doing directly a local installation of accumulo.
Also important is a link to the wonderful accumulo-examples repository. This
is a gem containing quite useful stuff to get started with accumulo.
Troubleshooting is also quite welcome. Without troubleshooting tips some of
the users will stop early after trying to setup accumulo.
--
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]