AngersZhuuuu commented on code in PR #33934:
URL: https://github.com/apache/spark/pull/33934#discussion_r1599293672


##########
core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala:
##########
@@ -92,15 +92,16 @@ object PythonRunner {
       // see https://github.com/numpy/numpy/issues/10455
       
sparkConf.getOption("spark.driver.cores").foreach(env.put("OMP_NUM_THREADS", _))
     }
-    builder.redirectErrorStream(true) // Ugly but needed for stdout and stderr 
to synchronize

Review Comment:
   since we do this in `ProcessRedirectThread`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to