The Spark UI isn't available through the same address; otherwise new applications won't be able to bind to it. Once the old application finishes, the standalone Master renders the after-the-fact application UI and exposes it under a different URL. To see this, go to the Master UI (<master-url>:8080) and click on your application in the "Completed Applications" table.
2014-08-13 10:56 GMT-07:00 Matei Zaharia <matei.zaha...@gmail.com>: > Take a look at http://spark.apache.org/docs/latest/monitoring.html -- you > need to launch a history server to serve the logs. > > Matei > > On August 13, 2014 at 2:03:08 AM, grzegorz-bialek ( > grzegorz.bia...@codilime.com) wrote: > > Hi, > I wanted to access Spark web UI after application stops. I set > spark.eventLog.enabled to true and logs are availaible > in JSON format in /tmp/spark-event but web UI isn't available under > address > http://<driver-node>:4040 > I'm running Spark in standalone mode. > > What should I do to access web UI after application ends? > > Thanks, > Grzegorz > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Viewing-web-UI-after-fact-tp12023.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 > >