File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,9 @@ echo "Build flags: $@" >> "$DISTDIR/RELEASE"
176176cp " $SPARK_HOME " /assembly/target/scala* /jars/* " $DISTDIR /jars/"
177177
178178# Copy docker files
179- mkdir -p " $DISTDIR /dockerfiles/driver"
180- mkdir -p " $DISTDIR /dockerfiles/executor"
179+ mkdir -p " $DISTDIR /dockerfiles"
181180DOCKERFILES_SRC=" $SPARK_HOME /resource-managers/kubernetes/docker-minimal-bundle/src/main/docker"
182- cp " $DOCKERFILES_SRC /driver/Dockerfile" " $DISTDIR /dockerfiles/driver/Dockerfile"
183- cp " $DOCKERFILES_SRC /executor/Dockerfile" " $DISTDIR /dockerfiles/executor/Dockerfile"
181+ cp -R " $DOCKERFILES_SRC /." " $DISTDIR /dockerfiles/."
184182
185183# Only create the yarn directory if the yarn artifacts were build.
186184if [ -f " $SPARK_HOME " /common/network-yarn/target/scala* /spark-* -yarn-shuffle.jar ]; then
You can’t perform that action at this time.
0 commit comments