Hi,
insert overwrite directory "$dir" select * from xxx;
creates files of type attempt_201008201925_165088_r_00_0.gz
insert overwrite table "$table" select * from xxx;
creates file of type attempt_201008201925_165088_r_00_0
How can I configure "insert overwrite directory" to pro
Hi,
insert overwrite directory "$dir" select * from xxx;
creates files of type attempt_201008201925_165088_r_00_0.gz
insert overwrite table "$table" select * from xxx;
creates file of type attempt_201008201925_165088_r_00_0
How can I configure "insert overwrite directory" to produ