Skip to content
Snippets Groups Projects
Commit e7690ed2 authored by Adam Pingel's avatar Adam Pingel Committed by Patrick Wendell
Browse files

SPARK-2811 upgrade algebird to 0.8.1

Author: Adam Pingel <adam@axle-lang.org>

Closes #3282 from adampingel/master and squashes the following commits:

70c8d3c [Adam Pingel] relocate the algebird example back to example/src
7a9d8be [Adam Pingel] SPARK-2811 upgrade algebird to 0.8.1
parent 5c92d47a
No related branches found
No related tags found
No related merge requests found
...@@ -217,6 +217,11 @@ ...@@ -217,6 +217,11 @@
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId> <artifactId>commons-math3</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>algebird-core_${scala.binary.version}</artifactId>
<version>0.8.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.scalatest</groupId> <groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId> <artifactId>scalatest_${scala.binary.version}</artifactId>
...@@ -389,8 +394,8 @@ ...@@ -389,8 +394,8 @@
</properties> </properties>
</profile> </profile>
<profile> <profile>
<!-- We add a source directory specific to Scala 2.10 since Kafka and Algebird <!-- We add a source directory specific to Scala 2.10 since Kafka
only work with it --> only works with it -->
<id>scala-2.10</id> <id>scala-2.10</id>
<activation> <activation>
<property><name>!scala-2.11</name></property> <property><name>!scala-2.11</name></property>
...@@ -401,11 +406,6 @@ ...@@ -401,11 +406,6 @@
<artifactId>spark-streaming-kafka_${scala.binary.version}</artifactId> <artifactId>spark-streaming-kafka_${scala.binary.version}</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>algebird-core_${scala.binary.version}</artifactId>
<version>0.1.11</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment