Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/22247#discussion_r213324531
--- Diff: python/pyspark/java_gateway.py ---
@@ -147,6 +147,39 @@ def do_server_auth(conn, auth_secret):
raise Exception("Unexpected reply from iterator server.")
+def local_connect_and_auth(sock_info):
--- End diff --
done, thanks -- I used the varargs version `*sock_info` for the last one, i
forgot about that in python.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]