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:15 UTC

[iceberg] branch fd-docs-patch created (now 8eed255178)

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

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


      at 8eed255178 Docs: Select the right catalog

This branch includes the following new commits:

     new 8eed255178 Docs: Select the right catalog

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by fo...@apache.org.
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 \