Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] kyuubi thrift支持hive metastore协议兼容;starrocks外部表直接对接kyuubi #6013

Closed
3 of 4 tasks
zyclove opened this issue Jan 24, 2024 · 2 comments
Closed
3 of 4 tasks
Labels

Comments

@zyclove
Copy link

zyclove commented Jan 24, 2024

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the feature

CREATE EXTERNAL CATALOG hive_catalog_test
PROPERTIES(
"type"="hive",
"hive.metastore.type" = "hive",
"hive.metastore.uris"="thrift://172.30.15.11:10010"
);

希望上面直接对接kyuubi "hive.metastore.uris"="thrift://172.30.15.11:10010"

https://kyuubi.readthedocs.io/en/master/deployment/hive_metastore.html

或者kyuubi有自己的元数据管理,直接对接。

Motivation

starrocks / doris
||
kyubbi(metaserver)
||
hive/hudi/iceberg/paimon

Describe the solution

如上

Additional context

No response

Are you willing to submit PR?

  • Yes. I would be willing to submit a PR with guidance from the Kyuubi community to improve.
  • No. I cannot submit a PR at this time.
@pan3793
Copy link
Member

pan3793 commented Jan 24, 2024

kyuubi thrift支持hive metastore协议兼容

I don't fully understand it because it looks like there is a grammatical error in this sentence.

I suppose you mean "我认为 Kyuubi 的 Thrift API 与 Hive Metastore 兼容,所以 Kyuubi 可以作为 Hive Metastore 的替代品", this is NOT true, there is no such description on Kyuubi's docs and public articles. Kyuubi implemented a HiveServer2-compatible Thrift API, not Hive Metastore, they are two completely different components.

https://kyuubi.readthedocs.io/en/master/deployment/hive_metastore.html

this is a guide about how to configure a Kyuubi Spark engine to use Hive Metastore.

... 或者kyuubi有自己的元数据管理,直接对接。

As explained before, Kyuubi has never been supposed to be a "Metastore Service", but a SQL Gateway.

@pan3793
Copy link
Member

pan3793 commented Jan 25, 2024

close as no further feedback

@pan3793 pan3793 closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants