[
https://issues.apache.org/jira/browse/IGNITE-12204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Zinoviev updated IGNITE-12204:
-------------------------------------
Fix Version/s: 2.9
> In binary distribution, essential dependencies for ignite-spark missing
> -----------------------------------------------------------------------
>
> Key: IGNITE-12204
> URL: https://issues.apache.org/jira/browse/IGNITE-12204
> Project: Ignite
> Issue Type: Bug
> Components: spark
> Affects Versions: 2.9
> Reporter: Ilya Kasnacheev
> Assignee: Alexey Zinoviev
> Priority: Major
> Fix For: 2.9
>
>
> It seems that we only put direct dependencies of other JARs in our binary
> distribution, and not transient ones.
> For example, libs/optional/ignite-spark lacks the essential commons-lang3
> jar, which will lead to the following error immediately:
> {code}
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org.apache.commons.lang3.SystemUtils
> at org.apache.spark.util.Utils$.<init>(Utils.scala:1915)
> at org.apache.spark.util.Utils$.<clinit>(Utils.scala)
> at
> org.apache.spark.SparkConf.loadFromSystemProperties(SparkConf.scala:75)
> {code}
> It's almost impossible to fix without resorting to Maven source build.
> I understand that adding Spark module to Ignite server is something not
> widely used, but if we ship this module at all, we should make sure that it
> is usable in some form.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)