Hi all: I was trying to run sbin/start-master.sh and sbin/start-slaves.sh for launching a standalone cluster, which contains a linux workstation and a mac desktop. On these two computers, the SPARK_HOME directories point to different places. When running ./sbin/start-slaves.sh, I got an error saying that on the slave machine, the spark directory doesn't exist. I guess that in the start-slaves.sh script, the SPARK_HOME configuration on the master machine was used when launching spark on the slave machine.
Any clues about how to fix this? Thank you, - Guanhua