When writing, set hive.exec.compress.output=true also.
When reading, nothing special needs to be done.
-Original Message-
From: jonathan.hw...@accenture.com [mailto:jonathan.hw...@accenture.com]
Sent: Thursday, July 07, 2011 6:07 PM
To: user@hive.apache.org
Subject: Lzo compression on H
You can use this one
STORED AS INPUTFORMAT "com.hadoop.mapred.DeprecatedLzoTextInputFormat"
OUTPUTFORMAT "org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat"
On Thu, Jul 7, 2011 at 6:06 PM, wrote:
> Hi there,
> I got my hadoop all setup writing out sequence file with LZO compression.
>