spark-hyperloglog (homepage)

Algebird's HyperLogLog support for Apache Spark

@mozilla / (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 mozilla:spark-hyperloglog:2.2.0

sbt

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

spDependencies += "mozilla/spark-hyperloglog:2.2.0"

Otherwise,

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

libraryDependencies += "mozilla" % "spark-hyperloglog" % "2.2.0"

Maven

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

Releases

Version: 2.2.0 ( 6c18f9 | zip | jar ) / Date: 2018-06-29 / License: Apache-2.0 / Scala version: 2.11