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
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
export SPARK_LOCAL_IP="You-IP" #to set the IP address Spark binds to on this node
$SPARK_HOME/conf/spark-env.sh