Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A88C511CB7 for ; Mon, 13 May 2013 17:33:52 +0000 (UTC) Received: (qmail 1078 invoked by uid 500); 13 May 2013 16:33:51 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 1050 invoked by uid 500); 13 May 2013 16:33:51 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 1043 invoked by uid 99); 13 May 2013 16:33:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 16:33:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 16:33:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECBB52388993; Mon, 13 May 2013 16:33:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1481956 - /accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex Date: Mon, 13 May 2013 16:33:27 -0000 To: commits@accumulo.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130513163327.ECBB52388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ecn Date: Mon May 13 16:33:27 2013 New Revision: 1481956 URL: http://svn.apache.org/r1481956 Log: ACCUMULO-1380 mock root user's password is empty Modified: accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex Modified: accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex?rev=1481956&r1=1481955&r2=1481956&view=diff ============================================================================== --- accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex (original) +++ accumulo/branches/1.5/docs/src/main/latex/accumulo_user_manual/chapters/development_clients.tex Mon May 13 16:33:27 2013 @@ -50,27 +50,27 @@ MockAccumulo: \small \begin{verbatim} -$ ./bin/accumulo shell --fake -u root -p nonsense +$ ./bin/accumulo shell --fake -u root -p '' Shell - Apache Accumulo Interactive Shell - - version: 1.5 -- instance name: mock-instance +- instance name: fake - instance id: mock-instance-id - - type 'help' for a list of available commands - -root@mock-instance> createtable test -root@mock-instance test> insert row1 cf cq value -root@mock-instance test> insert row2 cf cq value2 -root@mock-instance test> insert row3 cf cq value3 -root@mock-instance test> scan +root@fake> createtable test +root@fake test> insert row1 cf cq value +root@fake test> insert row2 cf cq value2 +root@fake test> insert row3 cf cq value3 +root@fake test> scan row1 cf:cq [] value row2 cf:cq [] value2 row3 cf:cq [] value3 -root@mock-instance test> scan -b row2 -e row2 +root@fake test> scan -b row2 -e row2 row2 cf:cq [] value2 -root@mock-instance test> +root@fake test> \end{verbatim} \normalsize