Hi,
insert overwrite directory "$dir" select * from xxx;
creates files of type attempt_201008201925_165088_r_000000_0.gz
insert overwrite table "$table" select * from xxx;
creates file of type attempt_201008201925_165088_r_000000_0
How can I configure "insert overwrite directory" to producesequence files ( non
.gz )
Regards,
Gaurav Jain