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 D86F69F02 for ; Wed, 1 Feb 2012 21:52:18 +0000 (UTC) Received: (qmail 37252 invoked by uid 500); 1 Feb 2012 21:52:18 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 37216 invoked by uid 500); 1 Feb 2012 21:52:18 -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 37209 invoked by uid 99); 1 Feb 2012 21:52:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 21:52:17 +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, 01 Feb 2012 21:52:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CF2C32388865; Wed, 1 Feb 2012 21:51:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1239344 - /incubator/accumulo/branches/1.4/docs/examples/README.combiner Date: Wed, 01 Feb 2012 21:51:54 -0000 To: accumulo-commits@incubator.apache.org From: kturner@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120201215154.CF2C32388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kturner Date: Wed Feb 1 21:51:54 2012 New Revision: 1239344 URL: http://svn.apache.org/viewvc?rev=1239344&view=rev Log: ACCUMULO-265 Fixed combiner example Modified: incubator/accumulo/branches/1.4/docs/examples/README.combiner Modified: incubator/accumulo/branches/1.4/docs/examples/README.combiner URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/docs/examples/README.combiner?rev=1239344&r1=1239343&r2=1239344&view=diff ============================================================================== --- incubator/accumulo/branches/1.4/docs/examples/README.combiner (original) +++ incubator/accumulo/branches/1.4/docs/examples/README.combiner Wed Feb 1 21:51:54 2012 @@ -34,10 +34,12 @@ tar distribution. username@instance> createtable runners username@instance runners> setiter -t runners -p 10 -scan -minc -majc -n decStats -class org.apache.accumulo.examples.simple.combiner.StatsCombiner Combiner that keeps track of min, max, sum, and count + ----------> set StatsCombiner parameter all, set to true to apply Combiner to every column, otherwise leave blank. if true, columns option will be ignored.: ----------> set StatsCombiner parameter columns, [:]{,[:]} escape non aplhanum chars using %.: stat ----------> set StatsCombiner parameter radix, radix/base of the numbers: 10 - username@instance runners> setiter -t runners -p 10 -scan -minc -majc -n hexStats -class org.apache.accumulo.examples.simple.combiner.StatsCombiner + username@instance runners> setiter -t runners -p 11 -scan -minc -majc -n hexStats -class org.apache.accumulo.examples.simple.combiner.StatsCombiner Combiner that keeps track of min, max, sum, and count + ----------> set StatsCombiner parameter all, set to true to apply Combiner to every column, otherwise leave blank. if true, columns option will be ignored.: ----------> set StatsCombiner parameter columns, [:]{,[:]} escape non aplhanum chars using %.: hstat ----------> set StatsCombiner parameter radix, radix/base of the numbers: 16 username@instance runners> insert 123456 name first Joe