blob: 21a3af9ee60bef8058968814d649a3effbe2b36e [file] [log] [blame]
--! qt:dataset:src
CREATE TABLE dest_n0(key INT, value STRING) STORED AS TEXTFILE;
SET hive.output.file.extension=.txt;
INSERT OVERWRITE TABLE dest_n0 SELECT src.* FROM src;
dfs -cat ${system:test.local.warehouse.dir}/dest_n0/*.txt