Skip to content

Files

This branch is 264 commits behind delta-io/delta:master.

examples

Delta Lake examples

In this folder there are examples taken from the delta.io quickstart guide and docs. They are available in both Scala and Python and can be run if the prerequisites are satisfied.

Prerequisites

Instructions

  • To run an example in Python run spark-submit --packages io.delta:delta-spark_2.12:{Delta Lake version} PATH/TO/EXAMPLE
  • To run the Scala examples, cd examples/scala and run ./build/sbt "runMain example.{Example class name}" e.g. ./build/sbt "runMain example.Quickstart"