Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0D5792009E8 for ; Mon, 16 May 2016 00:38:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0BEDC1609AD; Sun, 15 May 2016 22:38:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 54F36160968 for ; Mon, 16 May 2016 00:38:48 +0200 (CEST) Received: (qmail 85343 invoked by uid 500); 15 May 2016 22:38:47 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 85333 invoked by uid 99); 15 May 2016 22:38:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2016 22:38:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7104FC12C9 for ; Sun, 15 May 2016 22:38:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.702 X-Spam-Level: X-Spam-Status: No, score=-0.702 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id BNp3_9v6K46B for ; Sun, 15 May 2016 22:38:41 +0000 (UTC) Received: from BLU004-OMC3S20.hotmail.com (blu004-omc3s20.hotmail.com [65.55.116.95]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 887275F4ED for ; Sun, 15 May 2016 22:38:41 +0000 (UTC) Received: from BLU436-SMTP255 ([65.55.116.72]) by BLU004-OMC3S20.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 15 May 2016 15:38:35 -0700 X-TMN: [q5MuXUA8UBf/JmLIKr0qmy/EIQQmSRnz] X-Originating-Email: [mahender.bigdata@outlook.com] Message-ID: Subject: Re: Query Failing while querying on ORC Format To: user@hive.apache.org References: <7d0751b6-cffb-a58b-88f3-a81ae947f93a@outlook.com> From: mahender bigdata Date: Sun, 15 May 2016 15:38:31 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 May 2016 22:38:34.0866 (UTC) FILETIME=[83E9F520:01D1AEFA] archived-at: Sun, 15 May 2016 22:38:49 -0000 here is the error message > https://issues.apache.org/jira/browse/HIVE-10598 > > Error: java.lang.RuntimeException: Error creating a batch at > org.apache.hadoop.hive.ql.io.orc.VectorizedOrcInputFormat$VectorizedOrcRecordReader.createValue(VectorizedOrcInputFormat.java:114) > at > org.apache.hadoop.hive.ql.io.orc.VectorizedOrcInputFormat$VectorizedOrcRecordReader.createValue(VectorizedOrcInputFormat.java:52) > at > org.apache.hadoop.hive.ql.io.CombineHiveRecordReader.createValue(CombineHiveRecordReader.java:84) > at > org.apache.hadoop.hive.ql.io.CombineHiveRecordReader.createValue(CombineHiveRecordReader.java:42) > at > org.apache.hadoop.hive.shims.HadoopShimsSecure$CombineFileRecordReader.createValue(HadoopShimsSecure.java:155) > at > org.apache.hadoop.mapred.MapTask$TrackedRecordReader.createValue(MapTask.java:180) > at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50) at > org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:453) at > org.apache.hadoop.mapred.MapTask.run(MapTask.java:343) at > org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164) at > java.security.AccessController.doPrivileged(Native Method) at > javax.security.auth.Subject.doAs(Subject.java:415) at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657) > at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158) Caused by: > > org.apache.hadoop.hive.ql.metadata.HiveException: No type entry found > for column 27 in map {28=String} at > org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatchCtx.addScratchColumnsToBatch(VectorizedRowBatchCtx.java:632) > > > at > org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatchCtx.createVectorizedRowBatch(VectorizedRowBatchCtx.java:343) > at > org.apache.hadoop.hive.ql.io.orc.VectorizedOrcInputFormat$VectorizedOrcRecordReader.createValue(VectorizedOrcInputFormat.java:112) > ... 13 more > here is the another URL : https://issues.apache.org/jira/browse/HIVE-10598 > > On 5/15/2016 12:38 PM, mahender bigdata wrote: >> Hi Mich, >> >> Is there any link missing ?. >> >> We have already added column. Some how the old partition data with >> new column is not failing to retrieving. >> >> /mahens >> >> On 5/14/2016 4:15 PM, Mich Talebzadeh wrote: >>> that night help >> >