spark-avro (homepage)

Avro Ser/Des for Apache Spark + Schema registry.

@adobe / (0)

Avro Ser/Des for Apache Spark + Schema registry.


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 com.adobe:spark-avro_2.12:0.1.0

sbt

In your sbt build file, add:

libraryDependencies += "com.adobe" % "spark-avro_2.12" % "0.1.0"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.adobe</groupId>
    <artifactId>spark-avro_2.12</artifactId>
    <version>0.1.0</version>
  </dependency>
</dependencies>

Releases

Version: 0.1.0 ( f477f7 | zip | jar ) / Date: 2024-11-24 / License: Apache-2.0 / Scala version: 2.12