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

adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 0440578a Add default region to spark client for quick start guide 
(#712)
0440578a is described below

commit 0440578abad4148b83255303856b0b343dc51359
Author: MonkeyCanCode <[email protected]>
AuthorDate: Sun Jan 12 13:34:52 2025 -0600

    Add default region to spark client for quick start guide (#712)
---
 site/content/in-dev/unreleased/quickstart.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site/content/in-dev/unreleased/quickstart.md 
b/site/content/in-dev/unreleased/quickstart.md
index 57f8e767..1cdb7dab 100644
--- a/site/content/in-dev/unreleased/quickstart.md
+++ b/site/content/in-dev/unreleased/quickstart.md
@@ -271,7 +271,8 @@ bin/spark-shell \
 --conf 
spark.sql.catalog.quickstart_catalog.uri=http://localhost:8181/api/catalog \
 --conf spark.sql.catalog.quickstart_catalog.credential='XXXX:YYYY' \
 --conf spark.sql.catalog.quickstart_catalog.scope='PRINCIPAL_ROLE:ALL' \
---conf spark.sql.catalog.quickstart_catalog.token-refresh-enabled=true
+--conf spark.sql.catalog.quickstart_catalog.token-refresh-enabled=true \
+--conf spark.sql.catalog.quickstart_catalog.client.region=us-west-2
 ```
 
 

Reply via email to