Hi

SparkContext launches the web interface at 4040, if you have multiple
sparkContext's on the same machine then the ports will be bind to
successive ports beginning with 4040.

Here's the documentation:
https://spark.apache.org/docs/0.9.0/monitoring.html

And here's a simple scala program to starts with :
https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/SparkPi.scala


Thanks
Best Regards.


On Wed, Apr 23, 2014 at 8:51 AM, wxhsdp <wxh...@gmail.com> wrote:

> Hi, all
>   i used to run my app using sbt run. but now i want to see the job
> information in spark web ui.
> i'am in local mode, i start the spark shell, and access the web ui on
> http://ubuntu.local:4040/stages/.
> but when i sbt run some application, there is no response in the web ui.
>
> how to make connection between sbt and the web ui?
> appreciate your help!
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/no-response-in-spark-web-UI-tp4633.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>

Reply via email to