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 AB49E180A8 for ; Mon, 17 Aug 2015 22:08:46 +0000 (UTC) Received: (qmail 13271 invoked by uid 500); 17 Aug 2015 22:08:46 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 13189 invoked by uid 500); 17 Aug 2015 22:08:46 -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 13075 invoked by uid 99); 17 Aug 2015 22:08:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 22:08:46 +0000 Date: Mon, 17 Aug 2015 22:08:46 +0000 (UTC) From: "Deneche A. Hakim (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DRILL-3635) IllegalArgumentException - not a Parquet file (too small) 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-3635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deneche A. Hakim reassigned DRILL-3635: --------------------------------------- Assignee: Deneche A. Hakim (was: Hanifi Gunes) > IllegalArgumentException - not a Parquet file (too small) > --------------------------------------------------------- > > Key: DRILL-3635 > URL: https://issues.apache.org/jira/browse/DRILL-3635 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow, Storage - Parquet > Affects Versions: 1.1.0 > Environment: Test framework > Reporter: Chris Westin > Assignee: Deneche A. Hakim > Fix For: 1.2.0 > > > The (MapR internal) regression suite is sporadically seeing this error: > /root/private-sql-hadoop-test/framework/resources/Precommit/Functional/ctas_flatten/100000rows/filter4.q > Query: > select * from dfs.ctas_flatten.`filter4_100000rows_ctas` > Failed with exception > java.sql.SQLException: SYSTEM ERROR: IllegalArgumentException: maprfs:///drill/testdata/ctas_flatten/filter4_100000rows_ctas/0_0_0.parquet is not a Parquet file (too small) > [Error Id: 9749d6a7-685d-4663-9b27-1a456a5dec40 on drillats3.qa.lab:31010] > at org.apache.drill.jdbc.impl.DrillCursor.nextRowInternally(DrillCursor.java:244) > at org.apache.drill.jdbc.impl.DrillCursor.loadInitialSchema(DrillCursor.java:287) > at org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:1362) > at org.apache.drill.jdbc.impl.DrillResultSetImpl.execute(DrillResultSetImpl.java:72) > at net.hydromatic.avatica.AvaticaConnection.executeQueryInternal(AvaticaConnection.java:404) > at net.hydromatic.avatica.AvaticaStatement.executeQueryInternal(AvaticaStatement.java:351) > at net.hydromatic.avatica.AvaticaStatement.executeQuery(AvaticaStatement.java:78) > at org.apache.drill.jdbc.impl.DrillStatementImpl.executeQuery(DrillStatementImpl.java:96) > at org.apache.drill.test.framework.DrillTestJdbc.executeQuery(DrillTestJdbc.java:144) > at org.apache.drill.test.framework.DrillTestJdbc.run(DrillTestJdbc.java:83) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > Caused by: org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalArgumentException: maprfs:///drill/testdata/ctas_flatten/filter4_100000rows_ctas/0_0_0.parquet is not a Parquet file (too small) > It doesn't happen every time, but based on looking at log files, it seems to happen more than half the time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)