Re: decompress the file that has been compressed in LzoCodec format

2012-08-03 Thread Techy Teck
; *To:* user@hive.apache.org > *Sent:* Friday, August 3, 2012 7:25 AM > *Subject:* decompress the file that has been compressed in LzoCodec format > > I am using the below command to compress the output in *Block Compression*and > I have created my table as a > *Seque

Re: decompress the file that has been compressed in LzoCodec format

2012-08-03 Thread Bejoy Ks
Hi Techy Try using hadoop fs -text That should give the output in some readable format.   Regards, Bejoy KS From: Techy Teck To: user@hive.apache.org Sent: Friday, August 3, 2012 7:25 AM Subject: decompress the file that has been compressed in LzoCodec

decompress the file that has been compressed in LzoCodec format

2012-08-02 Thread Techy Teck
I am using the below command to compress the output in *Block Compression*and I have created my table as a *SequenceFile* *set mapred.output.compress=true;* *set mapred.output.compression.type=BLOCK;* *set mapred.output.compression.codec=org.apache.hadoop.io.compress.LzoCodec; * So after the