[
https://issues.apache.org/jira/browse/TOREE-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luciano Resende updated TOREE-459:
----------------------------------
Fix Version/s: (was: 0.4.0)
0.5.0
> Failure when adding a Jar.
> --------------------------
>
> Key: TOREE-459
> URL: https://issues.apache.org/jira/browse/TOREE-459
> Project: TOREE
> Issue Type: Bug
> Reporter: Naveen Swamy
> Assignee: Luciano Resende
> Priority: Major
> Fix For: 0.5.0
>
>
> I am trying to use toree with Spark 2.2.7(latest) and Scala 2.11 however when
> I add a jar it fails with the error below
> {{
> spark-2.2.7/jars/scala-library-2.11.8.jar(scala/reflect/package.class)' is
> broken
> (class java.lang.RuntimeException/Scala class file does not contain Scala
> annotation)
> error: error while loading package, class file
> '/spark-2.2.7/jars/scala-library-2.11.8.jar(scala/package.class)' is broken
> (class java.lang.RuntimeException/Scala class file does not contain Scala
> annotation)
> error: error while loading Serializable, class file
> '/spark-2.2.7/jars/scala-library-2.11.8.jar(scala/Serializable.class)' is
> broken
> (class java.lang.RuntimeException/Scala class file does not contain Scala
> annotation)
> res2:
> Either[org.apache.toree.magic.CellMagicOutput,org.apache.toree.magic.LineMagicOutput]
> = Right(())
> error: error while loading Predef, class file
> '/spark-2.2.7/jars/scala-library-2.11.8.jar(scala/Predef.class)' is broken
> (class java.lang.RuntimeException/Scala class file does not contain Scala
> annotation)
> }}
> The jar I am trying to add is:
> %AddJar
> https://search.maven.org/remotecontent?filepath=ml/dmlc/mxnet/mxnet-full_2.11-osx-x86_64-cpu/0.9.3a/mxnet-full_2.11-osx-x86_64-cpu-0.9.3a.jar
> Spark version 2.2.1
> Scala version 2.11.8
--
This message was sent by Atlassian Jira
(v8.3.4#803005)