ueshin commented on code in PR #50466: URL: https://github.com/apache/spark/pull/50466#discussion_r2042971192
########## 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: Does this mean `deepspeed` doesn't support UDS? -- 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