Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
1.2.0, 1.3.0
-
None
Description
We must make all node conf file consistent when we start our standalone cluster. For example, we set "SPARK_WORKER_INSTANCES=2" to start 2 worker on each machine.
I see this code at $SPARK_HOME/sbin/spark-daemon.sh
if [ "$SPARK_MASTER" != "" ]; then
echo rsync from $SPARK_MASTER
rsync -a -e ssh --delete --exclude=.svn --exclude='logs/' --exclude='contrib/hod/logs/' $SPARK_MASTER/ "$SPARK_HOME"
fi
I think we better mention it at document .