Re: Support for Livy with Scala 2.12

2019-06-05 Thread Saisai Shao
t;> > Date: Tuesday, Jun 04, 2019, 8:56 PM > To: user@livy.incubator.apache.org user@livy.incubator.apache.org>> > Subject: [External] Re: Support for Livy with Scala 2.12 > > If you're familiar with Livy code, I think the effort is not so big. > According to my previous exp

RE: Support for Livy with Scala 2.12

2019-06-04 Thread santosh.dandey
bandwidth to make this change? From: Saisai Shao mailto:sai.sai.s...@gmail.com>> Date: Tuesday, Jun 04, 2019, 8:56 PM To: user@livy.incubator.apache.org mailto:user@livy.incubator.apache.org>> Subject: [External] Re: Support for Livy with Scala 2.12 If you're familiar with Livy

Re: Support for Livy with Scala 2.12

2019-06-04 Thread Saisai Shao
Jun 03, 2019, 9:02 PM > To: user@livy.incubator.apache.org user@livy.incubator.apache.org>> > Subject: [External] Re: Support for Livy with Scala 2.12 > > Like what we did before to support both Scala 2.10 and 2.11 in Livy, I > think we should also have a new module to support 2

RE: Support for Livy with Scala 2.12

2019-06-04 Thread santosh.dandey
; Date: Monday, Jun 03, 2019, 9:02 PM To: user@livy.incubator.apache.org mailto:user@livy.incubator.apache.org>> Subject: [External] Re: Support for Livy with Scala 2.12 Like what we did before to support both Scala 2.10 and 2.11 in Livy, I think we should also have a new module to

Re: Support for Livy with Scala 2.12

2019-06-03 Thread Saisai Shao
ent:* Monday, June 03, 2019 6:35 PM > *To:* user@livy.incubator.apache.org > *Subject:* [External] Re: Support for Livy with Scala 2.12 > > > > Looks like the issue might be Spark 2.4.2 only? From > https://spark.apache.org/downloads.html, "Note that, Spark is pre-built &g

RE: Support for Livy with Scala 2.12

2019-06-03 Thread santosh.dandey
ed to prepare Livy to support Scala 2.12 by default. From: Kevin Risden [mailto:kris...@apache.org] Sent: Monday, June 03, 2019 6:35 PM To: user@livy.incubator.apache.org Subject: [External] Re: Support for Livy with Scala 2.12 Looks like the issue might be Spark 2.4.2 only? From https://spark.apach

Re: Support for Livy with Scala 2.12

2019-06-03 Thread Kevin Risden
java:419) > > at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391) > > at > io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) > > at java.lang.Thread.run(Thread.java:748) > > 19/06/03 21:52:08 INFO R

RE: Support for Livy with Scala 2.12

2019-06-03 Thread santosh.dandey
316432251_0172 19/06/03 21:52:09 INFO InteractiveSession: Stopped InteractiveSession 0. ^C From: Kevin Risden [mailto:kris...@apache.org] Sent: Monday, June 03, 2019 4:46 PM To: user@livy.incubator.apache.org Cc: Dandey, Santosh Subject: [External] Re: Support for Livy with Scala 2.12 "requi

Re: Support for Livy with Scala 2.12

2019-06-03 Thread Kevin Risden
"requirement failed: Cannot find Livy REPL jars." I didn't look where that error comes from, but my guess is that it looks like you don't have Livy pointing to the right location anymore where it can find Spark. Hopefully not sending you on a wild goose chase, but would check there first. Also y

Re: Support for Livy with Scala 2.12

2019-06-03 Thread Pat Ferrel
Spark 2.4.x does not require scala 2.12, in fact is is marked as “experimental” here: https://spark.apache.org/releases/spark-release-2-4-0.html Moving to a new scala version is often a pain, because the libs you use may not be upgraded