You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2019/03/20 20:53:00 UTC

[jira] [Created] (IMPALA-8330) Use flag names in Impala shell --config_file and not dest variable names

Fredy Wijaya created IMPALA-8330:
------------------------------------

             Summary: Use flag names in Impala shell --config_file and not dest variable names
                 Key: IMPALA-8330
                 URL: https://issues.apache.org/jira/browse/IMPALA-8330
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
            Reporter: Fredy Wijaya


--config_file in Impala shell uses "dest" variable names and not flag names due to: https://github.com/apache/impala/blob/master/shell/option_parser.py#L132

This is confusing because the users may not know what the dest variable names are without looking at the Impala shell source code. We should either make the dest variable names the same as flag names or modify the Impala shell code to use the flag names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)