Spark should be setting the FrameworkInfo.webui_url on scheduler startup. https://github.com/apache/spark/blob/v1.4.1/core/src/main/scala/org/apache/spark/deploy/mesos/MesosClusterDispatcher.scala#L76 What versions of Mesos and Spark are you using?
On Tue, Jul 28, 2015 at 3:40 PM, Philip Weaver <[email protected]> wrote: > I also have this problem, thanks! > > On Tue, Jul 28, 2015 at 3:34 PM, Anton Kirillov <[email protected] > > wrote: > >> Hi everyone, >> >> I’m trying to get access to Spark web UI from Mesos Master but with no >> success: the host name displayed properly, but the link is not active, just >> text. Maybe it’s a well-known issue or I misconfigured something, but this >> problem is really annoying. >> >> When running spark-submit in client mode framework is registered properly >> and Spark UI is available on client node but in Master’s interface hostname >> is just text. When launching in cluster mode (dispatcher is already >> launched) there’s only drivers information available with no reference to >> driver UI. >> >> Maybe I miss something, but really appreciate any help! >> >> -- >> Anton Kirillov >> Sent with Sparrow <http://www.sparrowmailapp.com/?sig> >> >> >

