You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Mathew (JIRA)" <ji...@apache.org> on 2018/05/14 04:06:00 UTC

[jira] [Created] (ZEPPELIN-3456) Livy Interpreter incompatible with Spark 2.2+

Mathew created ZEPPELIN-3456:
--------------------------------

             Summary: Livy Interpreter incompatible with Spark 2.2+
                 Key: ZEPPELIN-3456
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3456
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters, livy-interpreter
    Affects Versions: 0.7.3
            Reporter: Mathew
             Fix For: 0.8.0


*Issue:*

Zeppelin's Livy interpreter dose not support Spark 2.2+, as the job fails to initialize after we call a removed method (As of Spark 2.2)

This is very similar to ZEPPELIN-2150 for the main Spark interpreter. 

 

*Environment**:*
 * Livy 0.5
 * Spark 2.2+

 

*Specifics:*

We still try to call (the now removed as of Spark 2.2) "appUIAddress":
[https://github.com/apache/zeppelin/blob/master/livy/src/main/java/org/apache/zeppelin/livy/LivySparkInterpreter.java#L51]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)