TypedBytesSerDe fails to create table with multiple columns.
------------------------------------------------------------
Key: HIVE-1345
URL: https://issues.apache.org/jira/browse/HIVE-1345
Project: Hadoop Hive
Issue Type: Bug
Components: Contrib
Affects Versions: 0.5.0
Environment: JDK 6 (1.6.0_17) on Mac OSX 10.6.3, Hadoop 0.20.2, Hive
0.5.0
Reporter: Arvind Prabhakar
Assignee: Arvind Prabhakar
Fix For: 0.6.0
Creating a table with more than one columns fails when the row format SerDe is
TypedBytesSerDe.
{code}
hive> CREATE TABLE test (a STRING, b STRING) ROW FORMAT SERDE
'org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe';
Found class for org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe
FAILED: Error in metadata: java.lang.IndexOutOfBoundsException: Index: 1, Size:
1
FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask
hive>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.