Juraj Volentier created HIVE-5902: ------------------------------------- Summary: Cannot create INDEX on TABLE in HIVE 0.12 Key: HIVE-5902 URL: https://issues.apache.org/jira/browse/HIVE-5902 Project: Hive Issue Type: Bug Components: Indexing Affects Versions: 0.12.0 Environment: hadoop-0.23.9 Reporter: Juraj Volentier
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? -- This message was sent by Atlassian JIRA (v6.1#6144)