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
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
The text was updated successfully, but these errors were encountered:
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: #12407The text was updated successfully, but these errors were encountered: