You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/10/30 04:33:00 UTC

[jira] [Commented] (IMPALA-10303) Fix warnings from impala-shell with --quiet

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

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

Commit 01e1b4df805bbaa92cd15fdfc579e5abc3898fc1 in impala's branch refs/heads/master from Thomas Tauber-Marshall
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=01e1b4d ]

IMPALA-10303: Fix warnings from impala-shell with --quiet

When the --quiet flag is used with impala-shell, the intention is that
if the query is successful then only the query results should be
printed.

This patch fixes two cases where --quiet was not being respected:
- When using the HTTP transport and --client_connect_timeout_ms is
  set, a warning is printed that the timeout is not applied.
- When running in non-interactive mode, a warning is printed that
  --live_progress is automatically disabled. This warning is now also
  only printed if --live_progress is actually set.

Testing:
- Added a test that runs a simple query with --quiet and confirms the
  output is as expected.

Change-Id: I1e94c9445ffba159725bacd6f6bc36f7c91b88fe
Reviewed-on: http://gerrit.cloudera.org:8080/16673
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Fix warnings from impala-shell with --quiet
> -------------------------------------------
>
>                 Key: IMPALA-10303
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10303
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 4.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Thomas Tauber-Marshall
>            Priority: Major
>
> When the --quiet flag is used with impala-shell, the intention is that if the query is successful then only the query results should be printed. However, a few warnings related to options settings have crept in that do not respect --quiet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org