Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
The readme states to run:
./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 --vis exampleVis
But the actual command should be
./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
Attachments
Issue Links
- is a clone of
-
ACCUMULO-3008 Update example READMEs for changed argument names
- Resolved
- is broken by
-
ACCUMULO-745 Use a CLI library consistently to parse parameters in all utilities.
- Resolved