Hi All, I have enabled my hive to use LZO codec from Hadoop, due to which all the output from hive is by default LZO compressed unless and until Storage format as textfile etc has not been specified.
While using the query INSERT OVERWRITE DIRECTORY '/path' SELECT * FROM tableA. It is storing output lzo compressed, which i don't want. is there a way to specify the format to store in directory? Thanks, Abhishek
