This is an automated email from the ASF dual-hosted git repository.
morningman 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 517795fc6f7 [doc] zh release-3.1.0: add missing H4 groupings under
Federated Analytics (#3773)
517795fc6f7 is described below
commit 517795fc6f728622626e83e49842eb351a993888
Author: boluor <[email protected]>
AuthorDate: Mon May 25 13:02:09 2026 -0700
[doc] zh release-3.1.0: add missing H4 groupings under Federated Analytics
(#3773)
## Summary
The zh \`release-3.1.0.md\` page covered all four feature items under
\`### 联邦分析\` but did not carry the two H4 groupings that the EN page
uses to organise them:
- \`#### 1. More Flexible Data Lake Rest Catalog Support\` — groups the
Iceberg / Paimon REST Catalog items
- \`#### 2. More Powerful Hadoop Ecosystem Support\` — groups the
multi-Kerberos and multi-Hadoop environment items
Add the two H4 headings (\`#### 1. 数据湖 Rest Catalog 支持更灵活\` and \`####
2. Hadoop 生态支持更强\`) in zh so the section nesting matches EN. No bullet
content changes — the existing four bold-tagged items now sit under the
right grouping.
Other H3 structure across this page (VARIANT subsections, Inverted
Index, Storage Engine, Query Performance, Feature Improvements,
Behavioral Changes) already aligns with EN.
## Test plan
- [x] \`grep '^####'\` in the zh page now returns the two new H4s in the
Lakehouse section
Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
---
.../current/v3.1/release-3.1.0.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/v3.1/release-3.1.0.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/v3.1/release-3.1.0.md
index 16f22fc6a45..cb440b6f89d 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/v3.1/release-3.1.0.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-releases/current/v3.1/release-3.1.0.md
@@ -470,6 +470,8 @@ ORDER BY new_total_size_mb DESC;
3.1 版本重构了各个数据源的连接属性,不仅能够以更加清晰的方式对接各类元数据服务和数据存储系统,同时还支持了更加丰富的连接能力。
+#### 1. 数据湖 Rest Catalog 支持更灵活
+
**Iceberg Rest Catalog**
3.1 版本进一步增强了对 Iceberg Rest Catalog 的支持。不仅支持了包括 Unity、Polaris、Gravitino、Glue
等多种 Iceberg Rest Catalog 后端实现,同时支持了 vended credentials 功能,能够更加安全、灵活的管理访问凭证。目前支持
AWS 平台,后续小版本迭代中将陆续支持 GCP、Azure 等云平台的凭证管理。
@@ -482,6 +484,8 @@ ORDER BY new_total_size_mb DESC;
详情参考[文档](https://doris.apache.org/docs/lakehouse/best-practices/doris-dlf-paimon)
+#### 2. Hadoop 生态支持更强
+
**多 Kerberos 环境支持**
3.1 版本允许用户在同一个 Doris 集群内访问不同的 Kerberos 认证环境。不同的 Kerberos 环境可能采用不同的 KDC
服务、Principal 以及对应的 Keytab。新版本允许针对不同的 Catalog,配置不同的 Kerberos
认证信息,并且相互之间不受干扰。该功能极大的方便了拥有多套 Kerberos 认证环境的用户,可以使用 Doris 进行统一的访问管理。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]