Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Dec 22, 2024
1 parent 75ba06f commit 496e51e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/spark-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 496e51e

Please sign in to comment.