RE: Lzo compression on Hive table

2011-07-07 Thread Steven Wong
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

Re: Lzo compression on Hive table

2011-07-07 Thread Aaron Sun
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. >