spark-hyperloglog (homepage)

Algebird's HyperLogLog support for Apache Spark.

@vitillo / (0)

Algebird's HyperLogLog support for Apache Spark.


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages vitillo:spark-hyperloglog:1.1.1

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "vitillo/spark-hyperloglog:1.1.1"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "vitillo" % "spark-hyperloglog" % "1.1.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>vitillo</groupId>
    <artifactId>spark-hyperloglog</artifactId>
    <version>1.1.1</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 1.1.1 ( f48388 | zip | jar ) / Date: 2016-09-14 / License: Apache-2.0 / Scala version: 2.11

Version: 1.0.2 ( b3569e | zip | jar ) / Date: 2016-04-11 / License: Apache-2.0 / Scala version: 2.10

Version: 1.0.1 ( c5b0d4 | zip | jar ) / Date: 2016-04-09 / License: Apache-2.0 / Scala version: 2.10

Version: 1.0.0 ( 7a1ebe | zip | jar ) / Date: 2016-04-09 / License: Apache-2.0 / Scala version: 2.10