Skip to content

Commit

Permalink
Fix databricks test.sh script for passing spark shim version (#3556)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs authored Sep 20, 2021
1 parent 19b090b commit 7b89260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/databricks/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -ex
LOCAL_JAR_PATH=${LOCAL_JAR_PATH:-''}
SPARK_CONF=${SPARK_CONF:-''}
BASE_SPARK_VER=${BASE_SPARK_VER:-'3.1.1'}
[[ -z $SPARK_SHIM_VER ]] && { SPARK_SHIM_VER=spark${BASE_SPARK_VER//.}db }
[[ -z $SPARK_SHIM_VER ]] && export SPARK_SHIM_VER=spark${BASE_SPARK_VER//.}db

# tests
export PATH=/databricks/conda/envs/databricks-ml-gpu/bin:/databricks/conda/condabin:$PATH
Expand Down

0 comments on commit 7b89260

Please sign in to comment.