Spark Quick Start
This guide provides a quick peek at Hudi's capabilities using Spark. Using Spark Datasource APIs(both scala and python) and using Spark SQL, we will walk through code snippets that allows you to insert, update, delete and query a Hudi table.
Setup
Hudi works with Spark 3.3 and above versions. You can follow instructions here for setting up Spark.