Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Datasources
/
hive_storage
/
sample.ddl
blob: dcde3180203dab5a7029e05f6a404beda730041c [
file
] [
log
] [
blame
]
create database
if
not
exists hive_storage
;
CREATE EXTERNAL TABLE IF NOT EXISTS hive_storage
.
json_table
(
json
string
)
STORED AS TEXTFILE
LOCATION
'/drill/testdata/hive_storage/sample.json'
;