blob: 9d584ce4689574c8b731d5b8fa63f1533942d757 [file] [log] [blame]
drop table hivesmoke;
create external table hivesmoke (
field1 STRING
)
location '/tmp/hivesmoketest/';
select * from hivesmoke;