We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5d95a commit d00eca7Copy full SHA for d00eca7
dev/create-release/release-build.sh
@@ -116,14 +116,17 @@ SCALA_2_11_PROFILES=
116
if [[ $SPARK_VERSION > "2.3" ]]; then
117
BASE_PROFILES="$BASE_PROFILES -Pkubernetes"
118
if [[ $SPARK_VERSION < "3.0." ]]; then
119
- SCALA_2_11_PROFILES="-Pkafka-0-8"
+ SCALA_2_11_PROFILES="-Pkafka-0-8 -Pflume"
120
fi
121
else
122
PUBLISH_SCALA_2_10=1
123
124
125
PUBLISH_SCALA_2_12=0
126
SCALA_2_12_PROFILES="-Pscala-2.12"
127
+if [[ $SPARK_VERSION < "3.0." ]]; then
128
+ SCALA_2_12_PROFILES="-Pflume"
129
+fi
130
if [[ $SPARK_VERSION > "2.4" ]]; then
131
PUBLISH_SCALA_2_12=1
132
0 commit comments