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

Support hive metastore by default instead of hiding under a feature gate #12410

Closed
Xuanwo opened this issue Aug 10, 2023 · 2 comments
Closed
Assignees

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Aug 10, 2023

Summary

The Hive metastore is designed to function as a separate metastore that can work with various storage systems such as S3 and GCS. However, our original design required users to compile the hive metastore along with HDFS support simultaneously, which is not ideal.

I plan to separate the hive metastore from databend as a standalone crate. Databend will no longer require thrift to be installed locally. This change will enable new possibilities, as mentioned in this issue: #12407

@Xuanwo Xuanwo self-assigned this Aug 10, 2023
@Xuanwo
Copy link
Member Author

Xuanwo commented Aug 10, 2023

I had a brief discussion with @dantengsky and there were no objections. Feel free to leave your comments!

@Xuanwo
Copy link
Member Author

Xuanwo commented Aug 11, 2023

Should be fixed by #12427

cc @PsiACE, would you like to give it a try?

@Xuanwo Xuanwo closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant