This is an automated email from the ASF dual-hosted git repository. dataroaring 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 143b085b7a0 [fix] fix some typos (#1608) 143b085b7a0 is described below commit 143b085b7a0a5e6064dbca8ca970f53b689e17a5 Author: Yongqiang YANG <yangyongqi...@selectdb.com> AuthorDate: Wed Dec 25 21:35:26 2024 +0800 [fix] fix some typos (#1608) ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --------- Co-authored-by: Yongqiang YANG <yangyogqi...@selectdb.com> Co-authored-by: KassieZ <139741991+kass...@users.noreply.github.com> --- docs/gettingStarted/what-is-apache-doris.md | 4 ++-- .../version-3.0/gettingStarted/what-is-apache-doris.md | 2 +- versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.0.md | 2 +- versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.0.md | 2 +- versioned_docs/version-2.1/gettingStarted/what-is-apache-doris.md | 6 +++--- versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.0.md | 2 +- versioned_docs/version-3.0/gettingStarted/what-is-apache-doris.md | 6 +++--- versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.0.md | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/gettingStarted/what-is-apache-doris.md b/docs/gettingStarted/what-is-apache-doris.md index aeacf6ce4fa..9ed4845a2fb 100644 --- a/docs/gettingStarted/what-is-apache-doris.md +++ b/docs/gettingStarted/what-is-apache-doris.md @@ -1,7 +1,7 @@ --- { -'title': 'Apache Doris 简介', -'language': 'zh-CN' +'title': 'Introduction to Apache Doris', +'language': 'en' } --- diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/what-is-apache-doris.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/what-is-apache-doris.md index f0b4571f4c6..94bff83de88 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/what-is-apache-doris.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/gettingStarted/what-is-apache-doris.md @@ -1,6 +1,6 @@ --- { -'title': 'Apache Doris 简介', +'title': 'Apache Doris 简介', 'language': 'zh-CN' } --- diff --git a/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.0.md b/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.0.md index baa62b37e1e..55675a48de9 100644 --- a/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.0.md +++ b/versioned_docs/version-1.2/releasenotes/v3.0/release-3.0.0.md @@ -27,7 +27,7 @@ under the License. We are excited to announce the release of Apache Doris 3.0! -**Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] +**Starting from version 3.0, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] Version 3.0 marks a milestone in the evolution of Apache Doris towards a unified data lake and data warehouse architecture. This version introduces the ability to write data back to data lakes, allowing users to perform data analysis, sharing, processing, and storage operations across multiple data sources within Apache Doris. With capabilities such as asynchronous materialized views, Apache Doris can serve as a unified data processing engine for enterprises, helping users better manage [...] diff --git a/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.0.md b/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.0.md index baa62b37e1e..55675a48de9 100644 --- a/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.0.md +++ b/versioned_docs/version-2.0/releasenotes/v3.0/release-3.0.0.md @@ -27,7 +27,7 @@ under the License. We are excited to announce the release of Apache Doris 3.0! -**Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] +**Starting from version 3.0, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] Version 3.0 marks a milestone in the evolution of Apache Doris towards a unified data lake and data warehouse architecture. This version introduces the ability to write data back to data lakes, allowing users to perform data analysis, sharing, processing, and storage operations across multiple data sources within Apache Doris. With capabilities such as asynchronous materialized views, Apache Doris can serve as a unified data processing engine for enterprises, helping users better manage [...] 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 7d6b16c1f73..b7c78172ef9 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 @@ -1,7 +1,7 @@ --- { -'title': 'Apache Doris 简介', -'language': 'zh-CN' +'title': 'Introduction to Apache Doris', +'language': 'en' } --- @@ -37,7 +37,7 @@ Apache Doris has a wide user base. It has been used in production environments o As shown in the figure below, after various data integrations and processing, data sources are typically ingested into the real-time data warehouse Doris and offline lakehouses (such as Hive, Iceberg, and Hudi). These are widely used in OLAP analysis scenarios. - + Apache Doris is widely used in the following scenarios: diff --git a/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.0.md b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.0.md index baa62b37e1e..55675a48de9 100644 --- a/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.0.md +++ b/versioned_docs/version-2.1/releasenotes/v3.0/release-3.0.0.md @@ -27,7 +27,7 @@ under the License. We are excited to announce the release of Apache Doris 3.0! -**Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] +**Starting from version 3.0, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] Version 3.0 marks a milestone in the evolution of Apache Doris towards a unified data lake and data warehouse architecture. This version introduces the ability to write data back to data lakes, allowing users to perform data analysis, sharing, processing, and storage operations across multiple data sources within Apache Doris. With capabilities such as asynchronous materialized views, Apache Doris can serve as a unified data processing engine for enterprises, helping users better manage [...] 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 aeacf6ce4fa..5353017b4f5 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 @@ -1,7 +1,7 @@ --- { -'title': 'Apache Doris 简介', -'language': 'zh-CN' +'title': 'Introduction to Apache Doris', +'language': 'en' } --- @@ -37,7 +37,7 @@ Apache Doris has a wide user base. It has been used in production environments o As shown in the figure below, after various data integrations and processing, data sources are typically ingested into the real-time data warehouse Doris and offline lakehouses (such as Hive, Iceberg, and Hudi). These are widely used in OLAP analysis scenarios. - + Apache Doris is widely used in the following scenarios: diff --git a/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.0.md b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.0.md index baa62b37e1e..55675a48de9 100644 --- a/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.0.md +++ b/versioned_docs/version-3.0/releasenotes/v3.0/release-3.0.0.md @@ -27,7 +27,7 @@ under the License. We are excited to announce the release of Apache Doris 3.0! -**Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] +**Starting from version 3.0, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. Additionally, users can take advantage of low-cost shared storage systems such as object storage or HDFS to [...] Version 3.0 marks a milestone in the evolution of Apache Doris towards a unified data lake and data warehouse architecture. This version introduces the ability to write data back to data lakes, allowing users to perform data analysis, sharing, processing, and storage operations across multiple data sources within Apache Doris. With capabilities such as asynchronous materialized views, Apache Doris can serve as a unified data processing engine for enterprises, helping users better manage [...] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org