Skip to content

Commit

Permalink
Fix semantic merge conflicts (apache#477)
Browse files Browse the repository at this point in the history
Same change has been made to build due to deadlock in maven shadow plugin
  • Loading branch information
robert3005 authored and bulldozer-bot[bot] committed Feb 1, 2019
1 parent 6f62a0d commit 22bb5cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion dev/publish_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish_artifacts() {
echo "<password>$BINTRAY_PASSWORD</password>" >> $tmp_settings
echo "</server></servers></settings>" >> $tmp_settings

./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
./build/mvn --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
}

make_dist() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ COPY jars /opt/spark/jars
COPY bin /opt/spark/bin
COPY sbin /opt/spark/sbin
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
COPY examples /opt/spark/examples
COPY kubernetes/tests /opt/spark/tests
COPY data /opt/spark/data

ENV SPARK_HOME /opt/spark

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ COPY jars /opt/spark/jars
COPY bin /opt/spark/bin
COPY sbin /opt/spark/sbin
COPY kubernetes/dockerfiles/spark/entrypoint.sh /opt/
COPY examples /opt/spark/examples
COPY kubernetes/tests /opt/spark/tests
COPY data /opt/spark/data

ENV SPARK_HOME /opt/spark

Expand Down

0 comments on commit 22bb5cc

Please sign in to comment.