tage-5
|
|
|
+---+--+
2015-05-15 12:32 GMT+02:00 Dr Mich Talebzadeh :
>
> Hi Marc,
>
> As far as I know indexes do not work in hive. Have you checked it with
> explain?
>
> Thanks,
>
> Mich
>
> On 15/5/2015, "Marc Seeger" wrote:
>
> &g
Hi,
I'm using Hive14 on a HDP2.2-Cluster and have a problem with indexing on
Hive. I can create an index.
create INDEX ix_key ON TABLE DbTest.Tbl_test(TEST_KEY)
as 'org.apache.hadoop.hive.ql.index.compact.CompactIndexHandler' WITH
DEFERRED REBUILD;
After that I loaded data into the table and bui