This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 959b7f10aee96a6b6686a8214c23614ca29be2fb Author: qiye <[email protected]> AuthorDate: Sat Oct 23 16:52:33 2021 +0800 [Docs] fix urls and format in routine load docs (#6896) fix urls and format in routine load docs --- docs/en/administrator-guide/load-data/routine-load-manual.md | 6 +++--- docs/zh-CN/administrator-guide/load-data/routine-load-manual.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/administrator-guide/load-data/routine-load-manual.md b/docs/en/administrator-guide/load-data/routine-load-manual.md index 3db45cd..35b3cf8 100644 --- a/docs/en/administrator-guide/load-data/routine-load-manual.md +++ b/docs/en/administrator-guide/load-data/routine-load-manual.md @@ -207,7 +207,7 @@ Accessing the SSL-certified Kafka cluster requires the user to provide a certifi CREATE FILE "ca.pem" PROPERTIES("url" = "https://example_url/kafka-key/ca.pem", "catalog" = "kafka"); CREATE FILE "client.key" PROPERTIES("url" = "https://example_urlkafka-key/client.key", "catalog" = "kafka"); CREATE FILE "client.pem" PROPERTIES("url" = "https://example_url/kafka-key/client.pem", "catalog" = "kafka"); -``` + ``` 2. Create a routine load job @@ -231,7 +231,7 @@ Accessing the SSL-certified Kafka cluster requires the user to provide a certifi > Doris accesses Kafka clusters via Kafka's C++ API `librdkafka`. The > parameters supported by `librdkafka` can be found. > -> `https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md` +> <https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md> ### Viewing the status of the load job @@ -243,7 +243,7 @@ You can only view tasks that are currently running, and tasks that have ended an ### Alter job -Users can modify jobs that have been created. Specific instructions can be viewed through the `HELP ALTER ROUTINE LOAD;` command. Or refer to [ALTER ROUTINE LOAD](../../sql-reference/sql-statements/Data Manipulation/alter-routine-load.md). +Users can modify jobs that have been created. Specific instructions can be viewed through the `HELP ALTER ROUTINE LOAD;` command. Or refer to [ALTER ROUTINE LOAD](../../sql-reference/sql-statements/Data%20Manipulation/alter-routine-load.md). ### Job Control diff --git a/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md b/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md index f009740..65ab1d6 100644 --- a/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md +++ b/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md @@ -229,7 +229,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或 > Doris 通过 Kafka 的 C++ API `librdkafka` 来访问 Kafka 集群。`librdkafka` 所支持的参数可以参阅 > -> `https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md` +> <https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md> ### 查看导入作业状态 @@ -242,7 +242,7 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或 ### 修改作业属性 -用户可以修改已经创建的作业。具体说明可以通过 `HELP ALTER ROUTINE LOAD;` 命令查看。或参阅 [ALTER ROUTINE LOAD](../../sql-reference/sql-statements/Data Manipulation/alter-routine-load.md)。 +用户可以修改已经创建的作业。具体说明可以通过 `HELP ALTER ROUTINE LOAD;` 命令查看。或参阅 [ALTER ROUTINE LOAD](../../sql-reference/sql-statements/Data%20Manipulation/alter-routine-load.md)。 ### 作业控制 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
