You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2017/02/22 03:57:44 UTC

[jira] [Created] (ZEPPELIN-2150) NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress() for the spark master

Jeff Zhang created ZEPPELIN-2150:
------------------------------------

             Summary: NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress() for the spark master
                 Key: ZEPPELIN-2150
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2150
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Jeff Zhang
            Assignee: Jeff Zhang
            Priority: Minor


This happens on the latest spark master. Because spark remove the method SparkUI.appUIAddress(), and this is private method, we should try to use private method as less as possible. Instead we should use SparkContext.uiWebUrl



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)