This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 66e283ac7f [improvement](doc) change some version from dev to 1.2.2 (#16907) 66e283ac7f is described below commit 66e283ac7fa1d2f89af303976a7b048968cb7a8c Author: Mingyu Chen <morning...@163.com> AuthorDate: Mon Feb 20 14:48:12 2023 +0800 [improvement](doc) change some version from dev to 1.2.2 (#16907) --- docs/en/docs/data-operate/export/export-manual.md | 6 ++---- docs/en/docs/lakehouse/multi-catalog/multi-catalog.md | 4 +--- .../Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md | 4 +--- docs/zh-CN/docs/data-operate/export/export-manual.md | 6 ++---- docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md | 4 +--- .../Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md | 4 +--- 6 files changed, 8 insertions(+), 20 deletions(-) diff --git a/docs/en/docs/data-operate/export/export-manual.md b/docs/en/docs/data-operate/export/export-manual.md index d7a2a7dd4c..7470316316 100644 --- a/docs/en/docs/data-operate/export/export-manual.md +++ b/docs/en/docs/data-operate/export/export-manual.md @@ -194,10 +194,10 @@ FinishTime: 2019-06-25 17:08:34 * Timeout: Job timeout. The unit is seconds. This time is calculated from CreateTime. * Error Msg: If there is an error in the job, the cause of the error is shown here. -<version since="dev"> - ### Cancel export job +<version since="dev"></version> + After submitting a job, the job can be canceled by using the [CANCEL EXPORT](../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md) command. For example: ```sql @@ -206,8 +206,6 @@ FROM example_db WHERE LABEL like "%example%"; ```` -</version> - ## Best Practices ### Splitting Query Plans diff --git a/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md b/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md index 61dc900978..127065c3fe 100644 --- a/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md +++ b/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md @@ -311,12 +311,10 @@ Users need to manually update the metadata using the [REFRESH CATALOG](https:// ### Automatic Update -<version since="dev"> +<version since="1.2.2"></version> Currently, Doris only supports automatic update of metadata in Hive Metastore (HMS). It perceives changes in metadata by the FE node which regularly reads the notification events from HMS. The supported events are as follows: -</version> - | Event | Corresponding Update Operation | | :-------------- | :----------------------------------------------------------- | | CREATE DATABASE | Create a database in the corresponding catalog. | diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md index 04b97b28ef..6671c20625 100644 --- a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md +++ b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md @@ -28,12 +28,10 @@ under the License. ### Name -<version since="dev"> +<version since="1.2.2"></version> CANCEL EXPORT -</version> - ### Description This statement is used to undo an export job for the specified label. Or batch undo export jobs via fuzzy matching diff --git a/docs/zh-CN/docs/data-operate/export/export-manual.md b/docs/zh-CN/docs/data-operate/export/export-manual.md index a26fd39411..e0eb777f92 100644 --- a/docs/zh-CN/docs/data-operate/export/export-manual.md +++ b/docs/zh-CN/docs/data-operate/export/export-manual.md @@ -187,10 +187,10 @@ FinishTime: 2019-06-25 17:08:34 * Timeout:作业超时时间。单位是秒。该时间从 CreateTime 开始计算。 * ErrorMsg:如果作业出现错误,这里会显示错误原因。 -<version since="dev"> - ### 取消导出任务 +<version since="1.2.2"></version> + 提交作业后,可以通过 [CANCEL EXPORT](../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md) 命令取消导出作业。取消命令举例如下: ```sql @@ -199,8 +199,6 @@ FROM example_db WHERE LABEL like "%example%"; ```` -</version> - ## 最佳实践 ### 查询计划的拆分 diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md b/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md index 031964d816..b82ce49294 100644 --- a/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md +++ b/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md @@ -313,12 +313,10 @@ Doris 的权限管理功能提供了对 Catalog 层级的扩展,具体可参 ### 自动刷新 -<version since="dev"> +<version since="1.2.2"></version> 自动刷新目前仅支持 Hive Metastore 元数据服务。通过让 FE 节点定时读取 HMS 的 notification event 来感知 Hive 表元数据的变更情况,目前支持处理如下event: -</version> - |事件 | 事件行为和对应的动作 | |---|---| | CREATE DATABASE | 在对应数据目录下创建数据库。 | diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md index 86e8363321..e47845e9eb 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/CANCEL-EXPORT.md @@ -28,12 +28,10 @@ under the License. ### Name -<version since="dev"> +<version since="1.2.2"></version> CANCEL EXPORT -</version> - ### Description 该语句用于撤销指定 label 的 EXPORT 作业,或者通过模糊匹配批量撤销 EXPORT 作业 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org