Hi,

Spark master web UI is only for "standalone" clusters, where cluster
resources are managed by Spark, not other resource managers.
Mesos master's default port is 5050. Within Mesos, a Spark application is
considered as one of many frameworks, so there's no Spark-specific support
like accessing application web UI from Mesos master web UI.

- Wonha


On Mon, Sep 8, 2014 at 4:45 PM, SK <skrishna...@gmail.com> wrote:

> Hi,
>
> I am running Spark 1.0.2 on a cluster in Mesos mode. I am not able to
> access
> the Spark master Web UI at port 8080 but am able to access it at port 5050.
> Is 5050 the standard port?
>
> Also, in the the standalone mode, there is a link to the Application detail
> UI directly from the master UI. I dont see that link in the master UI page
> in Mesos mode. Instead I have to explicitly go to  port 18080  to access
> the
> application detail. I have set up the history server. Is there some way to
> access the application detail link in Mesos mode  directly from the master
> UI page (like the standalone UI)?
>
> thanks
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Web-UI-in-Mesos-mode-tp13746.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to