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

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 390caf226175 [doc](iceberg) update iceberg doc (#424)
390caf226175 is described below

commit 390caf226175ba7b005c74caac018cf06487302d
Author: Mingyu Chen <[email protected]>
AuthorDate: Fri Mar 22 09:57:27 2024 +0800

    [doc](iceberg) update iceberg doc (#424)
---
 docs/lakehouse/multi-catalog/iceberg.md                               | 4 ++++
 .../current/lakehouse/multi-catalog/iceberg.md                        | 4 ++++
 .../version-2.1/lakehouse/multi-catalog/iceberg.md                    | 4 ++++
 versioned_docs/version-2.1/lakehouse/multi-catalog/iceberg.md         | 4 ++++
 4 files changed, 16 insertions(+)

diff --git a/docs/lakehouse/multi-catalog/iceberg.md 
b/docs/lakehouse/multi-catalog/iceberg.md
index 51c3ddf3d894..5941dcfd6af4 100644
--- a/docs/lakehouse/multi-catalog/iceberg.md
+++ b/docs/lakehouse/multi-catalog/iceberg.md
@@ -57,6 +57,10 @@ Use the Iceberg API to access metadata, and support services 
such as Hadoop File
 
 #### Hadoop Catalog
 
+> Note: The path of `warehouse` should point to the parent path of `Database` 
level.
+>
+> Eg: If you path is like `s3://bucket/path/to/db1/table1`, the `warehouse` 
should be `s3://bucket/path/to/`
+
 ```sql
 CREATE CATALOG iceberg_hadoop PROPERTIES (
     'type'='iceberg',
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/multi-catalog/iceberg.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/multi-catalog/iceberg.md
index 78c233bfb1a5..032fcb9eacfa 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/multi-catalog/iceberg.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/multi-catalog/iceberg.md
@@ -57,6 +57,10 @@ CREATE CATALOG iceberg PROPERTIES (
 
 #### Hadoop Catalog
 
+> 注意:`warehouse` 的路径必须指向 `Database` 路径的上一级。
+>
+> 示例:如果你的表路径是:`s3://bucket/path/to/db1/table1`,那么 `warehouse` 
应该是:`s3://bucket/path/to/`
+
 ```sql
 CREATE CATALOG iceberg_hadoop PROPERTIES (
     'type'='iceberg',
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/multi-catalog/iceberg.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/multi-catalog/iceberg.md
index 78c233bfb1a5..032fcb9eacfa 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/multi-catalog/iceberg.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/multi-catalog/iceberg.md
@@ -57,6 +57,10 @@ CREATE CATALOG iceberg PROPERTIES (
 
 #### Hadoop Catalog
 
+> 注意:`warehouse` 的路径必须指向 `Database` 路径的上一级。
+>
+> 示例:如果你的表路径是:`s3://bucket/path/to/db1/table1`,那么 `warehouse` 
应该是:`s3://bucket/path/to/`
+
 ```sql
 CREATE CATALOG iceberg_hadoop PROPERTIES (
     'type'='iceberg',
diff --git a/versioned_docs/version-2.1/lakehouse/multi-catalog/iceberg.md 
b/versioned_docs/version-2.1/lakehouse/multi-catalog/iceberg.md
index 51c3ddf3d894..5941dcfd6af4 100644
--- a/versioned_docs/version-2.1/lakehouse/multi-catalog/iceberg.md
+++ b/versioned_docs/version-2.1/lakehouse/multi-catalog/iceberg.md
@@ -57,6 +57,10 @@ Use the Iceberg API to access metadata, and support services 
such as Hadoop File
 
 #### Hadoop Catalog
 
+> Note: The path of `warehouse` should point to the parent path of `Database` 
level.
+>
+> Eg: If you path is like `s3://bucket/path/to/db1/table1`, the `warehouse` 
should be `s3://bucket/path/to/`
+
 ```sql
 CREATE CATALOG iceberg_hadoop PROPERTIES (
     'type'='iceberg',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to