spark submit “Service 'Driver' could not bind on port” error

前端 未结 9 2034
醉酒成梦
醉酒成梦 2021-01-04 20:49

I used the following command to run the spark java example of wordcount:-

time spark-submit --deploy-mode cluster --master spark://192.168.0.7:6066 --class o         


        
9条回答
  •  一个人的身影
    2021-01-04 21:37

    This is possibly a duplicate of Spark 1.2.1 standalone cluster mode spark-submit is not working

    I have tried the same steps, but able to run the job. Kindly post the full spark-env.sh and spark-defaults if possible.

提交回复
热议问题