Re: Indexing Help

2011-08-05 Thread Shouguo Li
on a side note, i'm looking at adding indexes to our hive tables as well, is there a performance/space trade off comparison or metrics? thx! On Wed, Aug 3, 2011 at 10:52 AM, Siddharth Ramanan < siddharth.rama...@gmail.com> wrote: > Hi all, > I have used compact index for my table and th

Comments in hive scripts

2011-08-05 Thread rohan monga
Hi, I am using hive version 0.7 and I am having an odd issue with comments The following works use default; -- this is good -- select blah from blahness ... However, use default; -- this is good -- select * from blahness; ... doesn't work, is this because hive is parsing ';' before removing c