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: [email protected] For additional commands, e-mail: [email protected]
