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

ASF subversion and git services commented on IMPALA-6042:
---------------------------------------------------------

Commit 487547ec44ac0742c9f59c90b20b05124174e57f in impala's branch 
refs/heads/master from Ethan Xue
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=487547e ]

IMPALA-6042: Allow Impala shell to use a global impalarc config

Currently, impalarc files can be specified on a per-user basis
(stored in ~/.impalarc), and they aren't created by default. The
Impala shell should pick up /etc/impalarc as well, in addition
to the user-specific configurations.

The intent here is to allow a "global" configuration of the shell
by a system administrator. The default path of the global config
file can be changed by setting the $IMPALA_SHELL_GLOBAL_CONFIG_FILE
environment variable.

Note that the options set in the user config file take precedence
over those in the global config file.

Change-Id: I3a3179b6d9c9e3b2b01d6d3c5847cadb68782816
Reviewed-on: http://gerrit.cloudera.org:8080/13313
Reviewed-by: Bikramjeet Vig <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Allow Impala shell to also use a global impalarc configuration
> --------------------------------------------------------------
>
>                 Key: IMPALA-6042
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6042
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Clients
>            Reporter: Balazs Jeszenszky
>            Assignee: Ethan
>            Priority: Minor
>              Labels: newbie, shell, usability
>
> Currently, impalarc files can be specified on a per-user basis (stored in 
> ~/.impalarc), and they aren't created by default. 
> The Impala shell should pick up /etc/impalarc as well, in addition to the 
> user-specific configurations.
> The intent here is to allow a "global" configuration of the shell by a system 
> administrator with common options like:
> {code}
> --ssl
> -l
> -k
> -u <current_user>
> -i <impala>
> {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