-
Hello. We run several s3-backed catalogs using the hive plugin. This works very well. However, when we upgrade trino to a newer release (which happens quite often) we often have to rebuild these catalogs from scratch, because trino doesn't want to work with a catalog whose schemas were created by an earlier version. Here's an example schema from one of our catalogs -
It's the Is there a way to upgrade a hive catalog to a newer version? I thought about regexing my objects but that seems... risky. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
File metastore is primarily for testing/hacking, not really supposed to be used for persistent production state. |
Beta Was this translation helpful? Give feedback.
File metastore is primarily for testing/hacking, not really supposed to be used for persistent production state.
Please use a metastore service, like Glue.