Skip to content

Commit

Permalink
Fix typo in spark-tests.sh (#3451)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored Sep 10, 2021
1 parent 3a910f4 commit d533b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/spark-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
fi
export RAPIDS_PLUGIN_JAR="$ARTF_ROOT/rapids-4-spark_${SCALA_BINARY_VER}-$PROJECT_VER.jar"
RAPIDS_UDF_JAR="$ARTF_ROOT/rapids-4-spark-udf-examples_${SCALA_BINARY_VER}-$PROJECT_TEST_VER.jar"
// TODO - this is now spark version specific, hardcode to spark301 for now
# TODO - this is now spark version specific, hardcode to spark301 for now
RAPIDS_TEST_JAR="$ARTF_ROOT/rapids-4-spark-integration-tests_${SCALA_BINARY_VER}-$PROJECT_TEST_VER-spark301.jar"

$MVN_GET_CMD -DremoteRepositories=$PROJECT_TEST_REPO \
Expand Down

0 comments on commit d533b7c

Please sign in to comment.