Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Dec 5, 2018
1 parent 643cafc commit bd23e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/run-tests.py
Expand Up @@ -92,8 +92,8 @@ def run_individual_python_test(target_dir, test_name, pyspark_python):
"--conf", "spark.executor.extraJavaOptions=-Djava.io.tmpdir={0}".format(tmp_dir),
"pyspark-shell"
]

env["PYSPARK_SUBMIT_ARGS"] = " ".join(spark_args)

LOGGER.info("Starting test(%s): %s", pyspark_python, test_name)
start_time = time.time()
try:
Expand Down

0 comments on commit bd23e01

Please sign in to comment.