[
https://issues.apache.org/jira/browse/FLINK-28913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-28913.
---------------------------
Assignee: luoyuxia
Resolution: Fixed
Fixed in master: cb4ead75d594e351dfe81af42e52db88faae356a
> Fix fail to open HiveCatalog when it's for hive3
> ------------------------------------------------
>
> Key: FLINK-28913
> URL: https://issues.apache.org/jira/browse/FLINK-28913
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Hive
> Reporter: luoyuxia
> Assignee: luoyuxia
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.16.0
>
>
> When use HiveCatalog for hive3, it will throw such exception:
> {code:java}
> java.lang.NoClassDefFoundError: org/apache/calcite/plan/RelOptRule
> at
> org.apache.flink.table.catalog.hive.client.HiveMetastoreClientWrapper.<init>(HiveMetastoreClientWrapper.java:91)
> at
> org.apache.flink.table.catalog.hive.client.HiveMetastoreClientWrapper.<init>(HiveMetastoreClientWrapper.java:79)
> at
> org.apache.flink.table.catalog.hive.client.HiveMetastoreClientFactory.create(HiveMetastoreClientFactory.java:32)
> at
> org.apache.flink.table.catalog.hive.HiveCatalog.open(HiveCatalog.java:306)
> at
> org.apache.flink.table.catalog.CatalogManager.registerCatalog(CatalogManager.java:211)
> at
> org.apache.flink.table.api.internal.TableEnvironmentImpl.registerCatalog(TableEnvironmentImpl.java:382)
> {code}
> The failure is introduced by
> [FLINK-26413|https://issues.apache.org/jira/browse/FLINK-26413], which
> introduces `Hive.get(hiveConf);` in method
> `HiveMetastoreClientFactory.create` to support Hive's "load data inpath`
> syntax.
> But the class `Hive` will import class 'org.apache.calcite.plan.RelOptRule',
> then when try to load the class `Hive`, it'll throw class not found exception
> since this class is not in class path.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)