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 <buntu...@gmail.com> wrote:

> I'm running into this error when I attempt to launch spark-shell passing in
> the algebird-core jar:
>
> ~~~~~~
> $ ./bin/spark-shell --jars algebird-core_2.9.2-0.1.11.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 hll = new HyperLogLogMonoid(12)
> java.lang.NoClassDefFoundError: scala/reflect/ClassManifest
>         at
> com.twitter.algebird.HyperLogLogMonoid.<init>(HyperLogLog.scala:309)
> ~~~~~~~~
>
>
> Is that the right jar to pass? Are there any non-streaming examples?
>
> Thanks!
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Algebird-using-spark-shell-tp17701.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to