You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Juraj Volentier (JIRA)" <ji...@apache.org> on 2013/11/27 12:05:36 UTC

[jira] [Created] (HIVE-5902) Cannot create INDEX on TABLE in HIVE 0.12

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)