Re: Toree on EMR / Spark 2.2.0?

2018-02-15 Thread Sanjay Saxena
I am able to build Toree using Scala 2.12.2 and Spark 2.2. Here are the steps: cd $TOREE_HOME # location where you clone github.com/apache/incubator-toree APACHE_SPARK_VERSION=2.2.0 BASE_VERSION=0.2.0 IS_SNAPSHOT=False make clean release pip install $TOREE_HOME/dist/toree-pip/toree-*.tar.gz ju

Re: Toree on EMR / Spark 2.2.0?

2018-02-15 Thread Luciano Resende
Toree is not officially supporting Scala 2.12 yet. You would have to make sure Toree gets built with that version of Scala and that things are working properly. Would Scala 2.11.11 suffice your requirements? On Wed, Feb 14, 2018 at 9:54 AM, Vannson, Raphael < raphael.vann...@thinkbiganalytics.co

Toree on EMR / Spark 2.2.0?

2018-02-15 Thread Vannson, Raphael
Hello, I am trying to use Toree to develop in Scala with a Jupyter notebook. Our setup is Amazon EMR, Spark 2.2.0. My goal is to connect the Toree kernel to the Spark components already coming with EMR and to setup master = yarn-client. I have installed Jupyterhub and Toree, was able to access J