Skip to content

Commit

Permalink
Changes to Spark integration test config
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCutler committed Sep 24, 2019
1 parent dd2483f commit 655937d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM arrow:python-3.6

# installing java and maven
ARG MAVEN_VERSION=3.5.4
ARG MAVEN_VERSION=3.6.2
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
MAVEN_HOME=/usr/local/maven \
M2_HOME=/root/.m2 \
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ pushd /spark
"pyspark.sql.tests.test_pandas_udf_window")

(echo "Testing PySpark:"; IFS=$'\n'; echo "${SPARK_PYTHON_TESTS[*]}")
python/run-tests --testnames "$(IFS=,; echo "${SPARK_PYTHON_TESTS[*]}")"
python/run-tests --testnames "$(IFS=,; echo "${SPARK_PYTHON_TESTS[*]}")" --python-executables python
popd

0 comments on commit 655937d

Please sign in to comment.