Jesus Camacho Rodriguez created HIVE-14464: ----------------------------------------------
Summary: 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.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}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)