This is an automated email from the ASF dual-hosted git repository.
kirs 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 7409f9d6b6b [chore]Fix catalog typo (#2911)
7409f9d6b6b is described below
commit 7409f9d6b6be5e9e15b3ebafb26be826ebc9ae8f
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Sep 24 17:40:24 2025 +0800
[chore]Fix catalog typo (#2911)
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/lakehouse/metastores/aws-glue.md | 4 ++--
.../current/lakehouse/metastores/aws-glue.md | 4 ++--
.../version-2.1/lakehouse/metastores/aws-glue.md | 4 ++--
.../version-3.0/lakehouse/metastores/aws-glue.md | 4 ++--
versioned_docs/version-2.1/lakehouse/metastores/aws-glue.md | 4 ++--
versioned_docs/version-3.0/lakehouse/metastores/aws-glue.md | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/lakehouse/metastores/aws-glue.md
b/docs/lakehouse/metastores/aws-glue.md
index d9c9122b77d..be5f6fa868e 100644
--- a/docs/lakehouse/metastores/aws-glue.md
+++ b/docs/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog is used to access Hive tables through AWS
Glue's Hive Metastor
### Example
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog accesses Glue through the Glue Client.
Configuration parame
### Example
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metastores/aws-glue.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metastores/aws-glue.md
index bae453597d1..5ecbb0fe7e5 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metastores/aws-glue.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog 用于访问 Hive 表,通过 AWS Glue 的 Hive Metastore 兼
### 示例
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog 通过 Glue Client 访问 Glue。配置如下:
### 示例
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metastores/aws-glue.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metastores/aws-glue.md
index bae453597d1..5ecbb0fe7e5 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metastores/aws-glue.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog 用于访问 Hive 表,通过 AWS Glue 的 Hive Metastore 兼
### 示例
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog 通过 Glue Client 访问 Glue。配置如下:
### 示例
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metastores/aws-glue.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metastores/aws-glue.md
index bae453597d1..5ecbb0fe7e5 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metastores/aws-glue.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog 用于访问 Hive 表,通过 AWS Glue 的 Hive Metastore 兼
### 示例
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog 通过 Glue Client 访问 Glue。配置如下:
### 示例
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
diff --git a/versioned_docs/version-2.1/lakehouse/metastores/aws-glue.md
b/versioned_docs/version-2.1/lakehouse/metastores/aws-glue.md
index d9c9122b77d..be5f6fa868e 100644
--- a/versioned_docs/version-2.1/lakehouse/metastores/aws-glue.md
+++ b/versioned_docs/version-2.1/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog is used to access Hive tables through AWS
Glue's Hive Metastor
### Example
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog accesses Glue through the Glue Client.
Configuration parame
### Example
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
diff --git a/versioned_docs/version-3.0/lakehouse/metastores/aws-glue.md
b/versioned_docs/version-3.0/lakehouse/metastores/aws-glue.md
index d9c9122b77d..be5f6fa868e 100644
--- a/versioned_docs/version-3.0/lakehouse/metastores/aws-glue.md
+++ b/versioned_docs/version-3.0/lakehouse/metastores/aws-glue.md
@@ -38,7 +38,7 @@ Hive Glue Catalog is used to access Hive tables through AWS
Glue's Hive Metastor
### Example
```sql
-CREATE CATALOG hive_glue_catalog WITH (
+CREATE CATALOG hive_glue_catalog PROPERTIES (
'type' = 'hms',
'hive.metastore.type' = 'glue',
'glue.region' = 'us-east-1',
@@ -68,7 +68,7 @@ Iceberg Glue Catalog accesses Glue through the Glue Client.
Configuration parame
### Example
```sql
-CREATE CATALOG iceberg_glue_catalog WITH (
+CREATE CATALOG iceberg_glue_catalog PROPERTIES (
'type' = 'iceberg',
'iceberg.catalog.type' = 'glue',
'glue.region' = 'us-east-1',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]