succinct (homepage)

Spark and Spark SQL integration for Succinct

@amplab / (1)

This package provides the Spark and Spark SQL integration for Succinct


Tags

  • 1|application
  • 1|data source

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages amplab:succinct:0.1.7

sbt

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

spDependencies += "amplab/succinct:0.1.7"

Otherwise,

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

libraryDependencies += "amplab" % "succinct" % "0.1.7"

Maven

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

Releases

Version: 0.1.8 ( 260efe | zip ) / Date: 2019-07-10 / License: Apache-2.0

Version: 0.1.7 ( f34842 | zip | jar ) / Date: 2016-06-30 / License: Apache-2.0

Version: 0.1.6 ( 87bfa3 | zip | jar ) / Date: 2015-11-23 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 15% , - 83% , - 28% , - 100% , - 32% , - 68%

Version: 0.1.5 ( f1f6ba | zip | jar ) / Date: 2015-11-09 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 28% , - 100% , - 32% , - 68% , - 15% , - 83%

Version: 0.1.4 ( 892f9c | zip | jar ) / Date: 2015-11-05 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 32% , - 68% , - 15% , - 83% , - 28%

Version: 0.1.3 ( 5635f3 | zip | jar ) / Date: 2015-10-30 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 32% , - 68% , - 15% , - 83% , - 28% , - 100%

Version: 0.1.2 ( 6fbd0a | zip | jar ) / Date: 2015-10-28 / License: Apache-2.0

Spark Scala/Java API compatibility: - 16% , - 100% , - 33% , - 86% , - 55% , - 32%

Version: 0.1.1 ( 4bdb97 | zip | jar ) / Date: 2015-05-24 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 43% , - 11% , - 100% , - 37%

Version: 0.1.0 ( 51ce90 | zip | jar ) / Date: 2015-05-24 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 100% , - 100% , - 100% , - 100%