Can Kyuubi Spark Engine show the output of python print statement in stdout? #7111
Answered
by
HaoYang670
HaoYang670
asked this question in
Q&A
-
|
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 The output |
Beta Was this translation helpful? Give feedback.
Answered by
HaoYang670
Jun 30, 2025
Replies: 2 comments 10 replies
-
|
I replace |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
cc @cfmcgrady any insight? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find I can print it to stderr, thanks!