Have a look at the history server, looks like you have enabled history
server on your local and not on the remote server.

http://people.apache.org/~tdas/spark-1.0.0-rc11-docs/monitoring.html



Thanks
Best Regards


On Tue, Aug 26, 2014 at 7:01 AM, SK <skrishna...@gmail.com> wrote:

> Hi,
>
> I am able to access the Application details web page from the master UI
> page
> when I run Spark in standalone mode on my local machine.  However, I am not
> able to access it when I run Spark on our private cluster. The Spark master
> runs on one of the nodes in the cluster. I am able to access the spark
> master UI at spark://<master-url>:8080. It shows the listing of all the
> running and completed apps. When I click on the completed app, and access
> the Application details link, the link points to:
> <master-url>/app/?appId=<app-idvalue>
>
> When I view the page source to view the html source, the href portion is
> blank ("").
>
> However, on my local machine, when I click the  Application detail link for
> a completed app, it correctly points to
> <master-url>/history/<app-id>
> and when I view the page's html source, the href portion points to
> "/history/<app-id>"
>
> On the cluster, I have set spark.eventLog.enabled to true in
> $SPARK_HOME/conf/spark-defaults.conf on the master node as well as all the
> slave nodes. I am using spark 1.0.1 on the cluster.
>
> I am not sure why I am able to access the application details for completed
> apps when the app runs on my local machine but not for the apps that run on
> our cluster, although in both cases I am using spark 1.0.1 in standalone
> mode.  Do I need to do any additional configuration to enable this history
> on the cluster?
>
> thanks
>
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-webUI-application-details-page-tp3490p12792.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