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 401d4f87f6d fix 401d4f87f6d is described below commit 401d4f87f6d06f051bc89b57c0c26538f693108d Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Tue Oct 25 20:11:52 2022 +0800 fix --- docs/admin-manual/http-actions/fe/table-schema-action.md | 2 +- docs/admin-manual/maint-monitor/disk-capacity.md | 2 +- docs/advanced/alter-table/schema-change.md | 2 +- .../sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md | 2 +- .../current/admin-manual/http-actions/fe/table-schema-action.md | 2 +- .../sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md | 2 +- .../version-0.15/best-practices/star-schema-benchmark.md | 2 +- versioned_docs/version-0.15/best-practices/star-schema-benchmark.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/admin-manual/http-actions/fe/table-schema-action.md b/docs/admin-manual/http-actions/fe/table-schema-action.md index 122b7ed06d9..3af0088b31f 100644 --- a/docs/admin-manual/http-actions/fe/table-schema-action.md +++ b/docs/admin-manual/http-actions/fe/table-schema-action.md @@ -97,7 +97,7 @@ None "count": 0 } ``` -Note: The difference is that the `http` method returns more `aggregation_type` fields than the `http v2` method. The `http v2` is enabled by setting `enable_http_server_v2`. For detailed parameter descriptions, see [fe parameter settings](../../../admin-manual/config/fe-config) +Note: The difference is that the `http` method returns more `aggregation_type` fields than the `http v2` method. The `http v2` is enabled by setting `enable_http_server_v2`. For detailed parameter descriptions, see [fe parameter settings](../../../../admin-manual/config/fe-config) ## Examples diff --git a/docs/admin-manual/maint-monitor/disk-capacity.md b/docs/admin-manual/maint-monitor/disk-capacity.md index 1f377faa897..e84ca8c1f9a 100644 --- a/docs/admin-manual/maint-monitor/disk-capacity.md +++ b/docs/admin-manual/maint-monitor/disk-capacity.md @@ -162,6 +162,6 @@ When the disk capacity is higher than High Watermark or even Flood Stage, many o ```rm -rf data/0/12345/``` - * Delete tablet metadata (refer to [Tablet metadata management tool](../../tablet-meta-tool)) + * Delete tablet metadata (refer to [Tablet metadata management tool](../tablet-meta-tool)) ```./lib/meta_tool --operation=delete_header --root_path=/path/to/root_path --tablet_id=12345 --schema_hash= 352781111``` diff --git a/docs/advanced/alter-table/schema-change.md b/docs/advanced/alter-table/schema-change.md index bf0fa481c95..809015c4dd0 100644 --- a/docs/advanced/alter-table/schema-change.md +++ b/docs/advanced/alter-table/schema-change.md @@ -68,7 +68,7 @@ The basic process of executing a Schema Change is to generate a copy of the inde Before starting the conversion of historical data, Doris will obtain a latest transaction ID. And wait for all import transactions before this Transaction ID to complete. This Transaction ID becomes a watershed. This means that Doris guarantees that all import tasks after the watershed will generate data for both the original Index and the new Index. In this way, when the historical data conversion is completed, the data in the new Index can be guaranteed to be complete. ## Create Job -The specific syntax for creating a Schema Change can be found in the help [ALTER TABLE COLUMN](../../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN) for the description of the Schema Change section . +The specific syntax for creating a Schema Change can be found in the help [ALTER TABLE COLUMN](../../../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN) for the description of the Schema Change section . The creation of Schema Change is an asynchronous process. After the job is submitted successfully, the user needs to view the job progress through the `SHOW ALTER TABLE COLUMN` command. ## View Job diff --git a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md index 210c4706c6f..897be9f24da 100644 --- a/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md +++ b/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md @@ -432,7 +432,7 @@ curl --location-trusted -u root -H "columns: k1,k2,source_sequence,v1,v2" -H "fu 7. Strict Mode - The `strict_mode` attribute is used to set whether the import task runs in strict mode. The format affects the results of column mapping, transformation, and filtering. For a detailed description of strict mode, see the [strict mode](../../../../../data-operate/import/import-scenes/load-strict-moded) documentation. + The `strict_mode` attribute is used to set whether the import task runs in strict mode. The format affects the results of column mapping, transformation, and filtering. For a detailed description of strict mode, see the [strict mode](../../../../../data-operate/import/import-scenes/load-strict-mode) documentation. 8. Timeout diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/http-actions/fe/table-schema-action.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/http-actions/fe/table-schema-action.md index c04be9adb18..c775571ac41 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/http-actions/fe/table-schema-action.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/http-actions/fe/table-schema-action.md @@ -97,7 +97,7 @@ under the License. "count": 0 } ``` -注意:区别为`http`方式比`http v2`方式多返回`aggregation_type`字段,`http v2`开启是通过`enable_http_server_v2`进行设置,具体参数说明详见[fe参数设置](../../../admin-manual/config/fe-config) +注意:区别为`http`方式比`http v2`方式多返回`aggregation_type`字段,`http v2`开启是通过`enable_http_server_v2`进行设置,具体参数说明详见[fe参数设置](../../../../admin-manual/config/fe-config) ## Examples diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md index fb4171d69ff..dcd6b2c2334 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW.md @@ -32,7 +32,7 @@ SHOW ALTER TABLE MATERIALIZED VIEW ### Description -该命令用于查看通过 [CREATE-MATERIALIZED-VIEW](../../../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW) 语句提交的创建物化视图作业的执行情况。 +该命令用于查看通过 [CREATE-MATERIALIZED-VIEW](../../../../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-MATERIALIZED-VIEW) 语句提交的创建物化视图作业的执行情况。 > 该语句等同于 `SHOW ALTER TABLE ROLLUP`; 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 99d10e8b18a..d342b47e3b7 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 @@ -36,7 +36,7 @@ under the License. ## 环境准备 -请先参照 [官方文档](https://doris.apache.org/docs/0.15/installing/install-deploy/) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE,1 BE)。 +请先参照 [官方文档](https://doris.apache.org/zh-CN/docs/0.15/installing/install-deploy/) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE,1 BE)。 以下文档中涉及的的脚本都存放在 Doris 代码库的 `tools/ssb-tools/` 下。 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 ec9b0715bf5..7e8959e42d5 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 @@ -36,7 +36,7 @@ This document mainly introduces how to pass the preliminary performance test of ## Environmental preparation -Please refer to the [official document](https://doris.apache.org/zh-CN/docs/0.15/installing/install-deploy/) to install and deploy Doris to obtain a normal running Doris cluster ( Contain at least 1 FE, 1 BE). +Please refer to the [official document](https://doris.apache.org/docs/0.15/installing/install-deploy/) to install and deploy Doris to obtain a normal running Doris cluster ( Contain at least 1 FE, 1 BE). The scripts involved in the following documents are all stored under `tools/ssb-tools/` in the Doris code base. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org