How to connect master and slaves in Apache-Spark? (Standalone Mode)

后端 未结 3 631
旧巷少年郎
旧巷少年郎 2021-02-03 12:29

I\'m using Spark Standalone Mode tutorial page to install Spark in Standalone mode.

1- I have started a master by:

./sbin/start-master.sh
3条回答
  •  伪装坚强ぢ
    2021-02-03 13:10

    You can set export SPARK_LOCAL_IP="You-IP" #to set the IP address Spark binds to on this node in $SPARK_HOME/conf/spark-env.sh

提交回复
热议问题