Re: jar import issues

2018-05-21 Thread Igor Fialko
I've compiled my code against 2.11.8 and still couldn't import via magic with the same error. Neither toree_opts worked, but the solution from here did: https://www.mail-archive.com/dev@toree.incubator.apache.org/msg01649.html --spark_opts="--jars=/usr/tmp/jars/CustomJar.jar" On Mon, May 21,

Re: jar import issues

2018-05-18 Thread Luciano Resende
Current master, which is the one supporting Spark 2.x is currently compiled with Scala 2.11. Also, if you are using Scala 2.12, you should make sure that both Spark and Toree gets compiled properly with Scala 2.12 as I believe Spark still provide binaries compiled with Scala 2.11. On Fri, May 18,

Re: jar import issues

2018-05-18 Thread Marius van Niekerk
Toree 0.1 is compiled against scala 2.10 On Fri, May 18, 2018, 18:39 Igor Fialko wrote: > Hello community, > > name is Igor and I'm working in my spare time on a trading system. So far I > used jupyter notebook with python kernel for visualisation/playing around > with

jar import issues

2018-05-18 Thread Igor Fialko
Hello community, name is Igor and I'm working in my spare time on a trading system. So far I used jupyter notebook with python kernel for visualisation/playing around with data. I wanted to go a step forward and reuse my existing scala code, so I came up with toree as seemingly the only one still