Sent: Saturday, October 1, 2011 4:21 AM
Subject: Re: Hive queries not retrieving any values from LZO compressed tables
Hello Bejoy -
Even though you defined your target table by specifying the input format, you
still have to ensure the output of your population query is compressed. Make
sure the
Hello Bejoy -
Even though you defined your target table by specifying the input format,
you still have to ensure the output of your population query is compressed.
Make sure the following are set before executing your "insert overwrite
table " query.
set mapred.output.compress=true;
set mapred.o