sparrow (homepage)

Scala library for converting Spark rows to case classes

@ypg-data / (0)

Scala library for converting Spark rows to case classes


Tags

  • 1|library
  • 1|sql
  • 1|scala
  • 1|deserialization

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages ypg-data:sparrow:0.2.0-s_2.11

sbt

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

spDependencies += "ypg-data/sparrow:0.2.0-s_2.11"

Otherwise,

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

libraryDependencies += "ypg-data" % "sparrow" % "0.2.0-s_2.11"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>ypg-data</groupId>
    <artifactId>sparrow</artifactId>
    <version>0.2.0-s_2.11</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.2.0-s_2.11 ( 6589d0 | zip | jar ) / Date: 2016-03-01 / License: Apache-2.0 / Scala version: 2.11

Version: 0.2.0-s_2.10 ( 6589d0 | zip | jar ) / Date: 2016-03-01 / License: Apache-2.0 / Scala version: 2.10

Version: 0.1.1-s_2.11 ( 002943 | zip | jar ) / Date: 2015-08-03 / License: Apache-2.0 / Scala version: 2.11

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

Version: 0.1.1-s_2.10 ( 002943 | zip | jar ) / Date: 2015-08-03 / License: Apache-2.0 / Scala version: 2.10

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