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 82F4D2009E8 for ; Mon, 16 May 2016 00:43:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 81C2B1609AD; Sun, 15 May 2016 22:43:56 +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 C65E9160968 for ; Mon, 16 May 2016 00:43:55 +0200 (CEST) Received: (qmail 90577 invoked by uid 500); 15 May 2016 22:43:49 -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 90566 invoked by uid 99); 15 May 2016 22:43:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2016 22:43:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3554AC14B7 for ; Sun, 15 May 2016 22:43:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.721 X-Spam-Level: X-Spam-Status: No, score=-0.721 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GL28UcSVfdte for ; Sun, 15 May 2016 22:43:47 +0000 (UTC) Received: from BLU004-OMC3S24.hotmail.com (blu004-omc3s24.hotmail.com [65.55.116.99]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id 1EE3F5FB15 for ; Sun, 15 May 2016 22:43:47 +0000 (UTC) Received: from BLU437-SMTP92 ([65.55.116.72]) by BLU004-OMC3S24.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Sun, 15 May 2016 15:43:40 -0700 X-TMN: [iChkA8/wMg3k3dGFmRSUqeNAwg4MMI1d] X-Originating-Email: [mahender.bigdata@outlook.com] Message-ID: Subject: Re: Query Failing while querying on ORC Format References: <7d0751b6-cffb-a58b-88f3-a81ae947f93a@outlook.com> To: user@hive.apache.org From: mahender bigdata Date: Sun, 15 May 2016 15:43:35 -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:43:39.0551 (UTC) FILETIME=[398532F0:01D1AEFB] archived-at: Sun, 15 May 2016 22:43:56 -0000 For Temporary, I'm disabling vectorization on ORC table. then it is working. On 5/15/2016 3:38 PM, mahender bigdata wrote: > 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 >>> >> >