Description
In a few utilities, the command-line parsing is pretty lazy. There's no usage, just an NPE if you don't provide all the magic options on the command-line. In particular, Initialize doesn't use an off-the-shelf library for command-line parsing, and it really should.
See ACCUMULO-744.
In addition, many command-line utilities can and should be able to read accumulo-site.xml, and do not need to provide username/password/instance/zookeeper information by default.
Attachments
Issue Links
- breaks
-
ACCUMULO-3008 Update example READMEs for changed argument names
- Resolved
-
ACCUMULO-3334 CloudStone4 doesn't provide arguments correctly to TeraSortIngest
- Resolved
-
ACCUMULO-3517 Several utilities ignore jcommander options
- Resolved
-
ACCUMULO-3649 Accumulo examples READMEs on website are outdated
- Resolved
-
ACCUMULO-2275 Auto tests use wrong options
- Resolved
- is related to
-
ACCUMULO-1478 Refactor Shell To Use JCommander
- Resolved