We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc849c commit 1bde265Copy full SHA for 1bde265
1 file changed
python/pyspark/java_gateway.py
@@ -24,6 +24,7 @@
24
from threading import Thread
25
from py4j.java_gateway import java_import, JavaGateway, GatewayClient
26
27
+
28
def launch_gateway():
29
SPARK_HOME = os.environ["SPARK_HOME"]
30
0 commit comments