alexott opened a new pull request #3473: [ZEPPELIN-4360] Always use Scala 2.11 for Ignite URL: https://github.com/apache/zeppelin/pull/3473 also bump dependencies & update docs ### What is this PR for? Ignite interpreter uses Scala interface to Ignite that is built only with Scala 2.11, while inside Zeppelin it was compiled with global Scala dependency (Scala 2.10 by default), so it didn't work out of box. Also, the Ignite dependency was updated to the latest version. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4360 ### How should this be tested? unit tests + manual tests were done
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services