Github user echarles commented on the issue: https://github.com/apache/incubator-zeppelin/pull/980 This is WIP. I'd like to get feedback on the approach (scala implementation in the current spark module), taking into consideration: + Spark 2.0 will ship by defaulit on scala 2.11 (makes sense to me to develop the interpeter on scala 2.11) + SqlContext and HiveContext are deprected in favor of SparkSession. + HttpServer is removed and some classes methods have access restricted to spark only packages. + SpakIMain and SparkJLineCompletion don't exist anymore. Building on the current java classes with method invocation may be possible, but would make the code more than difficult to read and develop. This PR proposes separated scala classes for this very specific 2.0 API breaking changes. WDYT? Based on feedback, I will further validate the functionalities (for now, a simple spark 2.0 call works well on my local env).
--- 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. ---