Skip to content

Commit

Permalink
update spark build to use new version based container.
Browse files Browse the repository at this point in the history
  • Loading branch information
rf972 committed Jan 10, 2022
1 parent 3798724 commit a659b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark/build_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [[ "$1" == "-d" ]]; then
-v "${ROOT_DIR}/build/.cache:${DOCKER_HOME_DIR}/.cache" \
-v "${ROOT_DIR}/build/.ivy2:${DOCKER_HOME_DIR}/.ivy2" \
-u "${USER_ID}" \
"spark-build-${USER_NAME}" $@
"v${DIKE_VERSION}-spark-build-${USER_NAME}" $@
else
echo "Starting build for $@"
cd docker
Expand All @@ -45,5 +45,5 @@ else
-v "${ROOT_DIR}/build/.cache:${DOCKER_HOME_DIR}/.cache" \
-v "${ROOT_DIR}/build/.ivy2:${DOCKER_HOME_DIR}/.ivy2" \
-u "${USER_ID}" \
"spark-build-${USER_NAME}" /scripts/build.sh spark
"v${DIKE_VERSION}-spark-build-${USER_NAME}" /scripts/build.sh spark
fi

0 comments on commit a659b15

Please sign in to comment.