Sign in
apache
/
hive
/
master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
druid_partitions.q
blob: e26a3b688a0e60c915fe592025bfed6c1e8214b5 [
file
] [
log
] [
blame
]
set
hive
.
druid
.
broker
.
address
.
default
=
localhost
.
test
;
CREATE EXTERNAL TABLE druid_table_1
PARTITIONED BY
(
dt
string
)
STORED BY
'org.apache.hadoop.hive.druid.QTestDruidStorageHandler'
TBLPROPERTIES
(
"druid.datasource"
=
"wikipedia"
);