Skip to content

Commit b349649

Browse files
committed
Removed the waste line
1 parent 3b498e1 commit b349649

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/pyspark/java_gateway.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ def run(self):
102102
EchoOutputThread(proc.stdout).start()
103103

104104
# Connect to the gateway
105-
# If start_callback_server is True, it looks like callback server is not killed
106-
# process is hang up and test case does not move forward.
107-
#gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False, start_callback_server=True)
108-
gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False, start_callback_server=False)
105+
gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False)
109106

110107
# Import the classes used by PySpark
111108
java_import(gateway.jvm, "org.apache.spark.SparkConf")

0 commit comments

Comments
 (0)