HI,YaoPau:
You can set `spark.ui.port` to 0 ,the program will find a available port by
random

2015-01-11 16:38 GMT+08:00 YaoPau <jonrgr...@gmail.com>:

> I have multiple Spark Streaming jobs running all day, and so when I run my
> hourly batch job, I always get a "java.net.BindException: Address already
> in
> use" which starts at 4040 then goes to 4041, 4042, 4043 before settling at
> 4044.
>
> That slows down my hourly job, and time is critical.  Is there a way I can
> set it to 4044 by default, or prevent the UI from launching altogether?
>
> Jon
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/How-to-set-UI-port-tp21083.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