ACCUMULO-4488 Fix numbered list (addendum)
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8255fc05 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8255fc05 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8255fc05 Branch: refs/heads/1.8 Commit: 8255fc054ec58d512fd9189f96c590dd66d2f10a Parents: a17390d Author: Josh Elser <els...@apache.org> Authored: Sat Oct 8 16:49:48 2016 -0400 Committer: Josh Elser <els...@apache.org> Committed: Sat Oct 8 16:49:48 2016 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/kerberos.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/8255fc05/docs/src/main/asciidoc/chapters/kerberos.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/kerberos.txt b/docs/src/main/asciidoc/chapters/kerberos.txt index bfb7cb7..035ec33 100644 --- a/docs/src/main/asciidoc/chapters/kerberos.txt +++ b/docs/src/main/asciidoc/chapters/kerberos.txt @@ -263,14 +263,20 @@ existing users in the system; you will need to reassign user permissions based o 1. Ensure Accumulo is not running. 2. Given the path to a +accumulo-site.xml+ with the instance secret, run the security reset tool. If you are prompted for a password you can just hit return, since it won't be used. +3. Start the Accumulo cluster + ---- +$ ${ACCUMULO_HOME}/bin/stop-all.sh +... $ ACCUMULO_CONF_DIR=/path/to/server/conf/ accumulo init --reset-security Running against secured HDFS Principal (user) to grant administrative privileges to : acculumo_ad...@example.com Enter initial password for accumulo_ad...@example.com (this may not be applicable for your security setup): Confirm initial password for accumulo_ad...@example.com: +$ ${ACCUMULO_HOME}/bin/start-all.sh +... +$ ---- -3. Start the Accumulo cluster ===== Verifying secure access