You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by za...@apache.org on 2020/01/14 11:04:02 UTC

[ignite] branch ignite-12534 created (now 63b350d)

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

zaleslaw pushed a change to branch ignite-12534
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 63b350d  IGNITE-12534: [Spark] The spark 2.4 is not found in optional folder

This branch includes the following new commits:

     new 63b350d  IGNITE-12534: [Spark] The spark 2.4 is not found in optional folder

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.



[ignite] 01/01: IGNITE-12534: [Spark] The spark 2.4 is not found in optional folder

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

zaleslaw pushed a commit to branch ignite-12534
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 63b350d93568397032d6e4a25b0384a6d5c49e45
Author: Alexey Zinoviev <za...@gmail.com>
AuthorDate: Tue Jan 14 14:03:38 2020 +0300

    IGNITE-12534: [Spark] The spark 2.4 is not found in optional folder
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 15ce173..6db5b55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -570,6 +570,11 @@
 
         <profile>
             <id>spark-2.4</id>
+
+            <activation>
+                <property><name>!scala-2.10</name></property>
+            </activation>
+
             <modules>
                 <module>modules/spark-2.4</module>
                 <module>modules/ml/mleap-model-parser</module>