You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/11/20 01:40: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=16692536#comment-16692536 ] 

Shaofeng SHI commented on KYLIN-3685:
-------------------------------------

Hi Richard, thanks for letting us know this. Have you find the solution for this issue? Anything we can do from Kylin side to support this case? If want to contribute a patch, that will be great!

> 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
(v7.6.3#76005)