This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch doc-style-fix in repository https://gitbox.apache.org/repos/asf/doris.git
commit 51b5f543eb4a19acf373d681b386bbc0d06c7242 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Apr 27 15:56:24 2023 +0800 doc style fix --- docs/en/docs/lakehouse/multi-catalog/faq.md | 4 ++-- docs/zh-CN/docs/lakehouse/multi-catalog/faq.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/lakehouse/multi-catalog/faq.md b/docs/en/docs/lakehouse/multi-catalog/faq.md index 5bf8a8a5d4..0c33ade18a 100644 --- a/docs/en/docs/lakehouse/multi-catalog/faq.md +++ b/docs/en/docs/lakehouse/multi-catalog/faq.md @@ -100,5 +100,5 @@ under the License. 10. An error is reported when connecting to the Hive database through the Hive Catalog: `RemoteException: SIMPLE authentication is not enabled. Available: [TOKEN, KERBEROS]` If both `show databases` and `show tables` are OK, and the above error occurs when querying, we need to perform the following two operations: - 1. Core-site.xml and hdfs-site.xml need to be placed in the fe/conf and be/conf directories - 2. The BE node executes the kinit of Kerberos, restarts the BE, and then executes the query. + - Core-site.xml and hdfs-site.xml need to be placed in the fe/conf and be/conf directories + - The BE node executes the kinit of Kerberos, restarts the BE, and then executes the query. diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/faq.md b/docs/zh-CN/docs/lakehouse/multi-catalog/faq.md index a0e6a71e63..c0c84080c0 100644 --- a/docs/zh-CN/docs/lakehouse/multi-catalog/faq.md +++ b/docs/zh-CN/docs/lakehouse/multi-catalog/faq.md @@ -100,6 +100,6 @@ under the License. 10. 通过 Hive Catalog 连接 Hive 数据库报错:`RemoteException: SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]` 如果在 `show databases` 和 `show tables` 都是没问题的情况下,查询的时候出现上面的错误,我们需要进行下面两个操作: - 1. fe/conf、be/conf 目录下需放置 core-site.xml 和 hdfs-site.xml - 2. BE 节点执行 Kerberos 的 kinit 然后重启 BE ,然后再去执行查询即可. +- fe/conf、be/conf 目录下需放置 core-site.xml 和 hdfs-site.xml + - BE 节点执行 Kerberos 的 kinit 然后重启 BE ,然后再去执行查询即可. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org