Hello, Is there a detailed document describing all the API services provided by kylin?? http://kylin.apache.org/docs/howto/howto_use_restapi.html The link above is not comprehensive.
------------------ ???????? ------------------ ??????: "Yaqian Zhang"<[email protected]>; ????????: 2020??4??24??(??????) ????4:58 ??????: "user"<[email protected]>; ????: Re: Is there any way to kill a running query? Yes, I think you can terminate all threads related to this query through the rest API. This rest API is introduced by PR corresponding to this issue KYLIN-1872. You can check the code changes here: https://github.com/apache/kylin/commit/54266f88c6e33d29f40f34092f54df98b1e8ec68 ?? 2020??4??24????16:43?????? <[email protected]> ?????? Hi Yaqian: Thank you for your reply. I just saw this discussion??https://issues.apache.org/jira/browse/KYLIN-1872 Can I stop the coprocessor running in the region through the rest api? ------------------ ???????? ------------------ ??????: "Yaqian Zhang"<[email protected]>; ????????: 2020??4??24??(??????) ????4:33 ??????: "user"<[email protected]>; ????: Re: Is there any way to kill a running query? 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?
