apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 956 forks source link

[Feature] Support create table use warehouse as base location instead of hive database location when using HMS #4435

Closed Tan-JiaLiang closed 10 hours ago

Tan-JiaLiang commented 2 weeks ago

Search before asking

Motivation

When paimon using HMS as the metastore, the base location for create table is hive database location, I think tables in a database can store into difference object storage bucket instead of one.

Solution

We can add a Hive Catalog option for this, the default value is false.

Anything else?

No response

Are you willing to submit a PR?

Zouxxyy commented 2 days ago

3843

Tan-JiaLiang commented 2 days ago

Very thanks to @Zouxxyy