[
https://issues.apache.org/jira/browse/KYLIN-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kaige Liu reassigned KYLIN-3685:
---------------------------------
Assignee: Kaige Liu
> AWS Glue Catalog Not Supported
> ------------------------------
>
> Key: KYLIN-3685
> URL: https://issues.apache.org/jira/browse/KYLIN-3685
> Project: Kylin
> Issue Type: Bug
> Components: Integration
> Affects Versions: v2.5.0
> Reporter: Richard Jarvis
> Assignee: Kaige Liu
> Priority: Major
>
> I am trying to use Kylin on AWS (EMR 5.18.0).
> I use AWS Glue as the catalog and as a result Kylin can't find the tables.
> I am able to see the schemas and tables in the GUI because I have set the AWS
> glue properties in hive-site.xml:
>
> <property>
> <name>hive.metastore.client.factory.class</name>
> <value>com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory</value>
> </property>
> However, the job
> org.apache.kylin.source.hive.cardinality.HiveColumnCardinalityJob fails to
> find the tables (it's looking in the Hive metadata catalog instead of AWS
> Glue).
> I think this is because Hive 1.2.1 is too old to support the client factory
> class.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)