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: [email protected]
For additional commands, e-mail: [email protected]