You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2019/03/13 03:09:16 UTC

[spark] branch master updated: [MINOR][BUILD] Add Scala 2.12 profile back for branch-2.4 build

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b9ad25  [MINOR][BUILD] Add Scala 2.12 profile back for branch-2.4 build
2b9ad25 is described below

commit 2b9ad2516efa18fe1a6102e657f185a7313a249f
Author: DB Tsai <d_...@apple.com>
AuthorDate: Tue Mar 12 20:08:52 2019 -0700

    [MINOR][BUILD] Add Scala 2.12 profile back for branch-2.4 build
    
    Closes #24074 from dbtsai/scala-2.12.
    
    Authored-by: DB Tsai <d_...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/create-release/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/create-release/release-build.sh b/dev/create-release/release-build.sh
index 52e50b6..35deadf 100755
--- a/dev/create-release/release-build.sh
+++ b/dev/create-release/release-build.sh
@@ -125,7 +125,7 @@ fi
 PUBLISH_SCALA_2_12=0
 SCALA_2_12_PROFILES="-Pscala-2.12"
 if [[ $SPARK_VERSION < "3.0." ]]; then
-  SCALA_2_12_PROFILES="-Pflume"
+  SCALA_2_12_PROFILES="-Pscala-2.12 -Pflume"
 fi
 if [[ $SPARK_VERSION > "2.4" ]]; then
   PUBLISH_SCALA_2_12=1


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org