dongjoon-hyun commented on a change in pull request #23931: 
[SPARK-26048][build] Enable flume profile when creating 2.x releases.
URL: https://github.com/apache/spark/pull/23931#discussion_r261748289
 
 

 ##########
 File path: dev/create-release/release-build.sh
 ##########
 @@ -116,14 +116,17 @@ SCALA_2_11_PROFILES=
 if [[ $SPARK_VERSION > "2.3" ]]; then
   BASE_PROFILES="$BASE_PROFILES -Pkubernetes"
   if [[ $SPARK_VERSION < "3.0." ]]; then
-    SCALA_2_11_PROFILES="-Pkafka-0-8"
+    SCALA_2_11_PROFILES="-Pkafka-0-8 -Pflume"
   fi
 
 Review comment:
   Thanks, @vanzin and @srowen . It would be great if we explicitly guide to 
use the `master` branch's release script always at 
https://spark.apache.org/release-process.html .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to