Created
May 21, 2018 12:48
-
-
Save P7h/6ec1ce22b89daad1ebceb1de5b7a0a39 to your computer and use it in GitHub Desktop.
Apache Toree intallation steps
This file contains 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
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