HyukjinKwon commented on code in PR #50466: URL: https://github.com/apache/spark/pull/50466#discussion_r2043135746
########## python/pyspark/ml/deepspeed/tests/test_deepspeed_distributor.py: ########## @@ -227,7 +227,7 @@ def setUpClass(cls) -> None: conf = conf.set(k, v) conf = conf.set( "spark.worker.resource.gpu.discoveryScript", cls.gpu_discovery_script_file_name - ) + ).set("spark.python.unix.domain.socket.enabled", "false") Review Comment: It does .. I think the problem is that the temporary directory (`spark.python.unix.domain.socket.dir`) isn't properly set through somehow .. I believe it's more a test-specific issue. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org