spark-avro (homepage)
Integration utilities for using Spark with Apache Avro data
@databricks / (13)
Integration utilities for using Spark with Apache Avro data
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.databricks:spark-avro_2.11:4.0.0
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "databricks/spark-avro:4.0.0"
Otherwise,
libraryDependencies += "com.databricks" % "spark-avro_2.11" % "4.0.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.databricks</groupId> <artifactId>spark-avro_2.11</artifactId> <version>4.0.0</version> </dependency> </dependencies>
Releases
Version: 4.0.0-s_2.11 ( 0764d6 | zip | jar ) / Date: 2017-10-30 / License: Apache-2.0 / Scala version: 2.11
Version: 4.0.0-s_2.10 ( 0764d6 | zip | jar ) / Date: 2017-10-30 / License: Apache-2.0 / Scala version: 2.10
Version: 3.2.0-s_2.11 ( e28e45 | zip | jar ) / Date: 2017-02-08 / License: Apache-2.0 / Scala version: 2.11
Version: 3.2.0-s_2.10 ( e28e45 | zip | jar ) / Date: 2017-02-08 / License: Apache-2.0 / Scala version: 2.10
Version: 3.1.0-s_2.11 ( e6f5d2 | zip | jar ) / Date: 2016-11-28 / License: Apache-2.0 / Scala version: 2.11
Version: 3.1.0-s_2.10 ( e6f5d2 | zip | jar ) / Date: 2016-11-28 / License: Apache-2.0 / Scala version: 2.10
Version: 3.0.1-s_2.11 ( 5b01ac | zip | jar ) / Date: 2016-09-15 / License: Apache-2.0 / Scala version: 2.11
Version: 3.0.1-s_2.10 ( 5b01ac | zip | jar ) / Date: 2016-09-15 / License: Apache-2.0 / Scala version: 2.10
Version: 3.0.0-s_2.11 ( fa59a5 | zip | jar ) / Date: 2016-08-30 / License: Apache-2.0 / Scala version: 2.11
Version: 3.0.0-s_2.10 ( fa59a5 | zip | jar ) / Date: 2016-08-30 / License: Apache-2.0 / Scala version: 2.10
Version: 2.0.1-s_2.10 ( 4a0983 | zip | jar ) / Date: 2015-09-08 / License: Apache-2.0 / Scala version: 2.10
Version: 1.0.0 ( c5612d | zip | jar ) / Date: 2015-04-10 / License: Apache-2.0 / Scala version: 2.10
Version: 0.2.0 ( a788c9 | zip | jar ) / Date: 2015-04-10 / License: Apache-2.0 / Scala version: 2.10
Version: 0.1 ( dcc88e | zip | jar ) / Date: 2014-11-27 / License: BSD 3-Clause