Skip to content

Instantly share code, notes, and snippets.

@sameei
Created August 19, 2018 05:03
Show Gist options
  • Save sameei/34fb166cea203861c27b3f06d4004c3c to your computer and use it in GitHub Desktop.
Save sameei/34fb166cea203861c27b3f06d4004c3c to your computer and use it in GitHub Desktop.
Spark Command & Configs
$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