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 "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/11/26 23:36:00 UTC

[jira] [Created] (IMPALA-7893) Impala shell does not handle Ctrl+C correctly for a non-running query

Fredy Wijaya created IMPALA-7893:
------------------------------------

             Summary: Impala shell does not handle Ctrl+C correctly for a non-running query
                 Key: IMPALA-7893
                 URL: https://issues.apache.org/jira/browse/IMPALA-7893
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
    Affects Versions: Impala 2.12.0, Impala 3.0
            Reporter: Fredy Wijaya


Impala uses Ctrl+C to cancel a running query, which works. However, running Ctrl+C for a non-running query does not work. Example:

{noformat}
[localhost:21000] default> abcde (press ctrl+c) --> this does not do anything
{noformat}

Compare this behavior to Linux shell.
{noformat}
$ abcde^C --> this cancel the statement and start a new one
$
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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