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

2014-09-21 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) dependency groupIdcom.twitter/groupId artifactIdalgebird-core_${scala.binary.version}/artifactId version0.1.11/version /dependency This is

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