This is an automated email from the ASF dual-hosted git repository. kassiez 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 770e552322f [fix] Fix typo of what is apache doris and MaxCompute (#2209) 770e552322f is described below commit 770e552322fc3bd7c59d20bcbf7859649af4be72 Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Fri Mar 28 21:32:37 2025 +0800 [fix] Fix typo of what is apache doris and MaxCompute (#2209) ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- blog/release-2.0.2.md | 4 ++-- blog/release-note-2.0.3.md | 2 +- blog/release-note-3.0.3.md | 2 +- docs/gettingStarted/what-is-apache-doris.md | 6 +++--- docs/releasenotes/v2.0/release-2.0.2.md | 4 ++-- docs/releasenotes/v2.0/release-2.0.3.md | 2 +- docs/releasenotes/v3.0/release-3.0.3.md | 2 +- .../current/lakehouse/catalogs/maxcompute-catalog.md | 4 ++-- .../current/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-1.2/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-2.0/lakehouse/database/max-compute.md | 12 ++++++------ .../version-2.0/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-2.1/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-3.0/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-1.2/releasenotes/v2.0/release-2.0.2.md | 4 ++-- .../version-1.2/releasenotes/v2.0/release-2.0.3.md | 2 +- .../version-1.2/releasenotes/v3.0/release-3.0.3.md | 2 +- versioned_docs/version-2.0/lakehouse/database/max-compute.md | 11 +++++------ .../version-2.0/releasenotes/v2.0/release-2.0.2.md | 4 ++-- .../version-2.0/releasenotes/v2.0/release-2.0.3.md | 2 +- .../version-2.0/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-2.1/gettingStarted/what-is-apache-doris.md | 6 +++--- versioned_docs/version-2.1/lakehouse/database/max-compute.md | 3 +-- .../version-2.1/releasenotes/v2.0/release-2.0.2.md | 4 ++-- .../version-2.1/releasenotes/v2.0/release-2.0.3.md | 2 +- .../version-2.1/releasenotes/v3.0/release-3.0.3.md | 2 +- .../version-3.0/gettingStarted/what-is-apache-doris.md | 6 +++--- versioned_docs/version-3.0/lakehouse/database/max-compute.md | 4 ++-- .../version-3.0/releasenotes/v2.0/release-2.0.2.md | 4 ++-- .../version-3.0/releasenotes/v2.0/release-2.0.3.md | 2 +- .../version-3.0/releasenotes/v3.0/release-3.0.3.md | 2 +- 31 files changed, 54 insertions(+), 56 deletions(-) diff --git a/blog/release-2.0.2.md b/blog/release-2.0.2.md index faf9b0e6fa6..36ff7a31cee 100644 --- a/blog/release-2.0.2.md +++ b/blog/release-2.0.2.md @@ -67,7 +67,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -76,7 +76,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/blog/release-note-2.0.3.md b/blog/release-note-2.0.3.md index cdd43958245..35abc4a13a1 100644 --- a/blog/release-note-2.0.3.md +++ b/blog/release-note-2.0.3.md @@ -195,7 +195,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/blog/release-note-3.0.3.md b/blog/release-note-3.0.3.md index df6ceceb1ca..ed4d0b5708a 100644 --- a/blog/release-note-3.0.3.md +++ b/blog/release-note-3.0.3.md @@ -102,7 +102,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) diff --git a/docs/gettingStarted/what-is-apache-doris.md b/docs/gettingStarted/what-is-apache-doris.md index 6519a944ca8..112e86d8463 100644 --- a/docs/gettingStarted/what-is-apache-doris.md +++ b/docs/gettingStarted/what-is-apache-doris.md @@ -27,7 +27,7 @@ under the License. ## What's Apache Doris -Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrent point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e- [...] +Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrency point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e [...] Apache Doris, formerly known as Palo, was initially created to support Baidu's ad reporting business. It was officially open-sourced in 2017 and donated by Baidu to the Apache Software Foundation in July 2018, where it was operated by members of the incubator project management committee under the guidance of Apache mentors. In June 2022, Apache Doris graduated from the Apache incubator as a Top-Level Project. By 2024, the Apache Doris community has gathered more than 600 contributors fr [...] @@ -45,9 +45,9 @@ Apache Doris is widely used in the following scenarios: - **Real-time Reporting and Decision-making**: Doris provides real-time updated reports and dashboards for both internal and external enterprise use, supporting real-time decision-making in automated processes. - - **AD Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. + - **Ad Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. - - **User Profiling and Behavior Analysis**: Doris can analyze user behavior such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behavior analysis. + - **User Profiling and Behavior Analysis**: Doris can analyze user behavior such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behaviors analysis. - **Lakehouse Analytics**: diff --git a/docs/releasenotes/v2.0/release-2.0.2.md b/docs/releasenotes/v2.0/release-2.0.2.md index 3f8e89cddf9..4e0d5133462 100644 --- a/docs/releasenotes/v2.0/release-2.0.2.md +++ b/docs/releasenotes/v2.0/release-2.0.2.md @@ -63,7 +63,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -72,7 +72,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/docs/releasenotes/v2.0/release-2.0.3.md b/docs/releasenotes/v2.0/release-2.0.3.md index a716d6d711f..c81a0c9495b 100644 --- a/docs/releasenotes/v2.0/release-2.0.3.md +++ b/docs/releasenotes/v2.0/release-2.0.3.md @@ -190,7 +190,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/docs/releasenotes/v3.0/release-3.0.3.md b/docs/releasenotes/v3.0/release-3.0.3.md index b15777212b4..8ce628f1976 100644 --- a/docs/releasenotes/v3.0/release-3.0.3.md +++ b/docs/releasenotes/v3.0/release-3.0.3.md @@ -99,7 +99,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/maxcompute-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/maxcompute-catalog.md index 68f65b07b64..e101ed68936 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/maxcompute-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/maxcompute-catalog.md @@ -86,7 +86,7 @@ CREATE CATALOG [IF NOT EXISTS] catalog_name PROPERTIES ( ### 支持的 MaxCompute 版本 -仅支持公有云版本的 Max Compute。私有云版本支持请联系 Doris 社区支持。 +仅支持公有云版本的 MaxCompute。私有云版本支持请联系 Doris 社区支持。 ### 支持的 MaxCompute 表 @@ -96,7 +96,7 @@ CREATE CATALOG [IF NOT EXISTS] catalog_name PROPERTIES ( ## 列类型映射 -| Max Compute Type | Doris Type | Comment | +| MaxCompute Type | Doris Type | Comment | | ---------------- | ------------- | ---------------------------------------------------------------------------- | | bolean | boolean | | | tiny | tinyint | | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.3.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.3.md index 8a3ecbfa4f6..40090ed7d38 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.3.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/v3.0/release-3.0.3.md @@ -100,7 +100,7 @@ under the License. - 支持读取 OpenCSV 格式的 Hive 表。[#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - 优化了访问 External Catalog 中 `information_schema.columns` 表的性能。[#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- 使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。[#41614](https://github.com/apache/doris/pull/41614) +- 使用新的 MaxCompute 开放存储 API 访问 MaxCompute 数据源。[#41614](https://github.com/apache/doris/pull/41614) - 优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。[#43310](https://github.com/apache/doris/pull/43310) - 优化了 ORC 小文件的读取性能。[#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - 支持读取 brotli 压缩格式的 parquet 文件。[#42177](https://github.com/apache/doris/pull/42177) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/releasenotes/v3.0/release-3.0.3.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/releasenotes/v3.0/release-3.0.3.md index 8a3ecbfa4f6..40090ed7d38 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/releasenotes/v3.0/release-3.0.3.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/releasenotes/v3.0/release-3.0.3.md @@ -100,7 +100,7 @@ under the License. - 支持读取 OpenCSV 格式的 Hive 表。[#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - 优化了访问 External Catalog 中 `information_schema.columns` 表的性能。[#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- 使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。[#41614](https://github.com/apache/doris/pull/41614) +- 使用新的 MaxCompute 开放存储 API 访问 MaxCompute 数据源。[#41614](https://github.com/apache/doris/pull/41614) - 优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。[#43310](https://github.com/apache/doris/pull/43310) - 优化了 ORC 小文件的读取性能。[#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - 支持读取 brotli 压缩格式的 parquet 文件。[#42177](https://github.com/apache/doris/pull/42177) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/database/max-compute.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/database/max-compute.md index 931e7c10f43..19271627c7d 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/database/max-compute.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/database/max-compute.md @@ -31,7 +31,7 @@ MaxCompute 是阿里云上的企业级 SaaS(Software as a Service)模式云 [什么是 MaxCompute](https://help.aliyun.com/zh/maxcompute/product-overview/what-is-maxcompute?spm=a2c4g.11174283.0.i1) ::: -## 连接 Max Compute +## 连接 MaxCompute ```sql CREATE CATALOG mc PROPERTIES ( @@ -63,16 +63,16 @@ CREATE CATALOG mc PROPERTIES ( ## 自定义服务地址 -默认情况下,Max Compute Catalog 根据 region 去默认生成公网的 endpoint。 +默认情况下,MaxCompute Catalog 根据 region 去默认生成公网的 endpoint。 -除了默认的 endpoint 地址外,Max Compute Catalog 也支持在属性中自定义服务地址。 +除了默认的 endpoint 地址外,MaxCompute Catalog 也支持在属性中自定义服务地址。 使用以下两个属性: -* `mc.odps_endpoint`:Max Compute Endpoint。 +* `mc.odps_endpoint`:MaxCompute Endpoint。 -* `mc.tunnel_endpoint`: Tunnel Endpoint,Max Compute Catalog 使用 Tunnel SDK 获取数据。 +* `mc.tunnel_endpoint`: Tunnel Endpoint,MaxCompute Catalog 使用 Tunnel SDK 获取数据。 -Max Compute Endpoint 和 Tunnel Endpoint 的配置请参见[各地域及不同网络连接方式下的 Endpoint](https://help.aliyun.com/zh/maxcompute/user-guide/endpoints) +MaxCompute Endpoint 和 Tunnel Endpoint 的配置请参见[各地域及不同网络连接方式下的 Endpoint](https://help.aliyun.com/zh/maxcompute/user-guide/endpoints) 示例: diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v3.0/release-3.0.3.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v3.0/release-3.0.3.md index 8a3ecbfa4f6..40090ed7d38 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v3.0/release-3.0.3.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/releasenotes/v3.0/release-3.0.3.md @@ -100,7 +100,7 @@ under the License. - 支持读取 OpenCSV 格式的 Hive 表。[#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - 优化了访问 External Catalog 中 `information_schema.columns` 表的性能。[#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- 使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。[#41614](https://github.com/apache/doris/pull/41614) +- 使用新的 MaxCompute 开放存储 API 访问 MaxCompute 数据源。[#41614](https://github.com/apache/doris/pull/41614) - 优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。[#43310](https://github.com/apache/doris/pull/43310) - 优化了 ORC 小文件的读取性能。[#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - 支持读取 brotli 压缩格式的 parquet 文件。[#42177](https://github.com/apache/doris/pull/42177) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.3.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.3.md index 8a3ecbfa4f6..40090ed7d38 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.3.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/releasenotes/v3.0/release-3.0.3.md @@ -100,7 +100,7 @@ under the License. - 支持读取 OpenCSV 格式的 Hive 表。[#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - 优化了访问 External Catalog 中 `information_schema.columns` 表的性能。[#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- 使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。[#41614](https://github.com/apache/doris/pull/41614) +- 使用新的 MaxCompute 开放存储 API 访问 MaxCompute 数据源。[#41614](https://github.com/apache/doris/pull/41614) - 优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。[#43310](https://github.com/apache/doris/pull/43310) - 优化了 ORC 小文件的读取性能。[#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - 支持读取 brotli 压缩格式的 parquet 文件。[#42177](https://github.com/apache/doris/pull/42177) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.3.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.3.md index 8a3ecbfa4f6..40090ed7d38 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.3.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/releasenotes/v3.0/release-3.0.3.md @@ -100,7 +100,7 @@ under the License. - 支持读取 OpenCSV 格式的 Hive 表。[#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - 优化了访问 External Catalog 中 `information_schema.columns` 表的性能。[#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- 使用新的 Max Compute 开放存储 API 访问 Max Compute 数据源。[#41614](https://github.com/apache/doris/pull/41614) +- 使用新的 MaxCompute 开放存储 API 访问 MaxCompute 数据源。[#41614](https://github.com/apache/doris/pull/41614) - 优化了 Paimon 表 JNI 部分的调度策略,使得扫描任务更加均衡。[#43310](https://github.com/apache/doris/pull/43310) - 优化了 ORC 小文件的读取性能。[#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - 支持读取 brotli 压缩格式的 parquet 文件。[#42177](https://github.com/apache/doris/pull/42177) diff --git a/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.2.md b/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.2.md index d6c9e0e5a97..4ec2e0b5603 100644 --- a/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.2.md +++ b/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.2.md @@ -63,7 +63,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -72,7 +72,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.3.md b/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.3.md index a716d6d711f..c81a0c9495b 100644 --- a/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.3.md +++ b/versioned_docs/version-1.2/releasenotes/v2.0/release-2.0.3.md @@ -190,7 +190,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.3.md b/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.3.md index b15777212b4..8ce628f1976 100644 --- a/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.3.md +++ b/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.3.md @@ -99,7 +99,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) diff --git a/versioned_docs/version-2.0/lakehouse/database/max-compute.md b/versioned_docs/version-2.0/lakehouse/database/max-compute.md index 65295f4ade9..65252b7f77a 100644 --- a/versioned_docs/version-2.0/lakehouse/database/max-compute.md +++ b/versioned_docs/version-2.0/lakehouse/database/max-compute.md @@ -1,6 +1,6 @@ --- { - "title": "Alibaba Cloud Max Compute", + "title": "MaxCompute", "language": "en" } --- @@ -25,7 +25,6 @@ under the License. --> -# Alibaba Cloud MaxCompute MaxCompute (previously known as ODPS) is a data warehousing solution that can process terabytes or petabytes of data. @@ -61,13 +60,13 @@ Consistent with Hive Catalog, please refer to the **column type mapping** sectio The region property is specified to generate a default endpoint of public network. -In addition to default endpoint addresses, Max Compute Catalog also supports custom service addresses in properties. +In addition to default endpoint addresses, MaxCompute Catalog also supports custom service addresses in properties. Use the following properties: -* `mc.odps_endpoint`:Max Compute Endpoint。 -* `mc.tunnel_endpoint`: Tunnel Endpoint,Max Compute Catalog uses the Tunnel SDK to obtain data. +* `mc.odps_endpoint`:MaxCompute Endpoint。 +* `mc.tunnel_endpoint`: Tunnel Endpoint,MaxCompute Catalog uses the Tunnel SDK to obtain data. -For more information about Max Compute Endpoint and Tunnel Endpoint that are used in different regions and network connection modes, see [Endpoint](https://www.alibabacloud.com/help/en/maxcompute/user-guide/endpoints) +For more information about MaxCompute Endpoint and Tunnel Endpoint that are used in different regions and network connection modes, see [Endpoint](https://www.alibabacloud.com/help/en/maxcompute/user-guide/endpoints) For example: diff --git a/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.2.md b/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.2.md index 3f8e89cddf9..4e0d5133462 100644 --- a/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.2.md +++ b/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.2.md @@ -63,7 +63,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -72,7 +72,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.3.md b/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.3.md index a716d6d711f..c81a0c9495b 100644 --- a/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.3.md +++ b/versioned_docs/version-2.0/releasenotes/v2.0/release-2.0.3.md @@ -190,7 +190,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.3.md b/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.3.md index b15777212b4..8ce628f1976 100644 --- a/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.3.md +++ b/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.3.md @@ -99,7 +99,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) diff --git a/versioned_docs/version-2.1/gettingStarted/what-is-apache-doris.md b/versioned_docs/version-2.1/gettingStarted/what-is-apache-doris.md index a9d9e675982..4f3356dc923 100644 --- a/versioned_docs/version-2.1/gettingStarted/what-is-apache-doris.md +++ b/versioned_docs/version-2.1/gettingStarted/what-is-apache-doris.md @@ -27,7 +27,7 @@ under the License. ## What's Apache Doris -Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrent point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e- [...] +Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrency point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e [...] Apache Doris, formerly known as Palo, was initially created to support Baidu's ad reporting business. It was officially open-sourced in 2017 and donated by Baidu to the Apache Software Foundation in July 2018, where it was operated by members of the incubator project management committee under the guidance of Apache mentors. In June 2022, Apache Doris graduated from the Apache incubator as a Top-Level Project. By 2024, the Apache Doris community has gathered more than 600 contributors fr [...] @@ -45,9 +45,9 @@ Apache Doris is widely used in the following scenarios: - **Real-time Reporting and Decision-making**: Doris provides real-time updated reports and dashboards for both internal and external enterprise use, supporting real-time decision-making in automated processes. - - **AD Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. + - **Ad Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. - - **User Profiling and Behavior Analysis**: Doris can analyze user behavior such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behavior analysis. + - **User Profiling and Behavior Analysis**: Doris can analyze user behaviors such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behavior analysis. - **Lakehouse Analytics**: diff --git a/versioned_docs/version-2.1/lakehouse/database/max-compute.md b/versioned_docs/version-2.1/lakehouse/database/max-compute.md index 62e5e14d24d..99be7cf2565 100644 --- a/versioned_docs/version-2.1/lakehouse/database/max-compute.md +++ b/versioned_docs/version-2.1/lakehouse/database/max-compute.md @@ -1,6 +1,6 @@ --- { - "title": "Alibaba Cloud Max Compute", + "title": "MaxCompute", "language": "en" } --- @@ -25,7 +25,6 @@ under the License. --> -# Alibaba Cloud MaxCompute MaxCompute is an enterprise-level SaaS (Software as a Service) cloud data warehouse on Alibaba Cloud. diff --git a/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.2.md b/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.2.md index 3f8e89cddf9..4e0d5133462 100644 --- a/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.2.md +++ b/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.2.md @@ -63,7 +63,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -72,7 +72,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.3.md b/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.3.md index a716d6d711f..c81a0c9495b 100644 --- a/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.3.md +++ b/versioned_docs/version-2.1/releasenotes/v2.0/release-2.0.3.md @@ -190,7 +190,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.3.md b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.3.md index b15777212b4..8ce628f1976 100644 --- a/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.3.md +++ b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.3.md @@ -99,7 +99,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) diff --git a/versioned_docs/version-3.0/gettingStarted/what-is-apache-doris.md b/versioned_docs/version-3.0/gettingStarted/what-is-apache-doris.md index 6519a944ca8..15847a98acd 100644 --- a/versioned_docs/version-3.0/gettingStarted/what-is-apache-doris.md +++ b/versioned_docs/version-3.0/gettingStarted/what-is-apache-doris.md @@ -27,7 +27,7 @@ under the License. ## What's Apache Doris -Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrent point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e- [...] +Apache Doris is an MPP-based real-time data warehouse known for its high query speed. For queries on large datasets, it returns results in sub-seconds. It supports both high-concurrency point queries and high-throughput complex analysis. It can be used for report analysis, ad-hoc queries, unified data warehouse, and data lake query acceleration. Based on Apache Doris, users can build applications for user behavior analysis, A/B testing platform, log analysis, user profile analysis, and e [...] Apache Doris, formerly known as Palo, was initially created to support Baidu's ad reporting business. It was officially open-sourced in 2017 and donated by Baidu to the Apache Software Foundation in July 2018, where it was operated by members of the incubator project management committee under the guidance of Apache mentors. In June 2022, Apache Doris graduated from the Apache incubator as a Top-Level Project. By 2024, the Apache Doris community has gathered more than 600 contributors fr [...] @@ -45,9 +45,9 @@ Apache Doris is widely used in the following scenarios: - **Real-time Reporting and Decision-making**: Doris provides real-time updated reports and dashboards for both internal and external enterprise use, supporting real-time decision-making in automated processes. - - **AD Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. + - **Ad Hoc Analysis**: Doris offers multidimensional data analysis capabilities, enabling rapid business intelligence analysis and ad hoc queries to help users quickly uncover insights from complex data. - - **User Profiling and Behavior Analysis**: Doris can analyze user behavior such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behavior analysis. + - **User Profiling and Behavior Analysis**: Doris can analyze user behaviors such as participation, retention, and conversion, while also supporting scenarios like population insights and crowd selection for behavior analysis. - **Lakehouse Analytics**: diff --git a/versioned_docs/version-3.0/lakehouse/database/max-compute.md b/versioned_docs/version-3.0/lakehouse/database/max-compute.md index 6e39e978afe..94f270a3419 100644 --- a/versioned_docs/version-3.0/lakehouse/database/max-compute.md +++ b/versioned_docs/version-3.0/lakehouse/database/max-compute.md @@ -1,6 +1,6 @@ --- { - "title": "Alibaba Cloud Max Compute", + "title": "MaxCompute", "language": "en" } --- @@ -25,7 +25,7 @@ under the License. --> -# Alibaba Cloud MaxCompute + MaxCompute is an enterprise-level SaaS (Software as a Service) cloud data warehouse on Alibaba Cloud. diff --git a/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.2.md b/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.2.md index 3f8e89cddf9..4e0d5133462 100644 --- a/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.2.md +++ b/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.2.md @@ -63,7 +63,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav - [Support basic jdbc external table stats collection. #23965](https://github.com/apache/doris/pull/23965) - [Skip unknown col stats check on __internal_scheam and information_schema #24625](https://github.com/apache/doris/pull/24625) -### Better support for JDBC, HDFS, Hive, MySQL, Max Compute, Multi-Catalog +### Better support for JDBC, HDFS, Hive, MySQL, MaxCompute, Multi-Catalog - [Support hadoop viewfs. #24168](https://github.com/apache/doris/pull/24168) - [Avoid calling checksum when replaying creating jdbc catalog and fix ranger issue #22369](https://github.com/apache/doris/pull/22369) @@ -72,7 +72,7 @@ Thanks to our community users and developers, 489 improvements and bug fixes hav Improve property check and error message for JDBC catalog - [Fix mc decimal type parse, fix wrong obj location #24242](https://github.com/apache/doris/pull/24242) - Fix some issues for Max Compute catalog + Fix some issues for MaxCompute catalog - [Support sql cache for hms catalog #23391](https://github.com/apache/doris/pull/23391) SQL cache for Hive catalog diff --git a/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.3.md b/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.3.md index a716d6d711f..c81a0c9495b 100644 --- a/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.3.md +++ b/versioned_docs/version-3.0/releasenotes/v2.0/release-2.0.3.md @@ -190,7 +190,7 @@ Distributed replica management improvements include skipping partition deletion, - https://github.com/apache/doris/pull/27108 - Fix compatibility issues of different hive metastore versions - https://github.com/apache/doris/pull/27327 -- Fix an error reading max compute partition table +- Fix an error reading MaxCompute partition table - https://github.com/apache/doris/pull/24911 - Fix the issue that backup to object storage failed - https://github.com/apache/doris/pull/25496 diff --git a/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.3.md b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.3.md index b15777212b4..8ce628f1976 100644 --- a/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.3.md +++ b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.3.md @@ -99,7 +99,7 @@ Dear community members, the Apache Doris 3.0.3 version was officially released o - Supported reading of Hive tables in OpenCSV format. [#42257](https://github.com/apache/doris/pull/42257) [#42942](https://github.com/apache/doris/pull/42942) - Optimized the performance of accessing the `information_schema.columns` table in External Catalog. [#41659](https://github.com/apache/doris/pull/41659) [#41962](https://github.com/apache/doris/pull/41962) -- Used the new Max Compute open storage API to access Max Compute data sources. [#41614](https://github.com/apache/doris/pull/41614) +- Used the new MaxCompute open storage API to access MaxCompute data sources. [#41614](https://github.com/apache/doris/pull/41614) - Optimized the scheduling policy of the JNI part of Paimon tables, making scan tasks more balanced. [#43310](https://github.com/apache/doris/pull/43310) - Optimized the read performance of small ORC files. [#42004](https://github.com/apache/doris/pull/42004) [#43467](https://github.com/apache/doris/pull/43467) - Supported reading of parquet files in brotli compressed format. [#42177](https://github.com/apache/doris/pull/42177) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org