Re: Problem with Hive Indexing

2012-08-16 Thread Ablimit Aji
Thanks Mahsa ! I didn't know that there is such a constraint. Best, Ablimit On Thu, Aug 16, 2012 at 12:32 PM, Mahsa Mofidpoor wrote: > Hi, > > At lease the table size must be greater than 5GB to use the index for > filter pushdown. Otherwise you have to comment the checkQuerySize method. > > Che

Re: Problem with Hive Indexing

2012-08-16 Thread Mahsa Mofidpoor
Hi, At lease the table size must be greater than 5GB to use the index for filter pushdown. Otherwise you have to comment the checkQuerySize method. Cheers, Mahsa On Mon, Jul 30, 2012 at 11:12 AM, Ablimit Aji wrote: > I have written a custom index handler and wanted to test it. However hive > i

Problem with Hive Indexing

2012-07-30 Thread Ablimit Aji
I have written a custom index handler and wanted to test it. However hive is not using it. So I test with simple table (pokes (int foo, string bar)) which comes with hive distribution for testing purpose. Then I created a compact index and set the set hive.optimize.index.filter=true; However, upon