Skip to content

Instantly share code, notes, and snippets.

@valdo404
Created May 10, 2019 10:21
Show Gist options
  • Save valdo404/624e54fc5fddd78a553560b9fc97415f to your computer and use it in GitHub Desktop.
Save valdo404/624e54fc5fddd78a553560b9fc97415f to your computer and use it in GitHub Desktop.
Launch spark on brew installation
pushd /usr/local/Cellar/apache-spark/2.4.1/libexec/
./sbin/start-master.sh
./sbin/start-slave.sh localhost:7077
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment