Re: Regarding Insert Overwrite Directory in case of LZO compression

2012-01-05 Thread Aniket Mokashi
If you do not want compression set hive.exec.compress.output=false If you want to compress- set hive.exec.compress.output=false and specify mapred.map.output.compression.codec and mapred.output.compression.codec depending upon query is map-only or map-reduce. If your question is about changing

Regarding Insert Overwrite Directory in case of LZO compression

2012-01-05 Thread Abhishek Pratap Singh
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 out