Gravitino creates the catalog by relying on an external metastore storage
system. Unlike unitycatalog, creating a catalog does not depend on other
Metastores.
For example, spark + hms, replaced with spark + Gravitino, can create a
parquet format table:

create table demos (
id long,
name string
) using parquet

Reply via email to