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 eb996c7a6dc (cloud) Update arm support of cloud mode (#1503) eb996c7a6dc is described below commit eb996c7a6dc41d07b17e709de3e468cb4862e0de Author: Gavin Chou <gavineaglec...@gmail.com> AuthorDate: Tue Dec 24 16:48:47 2024 +0800 (cloud) Update arm support of cloud mode (#1503) ## Versions - [x] dev - [x] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- .../compilation-and-deployment.md | 7 +++---- docs/install/source-install/compilation-arm.mdx | 2 +- .../compilation-and-deployment.md | 10 +++++----- .../install/source-install/compilation-arm.mdx | 2 +- .../compilation-and-deployment.md | 7 +++---- .../install/source-install/compilation-arm.mdx | 2 +- static/images/compute-storage-decoupled-zh.png | Bin 87614 -> 82794 bytes static/images/compute-storage-decoupled.png | Bin 142440 -> 142889 bytes .../compilation-and-deployment.md | 7 +++---- .../install/source-install/compilation-arm.mdx | 2 +- 10 files changed, 18 insertions(+), 21 deletions(-) diff --git a/docs/compute-storage-decoupled/compilation-and-deployment.md b/docs/compute-storage-decoupled/compilation-and-deployment.md index 786ffab0969..587d5feda69 100644 --- a/docs/compute-storage-decoupled/compilation-and-deployment.md +++ b/docs/compute-storage-decoupled/compilation-and-deployment.md @@ -95,16 +95,15 @@ export JAVA_HOME=${path_to_jdk_17} bin/start.sh --daemon ``` +The startup script returns a value of 0 to indicate that the startup was successful; otherwise, the startup fails. +Upon successful startup, the last line of the standard output text will be "doris_cloud start successfully." + *Stop Command* ``` shell bin/stop.sh ``` -*Verify Start* - -Check the `doris_cloud.out` file for the output message `successfully started`. - For production environment, please ensure that the total number of Meta Service is at least three. ## 4. Independent Deployment of Data Recycling Function (Optional) diff --git a/docs/install/source-install/compilation-arm.mdx b/docs/install/source-install/compilation-arm.mdx index 7bba7f230c3..2fceb2fb454 100644 --- a/docs/install/source-install/compilation-arm.mdx +++ b/docs/install/source-install/compilation-arm.mdx @@ -34,7 +34,7 @@ Note that this document is intended as a guide only. Other errors may occur when :::tip -Currently, this is not supported in the compute-storage decoupled mode. +Starting from version 3.0.3, support for compiling and deploying in compute-storage decoupled mode is provided. ::: diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/compilation-and-deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/compilation-and-deployment.md index 5892c665a93..bcc88028ea9 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/compilation-and-deployment.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/compilation-and-deployment.md @@ -95,16 +95,16 @@ export JAVA_HOME=${path_to_jdk_17} bin/start.sh --daemon ``` +启动脚本返回值为0表示启动成功, 否则启动失败. +启动成功同时标准输出的最后一行文本信息为"doris_clodu start successfully". + + *停止命令* ``` shell bin/stop.sh ``` -*验证启动* - -检查 `doris_cloud.out` 文件中是否有 `successfully started` 的输出信息。 - 生产环境中请确保至少有 3 个 Meta Service 节点。 ## 4. 数据回收功能独立部署(可选) @@ -305,4 +305,4 @@ SET <storage_vault_name> AS DEFAULT STORAGE VAULT ## 7. 注意事项 - 仅元数据操作功能的 Meta Service 进程应作为 FE 和 BE 的 `meta_service_endpoint` 配置目标。 -- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。 \ No newline at end of file +- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation-arm.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation-arm.mdx index a6c7020ec9f..a6b99c0205d 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation-arm.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation-arm.mdx @@ -34,7 +34,7 @@ import TabItem from '@theme/TabItem'; 注意,该文档仅作为指导性文档。在不同环境中编译可能出现其他错误。如遇问题,欢迎向 Doris [提出 Issue](https://github.com/apache/doris-website/issues) 或解决方案。 :::tip -目前还不支持存算分离模式编译部署 +从3.0.3版本开始支持存算分离模式编译部署 ::: ## 硬件/操作系统环境 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md index 787eab6f751..4f390b8537a 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md @@ -94,6 +94,8 @@ cloud_ssb:A83c8Y1S3ZbqHLL4P4HHNTTw0A83CuHj@127.0.0.1:4500 export JAVA_HOME=${path_to_jdk_17} bin/start.sh --daemon ``` +启动脚本返回值为0表示启动成功, 否则启动失败. +启动成功同时标准输出的最后一行文本信息为"doris_clodu start successfully". *停止命令* @@ -101,9 +103,6 @@ bin/start.sh --daemon bin/stop.sh ``` -*验证启动* - -检查 `doris_cloud.out` 文件中是否有 `successfully started` 的输出信息。 生产环境中请确保至少有 3 个 Meta Service 节点。 @@ -304,4 +303,4 @@ SET <storage_vault_name> AS DEFAULT STORAGE VAULT ## 7. 注意事项 - 仅元数据操作功能的 Meta Service 进程应作为 FE 和 BE 的 `meta_service_endpoint` 配置目标。 -- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。 \ No newline at end of file +- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/source-install/compilation-arm.mdx b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/source-install/compilation-arm.mdx index 84c8d880947..b40a26ae33e 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/source-install/compilation-arm.mdx +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/source-install/compilation-arm.mdx @@ -32,7 +32,7 @@ import TabItem from '@theme/TabItem'; 注意,该文档仅作为指导性文档。在不同环境中编译可能出现其他错误。如遇问题,欢迎向 Doris [提出 Issue](https://github.com/apache/doris/issues) 或解决方案。 :::tip -目前还不支持存算分离模式编译部署 +从3.0.3版本开始支持存算分离模式编译部署 ::: ## 硬件/操作系统环境 diff --git a/static/images/compute-storage-decoupled-zh.png b/static/images/compute-storage-decoupled-zh.png index 18dbe40e1f0..454389a116e 100644 Binary files a/static/images/compute-storage-decoupled-zh.png and b/static/images/compute-storage-decoupled-zh.png differ diff --git a/static/images/compute-storage-decoupled.png b/static/images/compute-storage-decoupled.png index 2be3ec5f7c7..2b867a2bbcf 100644 Binary files a/static/images/compute-storage-decoupled.png and b/static/images/compute-storage-decoupled.png differ diff --git a/versioned_docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md b/versioned_docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md index 12090bcb471..d038644c9e2 100644 --- a/versioned_docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md +++ b/versioned_docs/version-3.0/compute-storage-decoupled/compilation-and-deployment.md @@ -95,16 +95,15 @@ export JAVA_HOME=${path_to_jdk_17} bin/start.sh --daemon ``` +The startup script returns a value of 0 to indicate that the startup was successful; otherwise, the startup fails. +Upon successful startup, the last line of the standard output text will be "doris_cloud start successfully." + *Stop Command* ``` shell bin/stop.sh ``` -*Verify Start* - -Check the `doris_cloud.out` file for the output message `successfully started`. - For production environment, please ensure that the total number of Meta Service is at least three. ## 4. Independent Deployment of Data Recycling Function (Optional) diff --git a/versioned_docs/version-3.0/install/source-install/compilation-arm.mdx b/versioned_docs/version-3.0/install/source-install/compilation-arm.mdx index 4d72e347a25..855cf080c98 100644 --- a/versioned_docs/version-3.0/install/source-install/compilation-arm.mdx +++ b/versioned_docs/version-3.0/install/source-install/compilation-arm.mdx @@ -35,7 +35,7 @@ Note that this document is intended as a guide only. Other errors may occur when :::tip -Currently, this is not supported in the compute-storage decoupled mode. +Starting from version 3.0.3, support for compiling and deploying in compute-storage decoupled mode is provided. ::: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org