Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1368 Currently build, by default, is configured to support Scala 2.10, thus just executing the build works. In order to build with Scala 2.11, you need to execute: ``` ./dev/change_scala_version.sh 2.11 mvn ..... -Pscala2.11 ``` Without that, it won't and should not work, because the dependencies will try to match the ones built for the scala version being used.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---