File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
resource-managers/kubernetes/docker/src/main/dockerfiles/spark
spark-docker-image-generator/src/test/resources Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ publish_artifacts() {
21
21
echo " <password>$BINTRAY_PASSWORD </password>" >> $tmp_settings
22
22
echo " </server></servers></settings>" >> $tmp_settings
23
23
24
- ./build/mvn -T 1C - -settings $tmp_settings -DskipTests " ${PALANTIR_FLAGS[@]} " deploy
24
+ ./build/mvn --settings $tmp_settings -DskipTests " ${PALANTIR_FLAGS[@]} " deploy
25
25
}
26
26
27
27
make_dist () {
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ COPY jars /opt/spark/jars
38
38
COPY bin /opt/spark/bin
39
39
COPY sbin /opt/spark/sbin
40
40
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
41
- COPY examples /opt/spark/examples
42
- COPY kubernetes/tests /opt/spark/tests
43
- COPY data /opt/spark/data
44
41
45
42
ENV SPARK_HOME /opt/spark
46
43
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ COPY jars /opt/spark/jars
38
38
COPY bin /opt/spark/bin
39
39
COPY sbin /opt/spark/sbin
40
40
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
41
- COPY examples /opt/spark/examples
42
- COPY kubernetes/tests /opt/spark/tests
43
- COPY data /opt/spark/data
44
41
45
42
ENV SPARK_HOME /opt/spark
46
43
You can’t perform that action at this time.
0 commit comments