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/24 10:28:00 UTC

[jira] [Commented] (IMPALA-9870) summary and profile command in impala-shell should show both original and retried info

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

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

Commit 2a1d3acaf19345707a0e2bc9d73e0c1c9204b48b in impala's branch refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=2a1d3ac ]

IMPALA-9870: impala-shell 'summary' to show original and retried queries

This patch extends the 'summary' command of impala-shell to support
retrieving the summary of the original query attempt. The new syntax is

SUMMARY [ALL | LATEST | ORIGINAL]

If 'ALL' is specified, both the latest and original summaries are
printed. If 'LATEST' is specified, only the summary of the latest query
attempt is printed. If 'ORIGINAL' is specified, only the summary of the
original query attempt is printed. The default option is 'LATEST'.
Support for this has only been added to HS2 given that Beeswax is being
deprecated soon.

Tests:
 - Add new tests in test_shell_interactive.py

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


> summary and profile command in impala-shell should show both original and retried info
> --------------------------------------------------------------------------------------
>
>                 Key: IMPALA-9870
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9870
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>
> If a query is retried, impala-shell still uses the original query handle containing the original query id. Subsequent "summary" and "profile" commands will return results of the original query. We should consider return both the original and retried information.



--
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