Questions about kyuubi asynchronous and restful API function. #1482
-
Hi Team, Does kyuubi support asynchronous submission of spark sql? I saw the pinned issue KPIP-1 suggesting that kyuubi should support restful API, in which version can we use it at the earliest? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
if you mean executing SQL statement, it's already supported, but you need to ensure your client-side hive protocol also support this
It's incomplete yet, maybe 1.5.0 if we can get enough help |
Beta Was this translation helpful? Give feedback.
if you mean executing SQL statement, it's already supported, but you need to ensure your client-side hive protocol also support this
if you mean open session with engine launching asynchronously, it is coming with v1.4.0(it is voting now, please subscribe to our mail list and help vote it).
It's incomplete yet, maybe 1.5.0 if we can get enough help