Created
March 23, 2017 10:28
-
-
Save bsikander/42f76d7a8e4079098d8a2df3cdee8ee0 to your computer and use it in GitHub Desktop.
Spark-env.sh on MASTER
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPARK_MASTER_IP=<MASTER_IP> | |
SPARK_MASTER_PORT=7077 | |
SPARK_DAEMON_JAVA_OPTS="-Dspark.deploy.recoveryMode=ZOOKEEPER -Dspark.deploy.zookeeper.url=<OUR_IPS> -Dspark.deploy.zookeeper.dir=/spark" | |
SPARK_WORKER_DIR=/<BASE>/spark/worker_dir | |
SPARK_LOCAL_DIRS=/<BASE>/spark/local_dirs | |
SPARK_CONF_DIR=/<BASE>/spark-master/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment