You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Code of Conduct
Search before asking
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?
The text was updated successfully, but these errors were encountered: