Failed to bind to: spark-master, using a remote cluster with two workers

后端 未结 4 1433
滥情空心
滥情空心 2020-12-14 17:53

I am managing to get everything working with the local master and two remote workers. Now, I want to connect to a remote master that has the same remote workers. I have trie

4条回答
  •  庸人自扰
    2020-12-14 18:40

    Setting the environment variable SPARK_LOCAL_IP=127.0.0.1 solved this for me.

提交回复
热议问题