This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new ff4194ede [AMORO-3570] Add Rest Catalog configuration documentation
(#3597)
ff4194ede is described below
commit ff4194edef9ca26df3bd5dbc0480bd1ae8afb751
Author: zhangwl9 <[email protected]>
AuthorDate: Mon Jun 9 20:32:01 2025 +0800
[AMORO-3570] Add Rest Catalog configuration documentation (#3597)
Add Rest Catalog configuration documentation
Co-authored-by: 张文领 <[email protected]>
---
docs/admin-guides/managing-catalogs.md | 10 ++++++++++
docs/images/admin/create-rest_catalog.png | Bin 0 -> 49616 bytes
2 files changed, 10 insertions(+)
diff --git a/docs/admin-guides/managing-catalogs.md
b/docs/admin-guides/managing-catalogs.md
index 94e5eee55..c29abb671 100644
--- a/docs/admin-guides/managing-catalogs.md
+++ b/docs/admin-guides/managing-catalogs.md
@@ -76,6 +76,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.
+## REST Catalog
+When a user needs to create a Iceberg 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's REST Catalog
+When a user needs to create a Nessie Rest Catalog, they can also set
**catalog-impl=org.apache.iceberg.nessie.NessieCatalog** on top of the above
parameters.
+
## Delete catalog
When a user needs to delete a Catalog, they can go to the details page of the
Catalog and click the Remove button at the bottom of the page to perform the
deletion.
diff --git a/docs/images/admin/create-rest_catalog.png
b/docs/images/admin/create-rest_catalog.png
new file mode 100644
index 000000000..b8b41bb07
Binary files /dev/null and b/docs/images/admin/create-rest_catalog.png differ