We have a spark server already running. When invoking spark-shell  a new
http server is attempted to be started

 spark.HttpServer: Starting HTTP Server

But that attempts results in   a BindException due to the preexisting
server:
  java.net.BindException: Address already in use

 What is the spark-shell command line option to choose not to attempt to
start the server?

Reply via email to