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

Jason Fehr edited comment on IMPALA-12648 at 11/14/24 7:21 PM:
---------------------------------------------------------------

Revisiting [~rizaon]'s comment 
https://issues.apache.org/jira/browse/IMPALA-12648?focusedCommentId=17851730&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17851730,
 I propose we change from the word "kill" to the word "cancel".  This 
terminology change switches from negative wording to wording that aligns with 
the current functionality in the Impala UI (where the action to end a running 
query is called "Cancel").


was (Author: JIRAUSER298428):
Revisiting [~rizaon]'s comment 
https://issues.apache.org/jira/browse/IMPALA-12648?focusedCommentId=17851730&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17851730,
 I propose we change from the word "kill" to the word "cancel".  This 
terminology change switches from negative wording to wording that aligns with 
the current functionality in the Impala UI (where the action to end a query is 
called "Cancel").

> Support killing queries and sessions programatically
> ----------------------------------------------------
>
>                 Key: IMPALA-12648
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12648
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>    Affects Versions: Impala 4.3.0
>            Reporter: Manish Maheshwari
>            Assignee: Xuebin Su
>            Priority: Major
>         Attachments: ranger_policy_hiveservice_7.3.0.0-128_screenshot.png
>
>
> Support killing queries and sessions programatically via kill commands to be 
> able to manage impala running workloads.
> 1. Killing Queries that are currently running
> {code:java}
> -- Forcibly terminates query with the specified query_id:
> KILL QUERY WHERE query_id='634bf9fcf55278eb:ac0ef05300000000' {code}
> For queries that are the finished and waiting to be closed, this command 
> should close them
> 2. Killing sessions that are open
> {code:java}
> -- Forcibly terminates session and closes all queries: 
> KILL SESSION WHERE session_id='2644d52c79c4c1e4:e974538f2189ed82'  {code}
> this command should terminate the session and kill all active queries and 
> close all queries that are finished  and are waiting to be closed.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to