Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
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:
set hive.druid.broker.address.default=localhost; CREATE TABLE druid_table_1 STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler' TBLPROPERTIES ("druid.datasource" = "xyz");
The statement above will use the default hostname localhost.
Attachments
Issue Links
- is part of
-
HIVE-14217 Druid integration
- Closed