You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/09/06 02:43:40 UTC

[incubator-wayang] branch WAYANG-37 updated: [WAYANG-37] update Apache Spark version from 2.4.0 to 3.1.2

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

bertty pushed a commit to branch WAYANG-37
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/WAYANG-37 by this push:
     new 8bea3fe  [WAYANG-37] update Apache Spark version from 2.4.0 to 3.1.2
8bea3fe is described below

commit 8bea3fea22fbfcf3c056947b492dc5c2ea7cc3f7
Author: Bertty Contreras-Rojas <be...@scalytics.io>
AuthorDate: Mon Sep 6 04:16:47 2021 +0200

    [WAYANG-37] update Apache Spark version from 2.4.0 to 3.1.2
    
    Signed-off-by: bertty <be...@gmail.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7974f17..5c2543a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,7 @@ before_script:
 #  - chmod +x ./docs/script/cibuild
 script:
   #- jdk_switcher use openjdk8
-  - bin/change-scala-version.sh 2.11.8 && mvn clean install -Pdistro,scala-11 "${mvn_opts[@]}" &> result.log
+  - bin/change-scala-version.sh 2.12.12 && mvn clean install -Pdistro,scala-12 "${mvn_opts[@]}" &> result.log
   - cat /home/travis/build/apache/incubator-wayang/target/rat.txt || echo "file doesn't exist"
   - tail -n 2000 result.log