mirror of
https://github.com/apache/impala.git
synced 2026-02-03 09:00:39 -05:00
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 <bikramjeet.vig@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
7 lines
128 B
Plaintext
7 lines
128 B
Plaintext
[impala]
|
|
query=select 2
|
|
keyval=msg1=test
|
|
verbose=true
|
|
Q=DEFAULT_FILE_FORMAT=avro
|
|
[impala.query_options]
|
|
DEFAULT_FILE_FORMAT=text |