Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 797879DCA for ; Thu, 20 Dec 2012 11:35:15 +0000 (UTC) Received: (qmail 2991 invoked by uid 500); 20 Dec 2012 11:35:14 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 2897 invoked by uid 500); 20 Dec 2012 11:35:13 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 2755 invoked by uid 500); 20 Dec 2012 11:35:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 2464 invoked by uid 99); 20 Dec 2012 11:35:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 11:35:13 +0000 Date: Thu, 20 Dec 2012 11:35:13 +0000 (UTC) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-3821) RCFile does not work with lazyBinarySerDe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-3821: ----------------------------- Status: Patch Available (was: Open) > RCFile does not work with lazyBinarySerDe > ----------------------------------------- > > Key: HIVE-3821 > URL: https://issues.apache.org/jira/browse/HIVE-3821 > Project: Hive > Issue Type: Improvement > Components: Serializers/Deserializers > Reporter: Namit Jain > Assignee: Namit Jain > > create table tst(key string, value string) row format serde 'org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe' stored as rcfile; > insert overwrite table tst select * from src; > gets an error: > Caused by: java.lang.UnsupportedOperationException: Currently the writer can only accept BytesRefArrayWritable > at org.apache.hadoop.hive.ql.io.RCFile$Writer.append(RCFile.java:882) > at org.apache.hadoop.hive.ql.io.RCFileOutputFormat$2.write(RCFileOutputFormat.java:140) > at org.apache.hadoop.hive.ql.exec.FileSinkOperator.processOp(FileSinkOperator.java:637) > at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800) > at org.apache.hadoop.hive.ql.exec.SelectOperator.processOp(SelectOperator.java:84) > at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800) > at org.apache.hadoop.hive.ql.exec.TableScanOperator.processOp(TableScanOperator.java:90) > at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800) > at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:547) > ... 5 more -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira