From d8b03db45a35ee3b424c5fbd1f8c2de53ea49928 Mon Sep 17 00:00:00 2001 From: yuanyuan8983 <99315889+yuanyuan8983@users.noreply.github.com> Date: Tue, 22 Nov 2022 18:45:52 +0800 Subject: [PATCH] [typo](docs) add-kafka-kerberos-version #14489 --- .../data-operate/import/import-way/routine-load-manual.md | 4 ++++ .../data-operate/import/import-way/routine-load-manual.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/en/docs/data-operate/import/import-way/routine-load-manual.md b/docs/en/docs/data-operate/import/import-way/routine-load-manual.md index 542223bb36..1c5fd2536a 100644 --- a/docs/en/docs/data-operate/import/import-way/routine-load-manual.md +++ b/docs/en/docs/data-operate/import/import-way/routine-load-manual.md @@ -324,6 +324,8 @@ FROM KAFKA > > + + **Accessing a Kerberos-certified Kafka cluster** Accessing a Kerberos-certified Kafka cluster. The following configurations need to be added: @@ -355,6 +357,8 @@ Accessing a Kerberos-certified Kafka cluster. The following configurations need - To enable Doris to access the Kafka cluster with Kerberos authentication enabled, you need to deploy the Kerberos client kinit on all running nodes of the Doris cluster, configure krb5.conf, and fill in KDC service information. - Configure property.sasl.kerberos The value of keytab needs to specify the absolute path of the keytab local file and allow Doris processes to access the local file. + + ### Viewing Job Status Specific commands and examples to view the status of **jobs** can be viewed with the `HELP SHOW ROUTINE LOAD;` command. diff --git a/docs/zh-CN/docs/data-operate/import/import-way/routine-load-manual.md b/docs/zh-CN/docs/data-operate/import/import-way/routine-load-manual.md index 3ddd53a264..cd6d7d8364 100644 --- a/docs/zh-CN/docs/data-operate/import/import-way/routine-load-manual.md +++ b/docs/zh-CN/docs/data-operate/import/import-way/routine-load-manual.md @@ -306,6 +306,8 @@ CREATE ROUTINE LOAD example_db.test1 ON example_tbl > > [https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) + + **访问 Kerberos 认证的 Kafka 集群** 访问开启kerberos认证的Kafka集群,需要增加以下配置: @@ -337,6 +339,8 @@ CREATE ROUTINE LOAD example_db.test1 ON example_tbl - 若要使 Doris 访问开启kerberos认证方式的Kafka集群,需要在 Doris 集群所有运行节点上部署 Kerberos 客户端 kinit,并配置 krb5.conf,填写KDC 服务信息等。 - 配置 property.sasl.kerberos.keytab 的值需要指定 keytab 本地文件的绝对路径,并允许 Doris 进程访问该本地文件。 + + ### 查看作业状态 查看**作业**状态的具体命令和示例可以通过 `HELP SHOW ROUTINE LOAD;` 命令查看。