You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/09/27 20:03:00 UTC

[jira] [Updated] (IGNITE-6163) Upgrade to Spark 2.2.0

     [ https://issues.apache.org/jira/browse/IGNITE-6163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-6163:
------------------------------------
    Fix Version/s:     (was: 2.3)

> Upgrade to Spark 2.2.0
> ----------------------
>
>                 Key: IGNITE-6163
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6163
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Denis Magda
>            Priority: Blocker
>              Labels: usability
>
> Apache Ignite's Spark integration module has to be updated to Spark 2.2.0 to avoid issues like this:
> https://github.com/dmagda/IgniteSparkIoT/issues/1
> In short, Spark 2.1.0 and Spark 2.2.0 modules can't be mixed together, otherwise, the exceptions like this will pop up:
> {code}
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.ui.SparkUI.setStreamingJobProgressListener(Lorg/apache/spark/scheduler/SparkListener;)V
> 	at org.apache.spark.streaming.ui.StreamingTab.<init>(StreamingTab.scala:41)
> 	at org.apache.spark.streaming.StreamingContext.<init>(StreamingContext.scala:192)
> 	at org.apache.spark.streaming.StreamingContext.<init>(StreamingContext.scala:85)
> 	at org.apache.spark.streaming.api.java.JavaStreamingContext.<init>(JavaStreamingContext.scala:138)
> 	at org.apache.ignite.iot.SparkStreamerStartup.main(SparkStreamerStartup.java:71)
> 17/08/22 18:27:25 INFO SparkContext: Invoking stop() from shutdown hook
> 17/08/22 18:27:25 INFO SparkUI: Stopped Spark web UI at http://10.0.1.6:4040
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)