It looks like the reason why it failed with the `DefaultParser` was because the `BasicParser` seems to require long options to have two dashes `--` and the `DefaultParser` permits a single dash `-` with long opts. Our test case assumed it would fail. I'll just delete that test case, since I think it's fine to follow the `BasicParser` parsing.
[ Full content available at: https://github.com/apache/accumulo/pull/629 ] This message was relayed via gitbox.apache.org for [email protected]
