Meng, Yongjian created HIVE-13136:
-------------------------------------
Summary: Create index failed because index table not found.
Key: HIVE-13136
URL: https://issues.apache.org/jira/browse/HIVE-13136
Project: Hive
Issue Type: Bug
Components: Beeline, hpl/sql
Affects Versions: 1.2.1
Reporter: Meng, Yongjian
Assignee: Meng, Yongjian
When I execute
CREATE INDEX y_key1_index ON TABLE y(key1) AS
'org.apache.hadoop.hive.ql.index.compact.CompactIndexHandler' WITH DEFERRED
REBUILD;
It always display an Error: Error while processing statement: FAILED: Execution
Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Table not
found default__y_y_key1_index__ (state=08S01,code=1)
BUT in my hdfs, there exists the index table, but hive cannot load it when I
show tables.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)