Mike Drob created ACCUMULO-2724:
-----------------------------------
Summary: CollectTabletStats has multiple -t parameter
Key: ACCUMULO-2724
URL: https://issues.apache.org/jira/browse/ACCUMULO-2724
Project: Accumulo
Issue Type: Bug
Affects Versions: 1.6.0
Reporter: Mike Drob
While attempting to duplicate ACCUMULO-1855 I ran into issues running
CollectTabletStats:
{noformat}
Usage: org.apache.accumulo.test.performance.scan.CollectTabletStats [options]
Options:
--iterations
number of iterations
Default: 3
-c
comma separated list of columns
-f
select far tablets, default is to use local tablets
Default: false
-t
number of threads
Default: 1
Found the option -t multiple times
{noformat}
The {{-t}} option is used for both threads and table, so JCommander errors out
when trying to parse.
--
This message was sent by Atlassian JIRA
(v6.2#6252)