Can Kyuubi Spark Engine show the output of python print statement in stdout? #7111
Unanswered
HaoYang670
asked this question in
Q&A
Replies: 2 comments 6 replies
-
I replace |
Beta Was this translation helpful? Give feedback.
0 replies
-
cc @cfmcgrady any insight? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when submitting a python operation to Spark, only the source code is shown, but not the stdout. For instance, submitting a one-line statement
print(f"{1+1}")
to Spark, and the driver logs will be likeThe output
2
is not shown here. How can I let2
be shown? Does it need source code change in execute_python.py ?Beta Was this translation helpful? Give feedback.
All reactions