Alex Ott created ZEPPELIN-4360: ---------------------------------- Summary: Ignite Interpreter requires Scala 2.11 Key: ZEPPELIN-4360 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4360 Project: Zeppelin Issue Type: Bug Components: Interpreters Affects Versions: 0.9.0 Reporter: Alex Ott
The {{ignite-scalar}} library is compiled with Scala 2.11, so when the Zeppelin is compiled with Scala 2.10, interpreter is broken. Here is dependency in {{ignite-scalar:2.3.0}}: {noformat} <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.7</version> <scope>compile</scope> </dependency> {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)