Skip to content

Commit

Permalink
Specify master
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Jun 24, 2020
1 parent 624e1ee commit f6f70d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/tests/integration/test_integ_both_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def startJavaGateway(integ_spark_conf, token):
"--conf", "spark.ext.h2o.py4j.gateway.port=55555",
"--conf", "spark.ext.h2o.py4j.gateway.secret.file.name=secret.txt",
"--conf", "spark.ext.h2o.py4j.gateway.keystore.file.name=keystore.pk12",
"--conf", "spark.master=local[*]",
"--files", "build/secret.txt,build/keystore.pk12",
integ_spark_conf["spark.ext.h2o.testing.path.to.sw.jar"]]
import sys
Expand Down

0 comments on commit f6f70d6

Please sign in to comment.