Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.2.0
-
None
-
None
Description
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.
CREATE TABLE druid_table_1 STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler'; TBLPROPERTIES ("druid.address" = "localhost");
For instance, the statement above creates a table that references the Druid datasource "druid_table_1".