[
https://issues.apache.org/jira/browse/IMPALA-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinchul Kim resolved IMPALA-4506.
---------------------------------
Resolution: Fixed
Fix Version/s: Impala 2.11.0
> Make "tip of the day" message respect --quiet option
> ----------------------------------------------------
>
> Key: IMPALA-4506
> URL: https://issues.apache.org/jira/browse/IMPALA-4506
> Project: IMPALA
> Issue Type: Improvement
> Components: Clients
> Affects Versions: Impala 2.8.0
> Reporter: John Russell
> Assignee: Jinchul Kim
> Priority: Minor
> Labels: newbie
> Fix For: Impala 2.11.0
>
>
> I often use impala-shell --quiet to capture impala-shell output with the
> minimal amount of extraneous info. However, the "tip of the day" message is
> still displayed regardless of the --quiet setting. Could that message be
> suppressed when --quiet is in effect?
> For example, this startup message about the SET command is a randomly
> generated "tip of the day":
> {code}
> $ impala-shell -i localhost --quiet
> Starting Impala Shell without Kerberos authentication
> ***********************************************************************************
> Welcome to the Impala shell.
> (Impala Shell v2.8.0-SNAPSHOT (0d75dd8) built on Mon Oct 24 05:00:59 PDT 2016)
> The SET command shows the current value of all shell and query options.
> ***********************************************************************************
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)