spaces-X commented on code in PR #16108: URL: https://github.com/apache/doris/pull/16108#discussion_r1081462069
########## docs/zh-CN/docs/benchmark/ssb.md: ########## @@ -176,7 +176,7 @@ sh gen-ssb-data.sh -s 100 -c 100 在调用导入脚本前,需要将 FE 的 ip 端口等信息写在 `doris-cluster.conf` 文件中。 -文件位置和 `load-ssb-dimension-data.sh` 平级。 +文件位置在 `${DORIS_HOME}/tools/ssb-tools/load-ssb-dimension-data.sh` 。 Review Comment: ```suggestion 文件位置在 `${DORIS_HOME}/tools/ssb-tools/conf/` 目录下 。 ``` ########## docs/zh-CN/docs/benchmark/tpch.md: ########## @@ -159,7 +159,7 @@ sh gen-tpch-data.sh 在调用导入脚本前,需要将 FE 的 ip 端口等信息写在 `doris-cluster.conf` 文件中。 -文件位置和 `load-tpch-data.sh` 平级。 +文件位置在 `${DORIS_HOME}/tools/tpch-tools/conf/load-tpch-data.sh`。 Review Comment: ```suggestion 文件位置在 `${DORIS_HOME}/tools/tpch-tools/conf/` 目录下。 ``` ########## docs/en/docs/benchmark/tpch.md: ########## @@ -158,7 +158,7 @@ sh gen-tpch-data.sh Before import the script, you need to write the FE’s ip port and other information in the `doris-cluster.conf` file. -The file location is at the same level as `load-tpch-data.sh`. +The file location is at `${DORIS_HOME}/tools/tpch-tools/conf/load-tpch-data.sh`. Review Comment: ```suggestion The file is located under `${DORIS_HOME}/tools/tpch-tools/conf/` . ``` ########## docs/en/docs/benchmark/ssb.md: ########## @@ -175,7 +175,7 @@ With the `-s 100` parameter, the resulting dataset size is: Before import the script, you need to write the FE’s ip port and other information in the `doris-cluster.conf` file. -The file location is at the same level as `load-ssb-dimension-data.sh`. +The file location is at `${DORIS_HOME}/tools/ssb-tools/load-ssb-dimension-data.sh`. Review Comment: ```suggestion The file is located under `${DORIS_HOME}/tools/ssb-tools/conf/`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org