You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dr...@apache.org on 2012/12/01 05:36:58 UTC

svn commit: r1415913 - in /accumulo/branches/1.4.2/docs/examples: README.bulkIngest README.filedata README.mapred

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