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
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