blob: 866cc57b6e43b94b3e3cc8ad8ca2b0abeef48486 [file] [log] [blame]
--! qt:authorizer
dfs ${system:test.dfs.mkdir} ${system:test.tmp.dir}/authz_uri_load_data;
dfs -touchz ${system:test.tmp.dir}/authz_uri_load_data/1.txt;
dfs -chmod 555 ${system:test.tmp.dir}/authz_uri_load_data/1.txt;
create table t1(i int);
load data inpath 'pfile:${system:test.tmp.dir}/authz_uri_load_data/' overwrite into table t1;