Created
August 19, 2018 05:03
-
-
Save sameei/34fb166cea203861c27b3f06d4004c3c to your computer and use it in GitHub Desktop.
Spark Command & Configs
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_HOME/sbin/start-master.sh --host $HOST | |
# OR | |
$SPARK_HOME/bin/spark-class org.apache.spark.deploy.master.Master --port 7077 --webui-port 8080 --host $HOST | |
# in $SPARK_HOME/conf/spark-env.sh | |
JAVA_HOME=/path/to/jdk8 | |
$SPARK_HOME/sbin/start-history-server.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment