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)