Skip to content

Instantly share code, notes, and snippets.

@P7h
Created May 21, 2018 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P7h/6ec1ce22b89daad1ebceb1de5b7a0a39 to your computer and use it in GitHub Desktop.
Save P7h/6ec1ce22b89daad1ebceb1de5b7a0a39 to your computer and use it in GitHub Desktop.
Apache Toree intallation steps
sudo apt install screen htop ncdu multitail
conda install jupyterlab pyspark
conda install -c conda-forge jupyter_contrib_nbextensions altair vega_datasets vega3
pip install https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
jupyter toree install --spark_home=~/spark-2.3.0 --user
jupyter toree install --interpreters=Scala,PySpark,SQL --user
jupyter kernelspec list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment