Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/160#discussion_r85229841
--- Diff: INSTALL.md ---
@@ -99,13 +114,43 @@ The initialization command will prompt for the
following information.
prompts for its password. This information will be needed to later
connect
to Accumulo.
-Multiple Nodes
---------------
+## Run Accumulo
+
+There are two primary methods for running Accumulo:
+
+1. Run individual Accumulo services using `accumulo-service`. Useful if
you are
--- End diff --
I'm not sure this is a good recommendation. The accumulo-service scripts do
additional things, like logging, and PID file management, which are not
suitable for all init systems. Instead of mentioning this as a "primary method"
for running Accumulo, we should simply explain the extra functionality it
provides, and leave it to the user to decide when they want to make use of that
functionality (with suggestions that it may be useful with Ansible, etc.).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---