xxubai commented on code in PR #3597: URL: https://github.com/apache/amoro/pull/3597#discussion_r2129021927
########## docs/admin-guides/managing-catalogs.md: ########## @@ -75,6 +75,16 @@ Common properties include: ### Configure table properties If you want to add the same table properties to all tables under a catalog, you can add these table properties here on the catalog level. If you also configure this property on the table level, the property on the table will take effect. +## Create Rest Catalog +When a user needs to create a Rest Catalog, they can choose **External Catalog Type**、**Custom Metastore Type**、**Iceberg Table Format**, configure properties include: +**catalog-impl=org.apache.iceberg.rest.RESTCatalog**, **uri=$restCatalog_uri**. + +After configuring the above parameters, the final result in the AMS frontend will look like this: + + +### Nessie Rest Catalog Review Comment: ```suggestion ### Nessie's REST Catalog ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
