ERROR SparkContext: Error initializing SparkContext. java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed

后端 未结 4 1865
被撕碎了的回忆
被撕碎了的回忆 2021-02-07 03:43

I have install below setup with version: Hadoop version 1.0.3 java version \"1.7.0_67\" Scala version 2.11.7 Spark version 2.1.1.

getting below error, can any one hel

4条回答
  •  再見小時候
    2021-02-07 04:39

    1. in your terminal by typing hostname you can have a look at your current hostname.
    2. vim /etc/hosts and set the hostname you get just now to your exact ip or 127.0.0.1.

提交回复
热议问题