blob: 8b49c1d0f931327f20fa61bef3de60436b76c088 [file] [log] [blame]
--! qt:dataset:src
SET hive.insert.into.multilevel.dirs=true;
SET hive.output.file.extension=.txt;
set hive.ranger.use.fully.qualified.url = true;
INSERT OVERWRITE DIRECTORY 'target/data/x/y/z/' SELECT src.* FROM src;
set hive.ranger.use.fully.qualified.url = false;
INSERT OVERWRITE DIRECTORY 'target/data/x/y/z/' SELECT src.* FROM src;