The SequentialBatchWriter command produces the error below. Lines 47-53 in the ClientOpts class, only gives --auths and --conf as param options.
./bin/runex client.SequentialBatchWriter -t test1 --start 0 --num 10000 --size 50 --batchMemory 20M --batchLatency 500 --batchThreads 20
Usage: org.apache.accumulo.examples.client.SequentialBatchWriter [options]
Options:
-auths, --auths
the authorizations to use when reading or writing
Default: <empty string>
-c, --conf
Path to accumulo-client.properties.If not set, defaults to path set by
env variable ACCUMULO_CLIENT_PROPS.
-h, -?, --help, -help
Was passed main parameter '-t' but no main parameter was defined in your arg class
The SequentialBatchWriter command produces the error below. Lines 47-53 in the ClientOpts class, only gives --auths and --conf as param options.
./bin/runex client.SequentialBatchWriter -t test1 --start 0 --num 10000 --size 50 --batchMemory 20M --batchLatency 500 --batchThreads 20 Usage: org.apache.accumulo.examples.client.SequentialBatchWriter [options] Options: -auths, --auths the authorizations to use when reading or writing Default: <empty string> -c, --conf Path to accumulo-client.properties.If not set, defaults to path set by env variable ACCUMULO_CLIENT_PROPS. -h, -?, --help, -help Was passed main parameter '-t' but no main parameter was defined in your arg class