+dev list

Igniters,

I'm looking at this and it seems to be a bug. We have this dependency in
spark-2.10 module POM:

<dependency>
    <groupId>org.json4s</groupId>
    <artifactId>json4s-core_2.11</artifactId>
    <version>3.5.0</version>
</dependency>

Would replacing it with json4s-core_2.10 be enough to fix?

-Val

On Thu, Oct 5, 2017 at 5:16 PM, manuelmourato <manuelmourat...@gmail.com>
wrote:

> Hey,
>  I tried using  vkulichenko approach with scala 2.10 dependencies:
>
> name := "App"
>
> version := "1.0"
>
> scalaVersion := "2.10.6"
>
>
> libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "2.2.0" %
> "provided"
> libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" %
> "2.2.0"
> % "provided"
> libraryDependencies += "org.apache.spark" % "spark-sql_2.10" % "2.2.0" %
> "provided"
> libraryDependencies += "org.apache.spark" % "spark-mllib_2.10" % "2.2.0" %
> "provided"
> libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.4"
> libraryDependencies += "org.apache.spark" % "spark-streaming-kafka-0-8_2.
> 10"
> % "2.2.0" % "provided"
> libraryDependencies += "org.apache.ignite" % "ignite-spark_2.10" % "2.2.0"
> libraryDependencies += "org.apache.ignite" % "ignite-spring" % "2.2.0"
>
> But I still got a cross-version suffixes error, this time for the following
> dependencies:
>
> [error]    org.json4s:json4s-ast _2.10, _2.11
> [error]    org.json4s:json4s-core _2.10, _2.11
> java.lang.RuntimeException: Conflicting cross-version suffixes in:
> org.json4s:json4s-ast, org.json4s:json4s-core
>
> Any ideas on how to solve this?
>
> -ManuelMourato
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to