Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.12.0
-
None
-
None
-
hadoop-0.23.9
Description
executing:
CREATE INDEX idx ON TABLE cdrtest (caller) AS 'COMPACT' WITH DEFERRED REBUILD;
ends with:
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Table not found default_cdrtest_idx_
table:
hive> describe cdrtest;
OK
caller string None
calling string None
unixtime string None
duration int None
calltype int None
sequence int None
Time taken: 0.254 seconds, Fetched: 6 row(s)
I tried many other index names but it always end with this problem. What am i doing wrong?
Attachments
Issue Links
- relates to
-
HIVE-9639 Create Index failed in Multiple version of Hive running
- Open