Re: Hive queries not retrieving any values from LZO compressed tables

2011-10-01 Thread Bejoy Ks
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

Re: Hive queries not retrieving any values from LZO compressed tables

2011-09-30 Thread James Warren
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