From 496e51e7113424e8284bb2deadabfd3362eaf8a8 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 22 Dec 2024 12:21:34 -0800 Subject: [PATCH] formatting --- site/docs/spark-quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/spark-quickstart.md b/site/docs/spark-quickstart.md index 8ece7e00056a..3e52679e297e 100644 --- a/site/docs/spark-quickstart.md +++ b/site/docs/spark-quickstart.md @@ -289,6 +289,7 @@ To learn more, check out the [Catalog](docs/latest/spark-configuration.md#catalo The JDBC catalog stores Iceberg table metadata in a relational database. This configuration creates a JDBC-based catalog named `local` for tables under `$PWD/warehouse` and adds support for Iceberg tables to Spark's built-in catalog. + The JDBC catalog uses file-based SQLite database as the backend. === "CLI" @@ -327,6 +328,7 @@ The JDBC catalog uses file-based SQLite database as the backend. The REST catalog provides a language-agnostic way to manage Iceberg tables through a RESTful service. This configuration creates a REST-based catalog named `rest` for tables under `s3://warehouse/` and adds support for Iceberg tables to Spark's built-in catalog. + The REST catalog uses the `apache/iceberg-rest-fixture` docker container from the `docker-compose.yml` above as the backend service with MinIO for S3-compatible storage. === "CLI"