Can Kyuubi Spark Engine show the output of python print statement in stdout? #7111
-
|
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.
Replies: 2 comments 10 replies
-
|
I replace |
Beta Was this translation helpful? Give feedback.
-
|
cc @cfmcgrady any insight? |
Beta Was this translation helpful? Give feedback.
I find I can print it to stderr, thanks!