Re: Spark Streaming compilation error: algebird not a member of package com.twitter

2014-09-20 Thread Tathagata Das
There is not artifact call spark-streaming-algebird . To use the algebird, you will have add the following dependency (in maven format) com.twitter algebird-core_${scala.binary.version} 0.1.11 This is what is used in spark/examples/pom.xml TD On Sat, Sep 20, 2014 at 6:2

Spark Streaming compilation error: algebird not a member of package com.twitter

2014-09-19 Thread SK
Hi, I am using the latest release Spark 1.1.0. I am trying to build the streaming examples (under examples/streaming) as a standalone project with the following streaming.sbt file. When I run sbt assembly, I get an error stating that object algebird is not a member of package com.twitter. I tried