; *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
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
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