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 93ACAE4F7 for ; Sat, 1 Dec 2012 04:37:30 +0000 (UTC) Received: (qmail 95632 invoked by uid 500); 1 Dec 2012 04:37:30 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 95549 invoked by uid 500); 1 Dec 2012 04:37:27 -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 95456 invoked by uid 99); 1 Dec 2012 04:37:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 04:37:23 +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; Sat, 01 Dec 2012 04:37:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 56C0A23889BF; Sat, 1 Dec 2012 04:36:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1415913 - in /accumulo/branches/1.4.2/docs/examples: README.bulkIngest README.filedata README.mapred Date: Sat, 01 Dec 2012 04:36:58 -0000 To: commits@accumulo.apache.org From: drew@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121201043659.56C0A23889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: drew Date: Sat Dec 1 04:36:57 2012 New Revision: 1415913 URL: http://svn.apache.org/viewvc?rev=1415913&view=rev Log: ACCUMULO-889 update jar regex im examples, scripts Modified: accumulo/branches/1.4.2/docs/examples/README.bulkIngest accumulo/branches/1.4.2/docs/examples/README.filedata accumulo/branches/1.4.2/docs/examples/README.mapred Modified: accumulo/branches/1.4.2/docs/examples/README.bulkIngest URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.2/docs/examples/README.bulkIngest?rev=1415913&r1=1415912&r2=1415913&view=diff ============================================================================== --- accumulo/branches/1.4.2/docs/examples/README.bulkIngest (original) +++ accumulo/branches/1.4.2/docs/examples/README.bulkIngest Sat Dec 1 04:36:57 2012 @@ -28,7 +28,7 @@ accumulo instance name, and a comma-sepa $ ./bin/accumulo org.apache.accumulo.examples.simple.mapreduce.bulk.SetupTable instance zookeepers username password test_bulk row_00000333 row_00000666 $ ./bin/accumulo org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData 0 1000 bulk/test_1.txt - $ ./bin/tool.sh lib/examples-simple-*[^c].jar org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample instance zookeepers username password test_bulk bulk tmp/bulkWork + $ ./bin/tool.sh lib/examples-simple-*[^cs].jar org.apache.accumulo.examples.simple.mapreduce.bulk.BulkIngestExample instance zookeepers username password test_bulk bulk tmp/bulkWork $ ./bin/accumulo org.apache.accumulo.examples.simple.mapreduce.bulk.VerifyIngest instance zookeepers username password test_bulk 0 1000 For a high level discussion of bulk ingest, see the docs dir. Modified: accumulo/branches/1.4.2/docs/examples/README.filedata URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.2/docs/examples/README.filedata?rev=1415913&r1=1415912&r2=1415913&view=diff ============================================================================== --- accumulo/branches/1.4.2/docs/examples/README.filedata (original) +++ accumulo/branches/1.4.2/docs/examples/README.filedata Sat Dec 1 04:36:57 2012 @@ -40,7 +40,7 @@ Open the accumulo shell and look at the Run the CharacterHistogram MapReduce to add some information about the file. - $ bin/tool.sh lib/examples-simple*[^c].jar org.apache.accumulo.examples.simple.filedata.CharacterHistogram instance zookeepers username password dataTable exampleVis exampleVis + $ bin/tool.sh lib/examples-simple*[^cs].jar org.apache.accumulo.examples.simple.filedata.CharacterHistogram instance zookeepers username password dataTable exampleVis exampleVis Scan again to see the histogram stored in the 'info' column family. Modified: accumulo/branches/1.4.2/docs/examples/README.mapred URL: http://svn.apache.org/viewvc/accumulo/branches/1.4.2/docs/examples/README.mapred?rev=1415913&r1=1415912&r2=1415913&view=diff ============================================================================== --- accumulo/branches/1.4.2/docs/examples/README.mapred (original) +++ accumulo/branches/1.4.2/docs/examples/README.mapred Sat Dec 1 04:36:57 2012 @@ -50,7 +50,7 @@ for the column family count. After creating the table, run the word count map reduce job. - $ bin/tool.sh lib/examples-simple*[^c].jar org.apache.accumulo.examples.simple.mapreduce.WordCount instance zookeepers /user/username/wc wordCount -u username -p password + $ bin/tool.sh lib/examples-simple*[^cs].jar org.apache.accumulo.examples.simple.mapreduce.WordCount instance zookeepers /user/username/wc wordCount -u username -p password 11/02/07 18:20:11 INFO input.FileInputFormat: Total input paths to process : 1 11/02/07 18:20:12 INFO mapred.JobClient: Running job: job_201102071740_0003