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:09:53 UTC

[GitHub] [doris] hf200012 opened a new pull request, #19081: [typo](docs)add hive catalog faq

hf200012 opened a new pull request, #19081:
URL: https://github.com/apache/doris/pull/19081

   add hive catalog faq
   
   # Proposed changes
   
   Issue Number: close #xxx
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   * [ ] Does it affect the original behavior
   * [ ] Has unit tests been added
   * [ ] Has document been added or modified
   * [ ] Does it need to update dependencies
   * [ ] Is this PR support rollback (If NO, please explain WHY)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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


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

Posted by "hf200012 (via GitHub)" <gi...@apache.org>.
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


[GitHub] [doris] luzhijing commented on pull request #19081: [typo](docs)add hive catalog faq

Posted by "luzhijing (via GitHub)" <gi...@apache.org>.
luzhijing commented on PR #19081:
URL: https://github.com/apache/doris/pull/19081#issuecomment-1523237498

   run buildall


-- 
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


[GitHub] [doris] yiguolei merged pull request #19081: [typo](docs)add hive catalog faq

Posted by "yiguolei (via GitHub)" <gi...@apache.org>.
yiguolei merged PR #19081:
URL: https://github.com/apache/doris/pull/19081


-- 
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


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

Posted by "morningman (via GitHub)" <gi...@apache.org>.
morningman commented on code in PR #19081:
URL: https://github.com/apache/doris/pull/19081#discussion_r1177290220


##########
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:
   增加一项:be/conf 目录下需放置 core-site.xml 和 hdfs-site.xml



##########
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:
   上面空一行



-- 
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


[GitHub] [doris] github-actions[bot] commented on pull request #19081: [typo](docs)add hive catalog faq

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #19081:
URL: https://github.com/apache/doris/pull/19081#issuecomment-1523014547

   PR approved by at least one committer and no changes requested.


-- 
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


[GitHub] [doris] github-actions[bot] commented on pull request #19081: [typo](docs)add hive catalog faq

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #19081:
URL: https://github.com/apache/doris/pull/19081#issuecomment-1523014599

   PR approved by anyone and no changes requested.


-- 
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