Author: drew
Date: Sat Dec  1 04:38:25 2012
New Revision: 1415914

URL: http://svn.apache.org/viewvc?rev=1415914&view=rev
Log:
ACCUMULO-889 Update jar regex in examples, scripts

Modified:
    accumulo/trunk/docs/examples/README.bulkIngest
    accumulo/trunk/docs/examples/README.filedata
    accumulo/trunk/docs/examples/README.mapred

Modified: accumulo/trunk/docs/examples/README.bulkIngest
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.bulkIngest?rev=1415914&r1=1415913&r2=1415914&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.bulkIngest (original)
+++ accumulo/trunk/docs/examples/README.bulkIngest Sat Dec  1 04:38:25 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/trunk/docs/examples/README.filedata
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.filedata?rev=1415914&r1=1415913&r2=1415914&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.filedata (original)
+++ accumulo/trunk/docs/examples/README.filedata Sat Dec  1 04:38:25 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/trunk/docs/examples/README.mapred
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/docs/examples/README.mapred?rev=1415914&r1=1415913&r2=1415914&view=diff
==============================================================================
--- accumulo/trunk/docs/examples/README.mapred (original)
+++ accumulo/trunk/docs/examples/README.mapred Sat Dec  1 04:38:25 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


Reply via email to