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 C6F141130C for ; Fri, 25 Jul 2014 23:31:00 +0000 (UTC) Received: (qmail 74267 invoked by uid 500); 25 Jul 2014 23:31:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 74241 invoked by uid 500); 25 Jul 2014 23:31:00 -0000 Mailing-List: contact issues-help@drill.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.incubator.apache.org Delivered-To: mailing list issues@drill.incubator.apache.org Received: (qmail 74193 invoked by uid 99); 25 Jul 2014 23:31:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 23:31:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 Jul 2014 23:30:59 +0000 Received: (qmail 73110 invoked by uid 99); 25 Jul 2014 23:30:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jul 2014 23:30:39 +0000 Date: Fri, 25 Jul 2014 23:30:39 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1185) Drill not picking up 'text' files from classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DRILL-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau updated DRILL-1185: ---------------------------------- Assignee: Sudheesh Katkam Priority: Major (was: Blocker) > Drill not picking up 'text' files from classpath > ------------------------------------------------ > > Key: DRILL-1185 > URL: https://issues.apache.org/jira/browse/DRILL-1185 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow > Reporter: Rahul Challapalli > Assignee: Sudheesh Katkam > Fix For: 0.4.0 > > Attachments: error.log > > > git.commit.id.abbrev=e5c2da0 > I placed a json file and text file under '/etc/drill/conf/' folder. Drill picks up the json file but throws 'resource classpath:/region.tbl not found' error in case of a text file. > Query : select * from cp.`region.tbl`; > Attached the error log. -- This message was sent by Atlassian JIRA (v6.2#6252)