Author: elserj Date: Thu Apr 9 01:17:17 2015 New Revision: 1672228 URL: http://svn.apache.org/r1672228 Log: ACCUMULO-3649 auths not auth
Modified: accumulo/site/trunk/content/1.6/examples/batch.mdtext Modified: accumulo/site/trunk/content/1.6/examples/batch.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/1.6/examples/batch.mdtext?rev=1672228&r1=1672227&r2=1672228&view=diff ============================================================================== --- accumulo/site/trunk/content/1.6/examples/batch.mdtext (original) +++ accumulo/site/trunk/content/1.6/examples/batch.mdtext Thu Apr 9 01:17:17 2015 @@ -41,7 +41,7 @@ You must also create the table, batchtes $ ./bin/accumulo shell -u username -e "createtable batchtest1" $ ./bin/accumulo org.apache.accumulo.examples.simple.client.SequentialBatchWriter -i instance -z zookeepers -u username -p password -t batchtest1 --start 0 --num 10000 --size 50 --batchMemory 20M --batchLatency 500 --batchThreads 20 --vis exampleVis - $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -i instance -z zookeepers -u username -p password -t batchtest1 --num 100 --min 0 --max 10000 --size 50 --scanThreads 20 --auth exampleVis + $ ./bin/accumulo org.apache.accumulo.examples.simple.client.RandomBatchScanner -i instance -z zookeepers -u username -p password -t batchtest1 --num 100 --min 0 --max 10000 --size 50 --scanThreads 20 --auths exampleVis 07 11:33:11,103 [client.CountingVerifyingReceiver] INFO : Generating 100 random queries... 07 11:33:11,112 [client.CountingVerifyingReceiver] INFO : finished 07 11:33:11,260 [client.CountingVerifyingReceiver] INFO : 694.44 lookups/sec 0.14 secs