We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c0601 commit 426ef11Copy full SHA for 426ef11
dev/run-tests.py
@@ -622,7 +622,7 @@ def main():
622
if modules_with_python_tests:
623
# We only run PySpark tests with coverage report in one specific job with
624
# Spark master with SBT in Jenkins.
625
- is_sbt_master_job = "SPARK_MATER_SBT_HADOOP_2_7" in os.environ
+ is_sbt_master_job = "SPARK_MASTER_SBT_HADOOP_2_7" in os.environ
626
run_python_tests(
627
modules_with_python_tests, opts.parallelism, with_coverage=is_sbt_master_job)
628
run_python_packaging_tests()
0 commit comments