Hi:
If you are operating on kylin web UI, when you leave the insight page, the page
will prompt you "You've executing query in current page, are you sure to leave
this page?”. Click Yes and the query will be terminated automatically.
If you operate through REST API, you can use `http: //host:port / kylin / API /
query / {queryid} / stop` to terminate the specified query statement. Before
that, you can obtain the queryid through `http: / / localhost: 7070 / kylin /
API / query / runningqueries`
> 在 2020年4月24日,16:02,伍明 <[email protected]> 写道:
>
> Hello,
> I found the slow query module on the web page, but I still don’t know how
> to kill it。
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "伍明"<[email protected]>;
> 发送时间: 2020年4月24日(星期五) 下午3:48
> 收件人: "user"<[email protected]>;
> 主题: Is there any way to kill a running query?
>
> Hello,
> How should I manage kylin queries, especially slow queries? Can only the
> currently submitted queries be monitored through logs?