You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/22 02:32:50 UTC

[doris-website] branch master updated: 0.15,1.0 ssb test document connection error

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng 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 ad3e805c0b 0.15,1.0 ssb test document connection error
ad3e805c0b is described below

commit ad3e805c0bfea6c1620614588c6018384a5df048
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri Jul 22 10:32:39 2022 +0800

    0.15,1.0 ssb test document connection error
    
    0.15,1.0 ssb test document connection error
---
 .../version-0.15/best-practices/star-schema-benchmark.md            | 2 +-
 .../version-1.0/benchmark/star-schema-benchmark.md                  | 6 +++---
 versioned_docs/version-0.15/best-practices/star-schema-benchmark.md | 2 +-
 versioned_docs/version-1.0/benchmark/star-schema-benchmark.md       | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/best-practices/star-schema-benchmark.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/best-practices/star-schema-benchmark.md
index ae7d608a7f..468cf6ca6a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/best-practices/star-schema-benchmark.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/best-practices/star-schema-benchmark.md
@@ -112,7 +112,7 @@ sh gen-ssb-data.sh -s 100 -c 100
     
 ## 查询测试
 
-SSB 测试集共 4 组 14 个 SQL。查询语句在 [queries/](https://github.com/apache/incubator-doris/tree/master/tools/ssb-tools/queries) 目录下。 
+SSB 测试集共 4 组 14 个 SQL。查询语句在  [queries/](https://github.com/apache/doris/tree/branch-0.15/tools/ssb-tools/queries) 目录下。 
 
 ## 测试报告
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0/benchmark/star-schema-benchmark.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0/benchmark/star-schema-benchmark.md
index 6cf6516d97..d0d0d31f46 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0/benchmark/star-schema-benchmark.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0/benchmark/star-schema-benchmark.md
@@ -87,9 +87,9 @@ sh gen-ssb-data.sh -s 100 -c 100
         在调用导入脚本前,需要将 FE 的 ip 端口等信息写在 `doris-cluster.conf` 文件中。
         
         文件位置和 `load-dimension-data.sh` 平级。
-   
+      
         文件内容包括 FE 的 ip,HTTP 端口,用户名,密码以及待导入数据的 DB 名称:
-   
+      
         ```
         export FE_HOST="xxx"
         export FE_HTTP_PORT="8030"
@@ -128,7 +128,7 @@ sh gen-ssb-data.sh -s 100 -c 100
     
 ## 查询测试
 
-SSB 测试集共 4 组 14 个 SQL。查询语句在 [queries/](https://github.com/apache/incubator-doris/tree/master/tools/ssb-tools/queries) 目录下。 
+SSB 测试集共 4 组 14 个 SQL。查询语句在 [queries/](https://github.com/apache/doris/tree/dev-1.0.0/tools/ssb-tools/queries) 目录下。 
 
 ## 测试报告
 
diff --git a/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md b/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md
index fb28feed5a..d6311e5a8d 100644
--- a/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md
+++ b/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md
@@ -112,7 +112,7 @@ Under the `-s 100` parameter, the generated data set size is:
 
 ## Query test
 
-There are 4 groups of 14 SQL in the SSB test set. The query statement is in the [queries/](https://github.com/apache/incubator-doris/tree/master/tools/ssb-tools/queries) directory.
+There are 4 groups of 14 SQL in the SSB test set. The query statement is in the [queries/](https://github.com/apache/doris/tree/branch-0.15/tools/ssb-tools/queries) directory.
 
 ## testing report
 
diff --git a/versioned_docs/version-1.0/benchmark/star-schema-benchmark.md b/versioned_docs/version-1.0/benchmark/star-schema-benchmark.md
index 11a59fc8d5..ee5bf4a6ee 100644
--- a/versioned_docs/version-1.0/benchmark/star-schema-benchmark.md
+++ b/versioned_docs/version-1.0/benchmark/star-schema-benchmark.md
@@ -128,7 +128,7 @@ Under the `-s 100` parameter, the generated data set size is:
 
 ## Query test
 
-There are 4 groups of 14 SQL in the SSB test set. The query statement is in the [queries/](https://github.com/apache/incubator-doris/tree/master/tools/ssb-tools/queries) directory.
+There are 4 groups of 14 SQL in the SSB test set. The query statement is in the [queries/](https://github.com/apache/doris/tree/dev-1.0.0/tools/ssb-tools/queries) directory.
 
 ## testing report
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org