RE: Scala 2.11 and Zeppelin

2016-03-29 Thread vincent gromakowski
r.denicola.f...@statefarm.com> a écrit : > >> From what I understand, Spark isn’t configured to work with scala 2.11 >> and only 2.10.xx. At least, that was the trouble my team was running into >> when attempting to use spark with 2.11 scala. >> >> >> >> *From

RE: Scala 2.11 and Zeppelin

2016-03-29 Thread vincent gromakowski
Spark can work with 2.11 but requires to be built from source Le 29 mars 2016 8:27 PM, "Peter DeNicola" a écrit : > From what I understand, Spark isn’t configured to work with scala 2.11 and > only 2.10.xx. At least, that was the trouble my team was running into when > atte

RE: Scala 2.11 and Zeppelin

2016-03-29 Thread Peter DeNicola
>From what I understand, Spark isn't configured to work with scala 2.11 and >only 2.10.xx. At least, that was the trouble my team was running into when >attempting to use spark with 2.11 scala. From: Potato Farmer [mailto:potato_far...@outlook.com] Sent: Tuesday, March 29, 20

Scala 2.11 and Zeppelin

2016-03-29 Thread Potato Farmer
Hi, I tried building zeppelin with scala 2.11 but run into issues running spark code. Has anyone had success using this pull code? https://github.com/apache/incubator-zeppelin/pull/747 Source: https://issues.apache.org/jira/browse/ZEPPELIN-605 Thanks.

Re: Scala 2.11

2016-02-24 Thread Luciano Resende
better. And I think it's totally fine > only portion of interpreter supports scala 2.11. > > Thanks, > moon > > > On Tue, Feb 23, 2016 at 8:50 AM Eric Charles wrote: > >> Two facets/questions here: >> >> 1. Are we willing to support both 2.10 and 2.11,

Re: spark 1.6 with scala 2.11 support

2016-02-24 Thread Jonathan Kelly
This was asked very recently on this same list: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Scala-2-11-td2394.html#none On Wed, Feb 24, 2016 at 2:35 PM Potato Farmer wrote: > Hi, > > > > Are there any plans for Zeppelin to support Spark 1.6

spark 1.6 with scala 2.11 support

2016-02-24 Thread Potato Farmer
Hi, Are there any plans for Zeppelin to support Spark 1.6 with Scala 2.11 Interpreter?

Re: Scala 2.11

2016-02-23 Thread moon soo Lee
If we can support both 2.10 and 2.11 and gracefully dropping 2.10 support for SparkInterpreter, that would be better. And I think it's totally fine only portion of interpreter supports scala 2.11. Thanks, moon On Tue, Feb 23, 2016 at 8:50 AM Eric Charles wrote: > Two facets/questi

Re: Scala 2.11

2016-02-23 Thread Eric Charles
for getting Zeppelin to work with Scala 2.11?

Re: Scala 2.11

2016-02-23 Thread moon soo Lee
ue, Feb 23, 2016 at 12:59 AM Jordan G wrote: > Is there any work being done, people also interested in collaborating on, > and/or useful resources for getting Zeppelin to work with Scala 2.11? > >

Scala 2.11

2016-02-23 Thread Jordan G
Is there any work being done, people also interested in collaborating on, and/or useful resources for getting Zeppelin to work with Scala 2.11?

RE: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-10 Thread william.rubens
Hi Eric, I'd also be very interested in this as, we are also working in a scala 2.11 environment with spark 1.4 and we're having trouble just building zeppelin. Any help much appreciated. Kind regards, William -Original Message- From: Eric Charles [mailto:e...@apache.

Re: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-04 Thread Eric Charles
https://github.com/apache/spark/tree/master/repl On 2015-08-01 17:17, Nicholas Ustinov wrote: Hello! I'd like to build Apache Zeppelin with our Spark custom build. We built Spark 1.4.1 on scala 2.11 and deployed it to our corporate repo, but it looks like Apache Zeppelin isn&

Re: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-04 Thread Nicholas Ustinov
park, but also changing some zeppelin code. > > [1] https://github.com/apache/spark/tree/master/repl > > > On 2015-08-01 17:17, Nicholas Ustinov wrote: > > Hello! > I'd like to build Apache Zeppelin with our Spark custom build. > We built Spark 1.4.1 on scala 2.11 and de

Re: apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-02 Thread Eric Charles
like to build Apache Zeppelin with our Spark custom build. We built Spark 1.4.1 on scala 2.11 and deployed it to our corporate repo, but it looks like Apache Zeppelin isn't ready for scala 2.11. Is it possible at all? Thanks, Nikolay

apache zeppelin with custom spark 1.4.1 build on scala 2.11

2015-08-01 Thread Nicholas Ustinov
Hello! I'd like to build Apache Zeppelin with our Spark custom build. We built Spark 1.4.1 on scala 2.11 and deployed it to our corporate repo, but it looks like Apache Zeppelin isn't ready for scala 2.11. Is it possible at all? Thanks, Nikolay

Re: Spark on scala 2.11

2015-07-17 Thread IT CTO
all in vain. I want to connect Zeppelin to an > existing standalone cluster that runs spark 1.4.1. with scala 2.11 > I have even tried to change the java code in the spark-interpreter to be > 2.11 compliant but I had to abandon that because of the depency on 2.10 > features. > Using

Re: Spark on scala 2.11

2015-07-17 Thread Ian de Beer
Hi I would also be very happy if I can get this to work I have tried - and so far all in vain. I want to connect Zeppelin to an existing standalone cluster that runs spark 1.4.1. with scala 2.11 I have even tried to change the java code in the spark-interpreter to be 2.11 compliant but I had

Spark on scala 2.11

2015-07-17 Thread Saif.A.Ellafi
Hello everyone, I need help adding or replacing an interpreter with Spark on scala 2.11 instead of 2.10.4. Has anyone tried? Tried two things, changing pom files pointing to 2.11 and creating new interpreter but I am failing to make it actually appear. Any guidance appreciated. Saif