delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

Why delta lake has not itself metastore? #1693

Open MammadTavakoli opened 1 year ago

MammadTavakoli commented 1 year ago

For on premise designng delta lake, and craete metastor must use hive.

Some problems maybe accursed in use hive, that java version and setting cluster are some of them.

Why delta lake has not metastore inside itself, with out needing other applications?

zsxwing commented 1 year ago

Building another metastore needs a huge effort. We focus on solving the data problems and leave the metastore work to other projects that are good at the metastore area.