ueshin commented on PR #45468: URL: https://github.com/apache/spark/pull/45468#issuecomment-1995996043
@allisonwang-db Seems like the new test is still failing: ``` [info] - SPARK-47346: cannot create Python worker with different useDaemon flag *** FAILED *** (34 milliseconds) [info] org.apache.spark.SparkException: Error from python worker: [info] /usr/bin/python3: Error while finding module specification for 'pyspark.daemon' (ModuleNotFoundError: No module named 'pyspark') [info] PYTHONPATH was: [info] /home/runner/work/spark/spark/core/target/scala-2.13/spark-core_2.13-4.0.0-SNAPSHOT.jar [info] org.apache.spark.SparkException: EOFException occurred while reading the port number from pyspark.daemon's stdout. [info] at org.apache.spark.errors.SparkCoreErrors$.eofExceptionWhileReadPortNumberError(SparkCoreErrors.scala:55) [info] at org.apache.spark.api.python.PythonWorkerFactory.startDaemon(PythonWorkerFactory.scala:264) [info] at org.apache.spark.api.python.PythonWorkerFactory.createThroughDaemon(PythonWorkerFactory.scala:138) [info] at org.apache.spark.api.python.PythonWorkerFactory.create(PythonWorkerFactory.scala:104) [info] at org.apache.spark.SparkEnv.createPythonWorker(SparkEnv.scala:156) [info] at org.apache.spark.SparkEnv.createPythonWorker(SparkEnv.scala:166) [info] at org.apache.spark.api.python.PythonWorkerFactorySuite.$anonfun$new$4(PythonWorkerFactorySuite.scala:64) ``` We may need to set up a working Python env for this test somehow? -- 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]
