Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
While attempting to duplicate ACCUMULO-1855 I ran into issues running CollectTabletStats:
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
The -t option is used for both threads and table, so JCommander errors out when trying to parse.
Attachments
Issue Links
- blocks
-
ACCUMULO-1855 CollectTabletStats does not work on cloned tables
- Resolved