Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-12204

In binary distribution, essential dependencies for ignite-spark missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.7.6
    • 3.0
    • spark
    • None
    • Release Notes Required

    Description

      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:

      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)
      

      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.

      Attachments

        Activity

          People

            zaleslaw Alexey Zinoviev
            ilyak Ilya Kasnacheev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: