morningman commented on code in PR #2179:
URL: https://github.com/apache/doris-website/pull/2179#discussion_r2036482566


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md:
##########
@@ -192,6 +192,35 @@ CREATE CATALOG paimon_dlf PROPERTIES (
 );
 ```
 
+### Paimon on Google Dataproc Metastore
+
+```sql
+CREATE CATALOG `paimon_gms` PROPERTIES (
+    "type" = "paimon",
+    "paimon.catalog.type" = "hms",
+    "hive.metastore.uris" = "thrift://ip:port",
+    "warehouse" = "gs://bucket/warehouse",
+    "s3.access_key" = "ak",
+    "s3.secret_key" = "sk",
+    "s3.region" = "region",
+    "s3.endpoint" = "storage.googleapis.com",
+    "ipc.client.fallback-to-simple-auth-allowed" = "true"

Review Comment:
   remove this. same for other example



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to