[
https://issues.apache.org/jira/browse/HIVE-14464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesus Camacho Rodriguez resolved HIVE-14464.
--------------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
Pushed with HIVE-14217.
> Add property for default Druid broker address
> ---------------------------------------------
>
> Key: HIVE-14464
> URL: https://issues.apache.org/jira/browse/HIVE-14464
> Project: Hive
> Issue Type: Sub-task
> Components: Druid integration
> Affects Versions: 2.2.0
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Fix For: 2.2.0
>
>
> We create a property {{hive.druid.broker.address.default}}. When we create a
> table, we use that default address provided in the configuration. For
> instance:
> {code:sql}
> set hive.druid.broker.address.default=localhost;
> CREATE TABLE druid_table_1
> STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler'
> TBLPROPERTIES ("druid.datasource" = "xyz");
> {code}
> The statement above will use the default hostname {{localhost}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)