[typo](docs) add-kafka-kerberos-version #14489
This commit is contained in:
@ -324,6 +324,8 @@ FROM KAFKA
|
||||
>
|
||||
>
|
||||
|
||||
<version since="1.2">
|
||||
|
||||
**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.
|
||||
|
||||
</version>
|
||||
|
||||
### Viewing Job Status
|
||||
|
||||
Specific commands and examples to view the status of **jobs** can be viewed with the `HELP SHOW ROUTINE LOAD;` command.
|
||||
|
||||
@ -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)
|
||||
|
||||
<version since="1.2">
|
||||
|
||||
**访问 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 进程访问该本地文件。
|
||||
|
||||
</version>
|
||||
|
||||
### 查看作业状态
|
||||
|
||||
查看**作业**状态的具体命令和示例可以通过 `HELP SHOW ROUTINE LOAD;` 命令查看。
|
||||
|
||||
Reference in New Issue
Block a user