Skip to content

Commit

Permalink
Update cloud arch and start check
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinchou committed Dec 24, 2024
1 parent 252c333 commit 14f77fa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
7 changes: 3 additions & 4 deletions docs/compute-storage-decoupled/compilation-and-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. 数据回收功能独立部署(可选)
Expand Down Expand Up @@ -305,4 +305,4 @@ SET <storage_vault_name> AS DEFAULT STORAGE VAULT
## 7. 注意事项

- 仅元数据操作功能的 Meta Service 进程应作为 FE 和 BE 的 `meta_service_endpoint` 配置目标。
- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。
- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,15 @@ cloud_ssb:A83c8Y1S3ZbqHLL4P4HHNTTw0A83CuHj@127.0.0.1:4500
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 节点。

Expand Down Expand Up @@ -304,4 +303,4 @@ SET <storage_vault_name> AS DEFAULT STORAGE VAULT
## 7. 注意事项

- 仅元数据操作功能的 Meta Service 进程应作为 FE 和 BE 的 `meta_service_endpoint` 配置目标。
- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。
- 数据回收功能进程不应作为 `meta_service_endpoint` 配置目标。
Binary file modified static/images/compute-storage-decoupled-zh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/compute-storage-decoupled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14f77fa

Please sign in to comment.