Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Streaming] Examples using Twitter's Algebird library #480

Merged
merged 7 commits into from
Feb 22, 2013
Prev Previous commit
Next Next commit
Bumping Algebird to 0.1.9
  • Loading branch information
MLnick committed Feb 21, 2013
commit 718474b9c6ab985833af9cde69f13c4d33498f6d
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>algebird-core_2.9.2</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ object SparkBuild extends Build {

def examplesSettings = sharedSettings ++ Seq(
name := "spark-examples",
libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.8")
libraryDependencies ++= Seq("com.twitter" % "algebird-core_2.9.2" % "0.1.9")
)

def bagelSettings = sharedSettings ++ Seq(name := "spark-bagel")
Expand Down