You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ganesh Sathish (JIRA)" <ji...@apache.org> on 2015/04/02 15:28:38 UTC

[jira] [Created] (HIVE-10192) "insert into table " failed for partitioned table.

Ganesh Sathish created HIVE-10192:
-------------------------------------

             Summary: "insert into table " failed for partitioned table.
                 Key: HIVE-10192
                 URL: https://issues.apache.org/jira/browse/HIVE-10192
             Project: Hive
          Issue Type: Bug
          Components: File Formats
    Affects Versions: 0.12.0
         Environment: os-Unix
Distribution-Pivotal
            Reporter: Ganesh Sathish


When i am trying to load the data from the partitioned table in RC format to a partitioned table in ORC format.Using the below command to load the data.

create table ORC_Table stored as ORC as select * from RC_Table;
Facing the issue:

ArrayIndexOutofBoundsException:26



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)