Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 648 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 648 Bytes

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-core_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"