You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by rp...@apache.org on 2022/03/21 11:53:29 UTC

[incubator-wayang] branch WAYANG-47 created (now 4f5c113)

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

rpardomeza pushed a change to branch WAYANG-47
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.


      at 4f5c113  [WAYANG-47] Properties Spark 2.11 updated with Spark version

This branch includes the following new commits:

     new 4f5c113  [WAYANG-47] Properties Spark 2.11 updated with Spark version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-wayang] 01/01: [WAYANG-47] Properties Spark 2.11 updated with Spark version

Posted by rp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4f5c113d30e697d888407e87f710b275eb77e66b
Author: rodrigopardomeza <ro...@gmail.com>
AuthorDate: Mon Mar 21 12:53:15 2022 +0100

    [WAYANG-47] Properties Spark 2.11 updated with Spark version
---
 wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml b/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml
index 109ae58..f0f6eff 100644
--- a/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml
+++ b/wayang-platforms/wayang-spark/wayang-spark_2.11/pom.xml
@@ -39,6 +39,10 @@
     </dependencies>
   </dependencyManagement>
 
+  <properties>
+    <spark.version>2.4.8</spark.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.spark</groupId>