[ 
https://issues.apache.org/jira/browse/IMPALA-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750205#comment-16750205
 ] 

Fredy Wijaya commented on IMPALA-3323:
--------------------------------------

[~arodoni_cloudera] this is an existing option. However, if we don't have a doc 
for Impala shell config file, we should definitely document it.

> impala-shell --ldap_password_cmd has no config file equivalent
> --------------------------------------------------------------
>
>                 Key: IMPALA-3323
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3323
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 2.5.0
>            Reporter: John Russell
>            Assignee: Fredy Wijaya
>            Priority: Minor
>              Labels: newbie
>             Fix For: Impala 3.2.0
>
>
> Putting ldap_password_cmd in the .impalarc file results in a parse error when 
> impala-shell starts up. Judging from the impala-shell source, it looks like a 
> dest= parameter is missing so there's no config file equivalent for the 
> --ldap_password_cmd command-line option. E.g. here's one with a config file 
> equivalent and one without:
> {code}
> parser.add_option("--auth_creds_ok_in_clear", dest="creds_ok_in_clear",
>                     action="store_true", help="If set, LDAP authentication " +
>                     "may be used with an insecure connection to Impala. " +
>                     "WARNING: Authentication credentials will therefore be 
> sent " +
>                     "unencrypted, and may be vulnerable to attack.")
>   parser.add_option("--ldap_password_cmd",
>                     help="Shell command to run to retrieve the LDAP password")
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to