/
Building and installing Toree

Building and installing Toree

This is reasonably well described on the toree readme.

You will need to do this on a host with Docker, sbt, and other goodies.

git clone https://github.com/apache/incubator-toree.git
cd incubator-toree
git checkout v0.2.0-dev1   # this tag supports spark 2.0.0
make clean #just to be sure
make release
sudo -H pip install --upgrade ./dist/toree-pip/toree-0.2.0.dev1.tar.gz
pip freeze |grep toree  # just to be sure

Then continue with kernel install as in the parent page.

Related content

How to install the Scala Spark (Apache Toree) Jupyter kernel with GeoMesa support
How to install the Scala Spark (Apache Toree) Jupyter kernel with GeoMesa support
More like this
How to install Spark for Jupyter
How to install Spark for Jupyter
More like this
How to build GeoMesa 1.2.x for Scala 2.10 / Spark 1.x
How to build GeoMesa 1.2.x for Scala 2.10 / Spark 1.x
More like this
GeoMesa 3.2.0 Release Notes
GeoMesa 3.2.0 Release Notes
More like this
GeoMesa 2.0.0 Release Notes
GeoMesa 2.0.0 Release Notes
More like this
GeoMesa 1.3.2 Release Notes
GeoMesa 1.3.2 Release Notes
More like this