You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/12 06:21:29 UTC

[doris] branch master updated: [typo](doc) add hive catalog faq related to kerberos and hdfs (#15826)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e48d715a3b [typo](doc) add hive catalog faq related to kerberos and hdfs (#15826)
e48d715a3b is described below

commit e48d715a3b12101f859f71a908b4639059645bf0
Author: gnehil <ad...@gmail.com>
AuthorDate: Thu Jan 12 14:21:22 2023 +0800

    [typo](doc) add hive catalog faq related to kerberos and hdfs (#15826)
---
 docs/en/docs/ecosystem/external-table/multi-catalog.md    | 11 +++++++++++
 docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/docs/en/docs/ecosystem/external-table/multi-catalog.md b/docs/en/docs/ecosystem/external-table/multi-catalog.md
index 4758e78466..564c3233a6 100644
--- a/docs/en/docs/ecosystem/external-table/multi-catalog.md
+++ b/docs/en/docs/ecosystem/external-table/multi-catalog.md
@@ -800,3 +800,14 @@ The following configurations solves the problem `failed to get schema for table
 
 Restart `Hive Metastore` after the configuration is complete. 
 
+### Kerberos
+
+When connecting to `Hive Metastore` authenticated by `Kerberos` with doris 1.2.0, an exception message containing `GSS initiate failed` appears.
+
+- Please update to version 1.2.2, or recompile FE version 1.2.1 using the latest docker development image.
+
+### HDFS
+
+`java.lang.VerifyError: xxx` error occurred while reading HDFS version 3.x.
+
+   - Update hadoop-related dependencies in `fe/pom.xml` to version 2.10.2, and recompile FE.
\ No newline at end of file
diff --git a/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md b/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
index 7999825a55..7538a814d0 100644
--- a/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
+++ b/docs/zh-CN/docs/ecosystem/external-table/multi-catalog.md
@@ -800,3 +800,14 @@ Doris 的权限管理功能提供了对 Cataloig 层级的扩展,具体可参
   
 配置完成后需要重启Hive Metastore。
 
+### Kerberos
+
+1.2.0 版本连接 `Kerberos` 认证的 `Hive Metastore` 出现 `GSS initiate failed` 异常信息。
+   
+   - 请更新到 1.2.2 版本,或使用最新的 docker 开发镜像重新编译 1.2.1 版本的 FE。
+
+### HDFS
+
+读取 HDFS 3.x 时出现 `java.lang.VerifyError: xxx` 错误。
+
+   - 更新 `fe/pom.xml` 中的 hadoop 相关依赖到 2.10.2 版本,并重新编译 FE。
\ No newline at end of file


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