Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 toree-0.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.

  • No labels