Dan Burkert created KUDU-1911:
---------------------------------
Summary: ksck master addresses argument is error prone
Key: KUDU-1911
URL: https://issues.apache.org/jira/browse/KUDU-1911
Project: Kudu
Issue Type: Bug
Reporter: Dan Burkert
It's normal to pass {{--master_addresses=m1.example.com,m2.example.com}} when
working with Kudu CLI tools. The {{ksck}} tool, however, expects the master
addresses as a positional argument. This is fine, except that the error
message returned when the {{--master_addresses}} flag is provided is terrible:
{{Invalid argument: must provide master_addresses}}. It should either have a
better error message, or ideally allow the argument to be passed as a flag
(although this may be tricky with tools with more than one positional arg).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)