You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Davide Malagoli (JIRA)" <ji...@apache.org> on 2019/02/07 07:25:00 UTC

[jira] [Commented] (KYLIN-3806) test Apache Impala Hive compatibility on sample_cube table creation

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

Davide Malagoli commented on KYLIN-3806:
----------------------------------------

Compatibility tested with beeline, just add

 

kylin.source.hive.beeline-params=-u 'jdbc:hive2://<impala-daemon-host>:21050/;auth=noSasl'

 

or 

kylin.source.hive.beeline-params=-u 'jdbc:impala://<impala-daemon-host>:21050/'

 

In the second case you'll need the Impala JDBC driver in the classpath and a modified sample.sh (attached files) , because the driver does not support variable substitution

 

> test Apache Impala Hive compatibility on sample_cube table creation
> -------------------------------------------------------------------
>
>                 Key: KYLIN-3806
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3806
>             Project: Kylin
>          Issue Type: Test
>          Components: Integration
>            Reporter: Davide Malagoli
>            Priority: Trivial
>         Attachments: create_sample_tables_impala.sql, sample-impala.sh
>
>
> Apache Impala declares to be compatible with Hive syntax.
> I'll try to test the compatibility running the sample_cube test



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)