Skip to content

Commit

Permalink
Removed the waste line
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Sep 20, 2014
1 parent 3b498e1 commit b349649
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/pyspark/java_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ def run(self):
EchoOutputThread(proc.stdout).start()

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

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

0 comments on commit b349649

Please sign in to comment.