Hi,
I created index and try to rebuild by partitions, however it did not work.
Here is my script to create and rebuild index:
create index ix_name_cid on table a (customer_id) as
'org.apache.hadoop.hive.ql.index.compact.CompactIndexHandler' WITH DEFERRED
REBUILD;
alter index ix_name_cid on a pa
Hi All,
I am new to Hive. I am trying to rebuild the index. Continuously i am
getting the following exception.
java.sql.SQLException: org.apache.thrift.transport.TTransportException
at
org.apache.hadoop.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:191)
at
org.apac