Skip to content

Commit 48f7746

Browse files
committed
Removed the waste line
1 parent 0f83eaa commit 48f7746

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/pyspark/java_gateway.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ def run(self):
7676
EchoOutputThread(proc.stdout).start()
7777

7878
# Connect to the gateway
79-
# If start_callback_server is True, it looks like callback server is not killed
80-
# process is hang up and test case does not move forward.
81-
#gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False, start_callback_server=True)
82-
gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False, start_callback_server=False)
79+
gateway = JavaGateway(GatewayClient(port=gateway_port), auto_convert=False)
8380

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

0 commit comments

Comments
 (0)