Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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"