delta (homepage)
An open-source storage layer that brings scalable, ACID transactions to Apache Spark and big data workloads.
@delta-io / (1)
An open-source storage layer that brings scalable, ACID transactions to Apache Spark and big data workloads.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages io.delta:delta-core_2.11:0.1.0
sbt
In your sbt build file, add:
libraryDependencies += "io.delta" % "delta-core_2.11" % "0.1.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>io.delta</groupId> <artifactId>delta-core_2.11</artifactId> <version>0.1.0</version> </dependency> </dependencies>
Releases
Version: 0.1.0-s_2.11 ( 81a384 | zip | jar ) / Date: 2019-04-24 / License: Apache-2.0 / Scala version: 2.11
Version: 0.1.0-s_2.12 ( 81a384 | zip | jar ) / Date: 2019-04-24 / License: Apache-2.0 / Scala version: 2.12