Xuebin Su created IMPALA-14002:
----------------------------------
Summary: Support killing sessions programatically
Key: IMPALA-14002
URL: https://issues.apache.org/jira/browse/IMPALA-14002
Project: IMPALA
Issue Type: New Feature
Affects Versions: Impala 4.3.0
Reporter: Xuebin Su
Splitted from IMPALA-12648
Support killing sessions programatically via kill commands to be able to manage
impala running workloads.
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)