Jeff Zhang created ZEPPELIN-3269: ------------------------------------ Summary: NoSuchMethodError: org.apache.spark.ui.SparkUI.appUIAddress() for Livy interpreter Key: ZEPPELIN-3269 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3269 Project: Zeppelin Issue Type: Bug Affects Versions: 0.7.0 Reporter: Jeff Zhang Assignee: Jeff Zhang Fix For: 0.7.2, 0.8.0
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 (v7.6.3#76005)