Whats the error with the 2.10 version of algebird? On Thu, Oct 30, 2014 at 12:49 AM, thadude <ohpre...@yahoo.com> 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 HyperLogLog._ > > scala> import com.twitter.algebird.HyperLogLogMonoid > import com.twitter.algebird.HyperLogLogMonoid > > > scala> val hll = new HyperLogLogMonoid(12) > hll: com.twitter.algebird.HyperLogLogMonoid = > com.twitter.algebird.HyperLogLogMonoid@7bde289a > > > https://github.com/twitter/algebird/wiki/Algebird-Examples-with-REPL > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Algebird-using-spark-shell-tp17701p17714.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 > >