LadyForest commented on PR #373: URL: https://github.com/apache/flink-table-store/pull/373#issuecomment-1311178286
> Where is the problem? In Flink? Or in Hive? For all use case where `HiveCatalog` engaged 1. `HiveCatalog` depends on `org.apache.hadoop.hive.metastore.api`  2. During the shading phase, all the package pattern `org.apache.hadoop.hive` is shaded as `org.apache.flink.table.store.shaded.org.apache.hadoop.hive`  Well for `org.apache.hadoop.hive.metastore.api`, they exists in `org.apache.hive:hive-metastore` for Hive2, but is moved to `org.apache.hive:hive-standalone-mteastore` for Hive3. This will cause `NoClassDefFoundError` for `org.apache.flink.table.store.shaded.org.apache.hadoop.hive.metastore.api.XXX` Attach the stacktrace  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
