You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "slim bouguerra (JIRA)" <ji...@apache.org> on 2018/02/17 05:55:00 UTC

[jira] [Commented] (HIVE-14543) Create Druid table without specifying data source

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

slim bouguerra commented on HIVE-14543:
---------------------------------------

[~jcamachorodriguez] this can be closed i guess

> Create Druid table without specifying data source
> -------------------------------------------------
>
>                 Key: HIVE-14543
>                 URL: https://issues.apache.org/jira/browse/HIVE-14543
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Druid integration
>    Affects Versions: 2.2.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>
> We should be able to omit the Druid datasource from the TBLPROPERTIES. In that case, the Druid datasource name should match the Hive table name.
> {code:sql}
> CREATE TABLE druid_table_1
> STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler';
> TBLPROPERTIES ("druid.address" = "localhost");
> {code}
> For instance, the statement above creates a table that references the Druid datasource "druid_table_1".



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