Richard Jarvis created KYLIN-3685:
-------------------------------------
Summary: 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
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
(v7.6.3#76005)