You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "lu-wang-dl (via GitHub)" <gi...@apache.org> on 2023/07/01 05:08:13 UTC

[GitHub] [spark] lu-wang-dl commented on a diff in pull request #41801: [Spark Ticket Here]SSH Environment Manager

lu-wang-dl commented on code in PR #41801:
URL: https://github.com/apache/spark/pull/41801#discussion_r1248494575


##########
python/pyspark/ml/torch/ssh_manager.py:
##########
@@ -0,0 +1,55 @@
+import os
+import subprocess
+import shutil
+from typing import (List)
+
+from pyspark.ml.torch.utils import write_to_location
+
+class SSHEnvManager:

Review Comment:
   +1



-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org