Spark Shell command failing on local

169 Views Asked by At

I am trying to run spark-shell command locally and I am getting below error

java.net.BindException: Can't assign requested address: Service 'sparkDriver' failed after 16 retries (on a random free port)! Consider explicitly setting the appropriate binding address for the service 'sparkDriver' (for example spark.driver.bindAddress for SparkDriver) to the correct binding address.

I am using my companies MAC and I don't have admin access to run sudo command to change host address to 127.0.0.1

Thanks In Advance.

0

There are 0 best solutions below