Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Sep 25, 2023
1 parent 52a05dc commit 3f6c04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export OPENMPI_VERSION="3.1.2"
export SPARK_VERSION="3.3.2"
export HADOOP_VERSION="2.7"
export HADOOP_VERSION="3.3"
export SYNAPSEML_VERSION="0.11.2" # Binder compatibility version

echo "Beginning Spark Session..."
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/run_r_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if (!require("sparklyr")) {
library("sparklyr")
}

spark_install_tar(paste(getwd(), "/../../../../../../spark-3.3.1-bin-hadoop3.tgz", sep = ""))
spark_install_tar(paste(getwd(), "/../../../../../../spark-3.3.2-bin-hadoop3.tgz", sep = ""))

options("testthat.output_file" = "../../../../r-test-results.xml")
devtools::test(reporter = JunitReporter$new())

0 comments on commit 3f6c04b

Please sign in to comment.