Re: index is not working for me.

2011-04-15 Thread John Sichi
Automatic usage of indexes is still under development (HIVE-1644). JVS On Apr 15, 2011, at 1:31 AM, Erix Yao wrote: > hi, > I installed the hive-0.7 release for the index feature. > Here's my test table schema: > > create table testforindex (id bigint, type int) row format delimited fields

index is not working for me.

2011-04-15 Thread Erix Yao
hi, I installed the hive-0.7 release for the index feature. Here's my test table schema: create table testforindex (id bigint, type int) row format delimited fields terminated by ',' lines terminated by '\n';; create index type_idx on table testforindex (type) AS 'org.apache.hadoop.hive.ql.in