Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B465518201 for ; Mon, 29 Jun 2015 23:22:04 +0000 (UTC) Received: (qmail 69633 invoked by uid 500); 29 Jun 2015 23:22:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 69603 invoked by uid 500); 29 Jun 2015 23:22:04 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 69593 invoked by uid 99); 29 Jun 2015 23:22:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 23:22:04 +0000 Date: Mon, 29 Jun 2015 23:22:04 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2833) Exception on select * from INFORMATION_SCHEMA.COLUMNS 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/DRILL-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Barclay (Drill) updated DRILL-2833: ------------------------------------------ Assignee: (was: Daniel Barclay (Drill)) > Exception on select * from INFORMATION_SCHEMA.COLUMNS > ----------------------------------------------------- > > Key: DRILL-2833 > URL: https://issues.apache.org/jira/browse/DRILL-2833 > Project: Apache Drill > Issue Type: Bug > Components: Storage - HBase > Affects Versions: 0.9.0 > Reporter: Victoria Markman > Priority: Critical > Fix For: 1.2.0 > > > #Sat Apr 18 21:26:53 EDT 2015 > git.commit.id.abbrev=9ec257e > {code} > 0: jdbc:drill:schema=dfs> select * from INFORMATION_SCHEMA.COLUMNS; > Query failed: SYSTEM ERROR: null > Fragment 0:0 > [bd2a0477-90ea-423b-ad77-ad9784f4116b on atsqa4-133.qa.lab:31010] > (java.lang.NullPointerException) null > org.eigenbase.sql.type.IntervalSqlType.():41 > org.eigenbase.sql.type.SqlTypeFactoryImpl.createSqlIntervalType():104 > org.apache.drill.exec.dotdrill.View.getRowType():236 > org.apache.drill.exec.planner.logical.DrillViewTable.getRowType():46 > org.apache.drill.exec.store.ischema.RecordGenerator.scanSchema():123 > org.apache.drill.exec.store.ischema.RecordGenerator.scanSchema():109 > org.apache.drill.exec.store.ischema.RecordGenerator.scanSchema():109 > org.apache.drill.exec.store.ischema.RecordGenerator.scanSchema():97 > org.apache.drill.exec.store.ischema.SelectedTable.getRecordReader():47 > org.apache.drill.exec.store.ischema.InfoSchemaBatchCreator.getBatch():35 > org.apache.drill.exec.store.ischema.InfoSchemaBatchCreator.getBatch():30 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():62 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():39 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitSubScan():127 > org.apache.drill.exec.physical.base.AbstractSubScan.accept():39 > org.apache.drill.exec.physical.impl.ImplCreator.getChildren():74 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():62 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():39 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitIteratorValidator():215 > org.apache.drill.exec.physical.config.IteratorValidator.accept():34 > org.apache.drill.exec.physical.impl.ImplCreator.getChildren():74 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():62 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():39 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitProject():77 > org.apache.drill.exec.physical.config.Project.accept():51 > org.apache.drill.exec.physical.impl.ImplCreator.getChildren():74 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():62 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():39 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitIteratorValidator():215 > org.apache.drill.exec.physical.config.IteratorValidator.accept():34 > org.apache.drill.exec.physical.impl.ImplCreator.getChildren():74 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():59 > org.apache.drill.exec.physical.impl.ImplCreator.visitOp():39 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitStore():132 > org.apache.drill.exec.physical.base.AbstractPhysicalVisitor.visitScreen():195 > org.apache.drill.exec.physical.config.Screen.accept():97 > org.apache.drill.exec.physical.impl.ImplCreator.getExec():87 > org.apache.drill.exec.work.fragment.FragmentExecutor.run():148 > org.apache.drill.common.SelfCleaningRunnable.run():38 > java.util.concurrent.ThreadPoolExecutor.runWorker():1145 > java.util.concurrent.ThreadPoolExecutor$Worker.run():615 > java.lang.Thread.run():745 > Error: exception while executing query: Failure while executing query. (state=,code=0) > {code} > Only happens when Hbase plugin is enabled. Thanks Rahul for helping diagnose the problem ! -- This message was sent by Atlassian JIRA (v6.3.4#6332)