You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Dmitry Tolpeko (JIRA)" <ji...@apache.org> on 2017/08/29 17:41:00 UTC

[jira] [Updated] (HIVE-13136) Create index failed because index table not found.

     [ https://issues.apache.org/jira/browse/HIVE-13136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Tolpeko updated HIVE-13136:
----------------------------------
    Component/s:     (was: hpl/sql)

> 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
>    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.4.14#64029)