Skip to content

Commit b6468e6

Browse files
committed
Removed the waste line
1 parent b47b5fd commit b6468e6

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
@@ -78,10 +78,7 @@ def run(self):
7878
EchoOutputThread(proc.stdout).start()
7979

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

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

0 commit comments

Comments
 (0)