You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "rongneng.wei (Jira)" <ji...@apache.org> on 2019/10/27 01:41:00 UTC

[jira] [Commented] (KYLIN-3685) AWS Glue Catalog Not Supported

    [ https://issues.apache.org/jira/browse/KYLIN-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960496#comment-16960496 ] 

rongneng.wei commented on KYLIN-3685:
-------------------------------------

Hi,Richard,I have the same problem as you, is your problem solved?Environment: EMR5.23 kylin2.6.4。

> 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
>            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)