You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "hf200012 (via GitHub)" <gi...@apache.org> on 2023/04/26 03:18:37 UTC

[GitHub] [doris] hf200012 commented on a diff in pull request #19081: [typo](docs)add hive catalog faq

hf200012 commented on code in PR #19081:
URL: https://github.com/apache/doris/pull/19081#discussion_r1177293149


##########
docs/zh-CN/docs/lakehouse/multi-catalog/faq.md:
##########
@@ -96,4 +96,7 @@ under the License.
     ```
 
     可以尝试在 `create catalog` 语句中添加 `"metastore.filter.hook" = "org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl"` 解决。
+10. 通过 Hive Catalog 连接 Hive 数据库报错:`RemoteException: SIMPLE authentication is not enabled.  Available:[TOKEN, KERBEROS]`
+
+   如果在 `show databases` 和 `show tables` 都是没问题的情况下,查询的时候出现上面的错误,我们需要在 BE 节点执行 Kerberos 的 kinit 然后再重启 BE ,然后再去执行查询即可.

Review Comment:
   OK
   



##########
docs/zh-CN/docs/lakehouse/multi-catalog/faq.md:
##########
@@ -96,4 +96,7 @@ under the License.
     ```
 
     可以尝试在 `create catalog` 语句中添加 `"metastore.filter.hook" = "org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl"` 解决。
+10. 通过 Hive Catalog 连接 Hive 数据库报错:`RemoteException: SIMPLE authentication is not enabled.  Available:[TOKEN, KERBEROS]`

Review Comment:
   OK
   



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org