You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/11/21 14:27:16 UTC

[iceberg] 01/01: Docs: Select the right catalog

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch fd-docs-patch
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 8eed255178e6646bc74025f5fd3adb286a169097
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Nov 21 15:27:08 2022 +0100

    Docs: Select the right catalog
    
    I copy pasted the example, but still had to select the catalog.
---
 docs/aws.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/aws.md b/docs/aws.md
index 1e0b687a22..2b84cbf889 100644
--- a/docs/aws.md
+++ b/docs/aws.md
@@ -68,6 +68,7 @@ done
 
 # start Spark SQL client shell
 spark-sql --packages $DEPENDENCIES \
+    --conf spark.sql.defaultCatalog=my_catalog \
     --conf spark.sql.catalog.my_catalog=org.apache.iceberg.spark.SparkCatalog \
     --conf spark.sql.catalog.my_catalog.warehouse=s3://my-bucket/my/key/prefix \
     --conf spark.sql.catalog.my_catalog.catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog \