Re: Algebird using spark-shell

2014-10-30 Thread Ian O'Connell
Algebird 0.8.0 has 2.11 support if you want to run in a 2.11 env. On Thu, Oct 30, 2014 at 10:08 AM, Buntu Dev wrote: > Thanks.. I was using Scala 2.11.1 and was able to > use algebird-core_2.10-0.1.11.jar with spark-shell. > > On Thu, Oct 30, 2014 at 8:22 AM, Ian O'Connell > wrote: > >> Whats t

Re: Algebird using spark-shell

2014-10-30 Thread Buntu Dev
Thanks.. I was using Scala 2.11.1 and was able to use algebird-core_2.10-0.1.11.jar with spark-shell. On Thu, Oct 30, 2014 at 8:22 AM, Ian O'Connell wrote: > Whats the error with the 2.10 version of algebird? > > On Thu, Oct 30, 2014 at 12:49 AM, thadude wrote: > >> I've tried: >> >> . /bin/spa

Re: Algebird using spark-shell

2014-10-30 Thread Ian O'Connell
Whats the error with the 2.10 version of algebird? On Thu, Oct 30, 2014 at 12:49 AM, thadude wrote: > I've tried: > > . /bin/spark-shell --jars algebird-core_2.10-0.8.1.jar > > scala> import com.twitter.algebird._ > import com.twitter.algebird._ > > scala> import HyperLogLog._ > import HyperLog

Re: Algebird using spark-shell

2014-10-30 Thread thadude
I've tried: . /bin/spark-shell --jars algebird-core_2.10-0.8.1.jar scala> import com.twitter.algebird._ import com.twitter.algebird._ scala> import HyperLogLog._ import HyperLogLog._ scala> import com.twitter.algebird.HyperLogLogMonoid import com.twitter.algebird.HyperLogLogMonoid scala> val

Re: Algebird using spark-shell

2014-10-29 Thread Akhil Das
What version of scala are you having? looks like the jar you are submitting is for scala version 2.9.x Thanks Best Regards On Thu, Oct 30, 2014 at 9:49 AM, bdev wrote: > I'm running into this error when I attempt to launch spark-shell passing in > the algebird-core jar: > > ~~ > $ ./bin/spa