[ 
https://issues.apache.org/jira/browse/HIVE-14464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesus Camacho Rodriguez updated HIVE-14464:
-------------------------------------------
    Description: 
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';
{code}

The statement above will use the default hostname {{localhost}}.

  was:
We create a property {{hive.druid.address.default}}. If we do not specify the 
broker address when we create a table, we will use that default address. For 
instance:

{code:sql}
set hive.druid.address.default=localhost;

CREATE TABLE druid_table_1
STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler';
{code}

The statement above will use the default hostname {{localhost}}.


> 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
>
> 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';
> {code}
> The statement above will use the default hostname {{localhost}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to