Skip to content

Commit

Permalink
MapR [SPARK-756] skip-kafka-0-8 needs to be used for build Spark with…
Browse files Browse the repository at this point in the history
… Scala-12 (apache#690)
  • Loading branch information
ekrivokonmapr authored and Egor Krivokon committed Oct 26, 2021
1 parent 94660f3 commit 179f444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export MAVEN_OPTS="${MAVEN_OPTS:--Xmx2g -XX:ReservedCodeCacheSize=1g}"
# Store the command as an array because $MVN variable might have spaces in it.
# Normal quoting tricks don't work.
# See: http://mywiki.wooledge.org/BashFAQ/050
BUILD_COMMAND=("$MVN" clean package -DskipTests -Dclean.skip=true "$MVN_PROFILE_ARG" $@)
BUILD_COMMAND=("$MVN" clean package -DskipTests -Dclean.skip=true -Dskip-kafka-0-8 "$MVN_PROFILE_ARG" $@)

# Actually build the jar
echo -e "\nBuilding with..."
Expand Down

0 comments on commit 179f444

Please sign in to comment.