ACCUMULO-1380 mock root user's password is empty git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.4@1482370 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/854b91f9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/854b91f9 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/854b91f9 Branch: refs/heads/master Commit: 854b91f996f4161788357a4f09e7c51de5883b44 Parents: 452bffc Author: Keith Turner <[email protected]> Authored: Tue May 14 15:01:51 2013 +0000 Committer: Keith Turner <[email protected]> Committed: Tue May 14 15:01:51 2013 +0000 ---------------------------------------------------------------------- docs/src/user_manual/chapters/development_clients.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/854b91f9/docs/src/user_manual/chapters/development_clients.tex ---------------------------------------------------------------------- diff --git a/docs/src/user_manual/chapters/development_clients.tex b/docs/src/user_manual/chapters/development_clients.tex index 7482a23..f79172a 100644 --- a/docs/src/user_manual/chapters/development_clients.tex +++ b/docs/src/user_manual/chapters/development_clients.tex @@ -50,7 +50,7 @@ MockAccumulo: \small \begin{verbatim} -$ ./bin/accumulo shell --fake -u root -p nonsense +$ ./bin/accumulo shell --fake -u root -p '' Shell - Apache Accumulo Interactive Shell -
