pan3793 commented on code in PR #13642:
URL:
https://github.com/apache/dolphinscheduler/pull/13642#discussion_r1161394395
##########
docs/docs/en/guide/datasource/kyuubi.md:
##########
@@ -0,0 +1,42 @@
+# KYUUBI
+
+## Use HiveServer2
+
+
+
+## Datasource Parameters
+
+| **Datasource** | **Description**
|
+|----------------------------|-----------------------------------------------------------|
+| Datasource | Select KYUUBI.
|
+| Datasource name | Enter the name of the DataSource.
|
+| Description | Enter a description of the DataSource.
|
+| IP/Host Name | Enter the KYUUBI service IP.
|
+| Port | Enter the KYUUBI service port.
|
+| Username | Set the username for KYUUBI connection.
|
+| Password | Set the password for KYUUBI connection.
|
+| Database name | Enter the database name of the KYUUBI
connection. |
+| Jdbc connection parameters | Parameter settings for KYUUBI connection, in
JSON format. |
+
+## Use HiveServer2 HA ZooKeeper
+
+NOTICE: If Kerberos is disabled, ensure the parameter
`hadoop.security.authentication.startup.state` is false, and parameter
`java.security.krb5.conf.path` value sets null.
+If **Kerberos** is enabled, needs to set the following parameters in
`common.properties`:
+
+```conf
+# whether to startup kerberos
+hadoop.security.authentication.startup.state=true
+
+# java.security.krb5.conf path
+java.security.krb5.conf.path=/opt/krb5.conf
+
+# login user from keytab username
[email protected]
+
+# login user from keytab path
+login.user.keytab.path=/opt/hdfs.headless.keytab
Review Comment:
the code does not match the doc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]