Is there a way to get the operation rowset before it finishes or error? #6885
Unanswered
HaoYang670
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @pan3793 , could you please give any insight? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a Python operation on Spark which runs for a long time. For now we can only get the rowset back after the operation is finished. I tried to set the get rowset request when the operation is in running state, but got 404 error.
We want to get the stdout back during the execution (there are lots of
print
s in the code), which could help us to build better debug-friendly services. Can Kyuubi achieve that?Beta Was this translation helpful? Give feedback.
All reactions