Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6E969F83 for ; Wed, 15 Feb 2012 20:59:08 +0000 (UTC) Received: (qmail 66477 invoked by uid 500); 15 Feb 2012 20:59:08 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 66458 invoked by uid 500); 15 Feb 2012 20:59:08 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 66450 invoked by uid 99); 15 Feb 2012 20:59:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 20:59:08 +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; Wed, 15 Feb 2012 20:59:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CBD3D23889B8 for ; Wed, 15 Feb 2012 20:58:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r804967 [1/3] - in /websites/production/accumulo: ./ content/accumulo/example/ content/accumulo/user_manual_1.4-incubating/ Date: Wed, 15 Feb 2012 20:58:43 -0000 To: accumulo-commits@incubator.apache.org From: billie@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215205843.CBD3D23889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: billie Date: Wed Feb 15 20:58:43 2012 New Revision: 804967 Log: updated 1.4 manual Modified: websites/production/accumulo/ (props changed) websites/production/accumulo/content/accumulo/example/wikisearch.html websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Accumulo_Shell.html websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Contents.html websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Shell_Commands.html websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Table_Configuration.html websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Writing_Accumulo_Clients.html Propchange: websites/production/accumulo/ ------------------------------------------------------------------------------ cms:source-revision = 1244694 Propchange: websites/production/accumulo/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Feb 15 20:58:43 2012 @@ -1 +1 @@ -/websites/staging/accumulo/trunk:797863-804205 +/websites/staging/accumulo/trunk:797863-804966 Modified: websites/production/accumulo/content/accumulo/example/wikisearch.html ============================================================================== --- websites/production/accumulo/content/accumulo/example/wikisearch.html (original) +++ websites/production/accumulo/content/accumulo/example/wikisearch.html Wed Feb 15 20:58:43 2012 @@ -242,7 +242,7 @@ td { 10,755 1,757,293 -“rubber” and “duckie” and “ernie” +“rubber” and “ducky” and “ernie” 0.08 0.08 0.1 @@ -323,7 +323,7 @@ td { 1.61 1.47 -“rubber” and “duckie” and “ernie” +“rubber” and “ducky” and “ernie” 0.07 0.08 0.07 @@ -367,7 +367,7 @@ For comparison, these are the cold start “paris” and “in” and “the” and “spring” 8.46 -“rubber” and “duckie” and “ernie” +“rubber” and “ducky” and “ernie” 2.96 “fast” and ( “furious” or “furriest”) @@ -421,7 +421,7 @@ For comparison, these are the cold start 3.29 9.46 -“rubber” and “duckie” and “ernie” +“rubber” and “ducky” and “ernie” 4.21 2.04 8.57 Modified: websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Accumulo_Shell.html ============================================================================== --- websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Accumulo_Shell.html (original) +++ websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Accumulo_Shell.html Wed Feb 15 20:58:43 2012 @@ -59,7 +59,7 @@

Documentation

    @@ -102,7 +102,7 @@

Accumulo Shell

-

Accumulo provides a simple shell that can be used to examine the contents and configuration settings of tables, apply individual mutations, and change configuration settings.

+

Accumulo provides a simple shell that can be used to examine the contents and configuration settings of tables, insert/update/delete values, and change configuration settings.

The shell can be started by the following command:

$ACCUMULO_HOME/bin/accumulo shell -u [username]
 
@@ -154,6 +154,7 @@ +

The value in brackets "[]" would be the visibility labels. Since none were used, this is empty for this row. You can use the "-t" option to scan to see the timestamp for the cell, too.

Table Maintenance

The compact command instructs Accumulo to schedule a compaction of the table during which files are consolidated and deleted entries are removed.

root@myinstance mytable> compact -t mytable

Modified: websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Contents.html
==============================================================================
--- websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Contents.html (original)
+++ websites/production/accumulo/content/accumulo/user_manual_1.4-incubating/Contents.html Wed Feb 15 20:58:43 2012
@@ -59,7 +59,7 @@
 
 

Documentation