Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61C4F17E8A for ; Wed, 25 Feb 2015 21:08:08 +0000 (UTC) Received: (qmail 93015 invoked by uid 500); 25 Feb 2015 21:08:06 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 92711 invoked by uid 500); 25 Feb 2015 21:08:06 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 92514 invoked by uid 99); 25 Feb 2015 21:08:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 21:08:06 +0000 Date: Wed, 25 Feb 2015 21:08:06 +0000 (UTC) From: "Krystal (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2314) Drill on windows fail to make spill diretory for queries against large data MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Krystal created DRILL-2314: ------------------------------ Summary: Drill on windows fail to make spill diretory for queries against large data Key: DRILL-2314 URL: https://issues.apache.org/jira/browse/DRILL-2314 Project: Apache Drill Issue Type: Bug Components: Tools, Build & Test Affects Versions: 0.8.0 Reporter: Krystal Assignee: Steven Phillips git.commit.id.abbrev=c8d2fe1 I installed it on windows 7 I connected from sqlline to a remote drill cluster as: sqlline.bat "--maxWidth=10000" -u "jdbc:drill:zk=:" I ran the followng query against a large data file with 2880404 records which failed: 0: jdbc:drill:zk=10.10.100.113:5181> select ss_ticket_number, count(*) counts from `dfs.drillTestDirTpcdsImpalaSF1`.stor e_sales group by ss_ticket_number,counts order by ss_ticket_number; +------------------+------------+ | ss_ticket_number | counts | +------------------+------------+ Query failed: RemoteRpcException: Failure while running fragment., Mkdirs failed to create /tmp/drill/spill [ 94caf71e-9 a86-4046-8bea-b5c46e6ddd80 on qa-node114.qa.lab:31010 ] [ 94caf71e-9a86-4046-8bea-b5c46e6ddd80 on qa-node114.qa.lab:31010 ] java.lang.RuntimeException: java.sql.SQLException: Failure while executing query. at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2514) at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2148) at sqlline.SqlLine.print(SqlLine.java:1809) at sqlline.SqlLine$Commands.execute(SqlLine.java:3766) at sqlline.SqlLine$Commands.sql(SqlLine.java:3663) at sqlline.SqlLine.dispatch(SqlLine.java:889) at sqlline.SqlLine.begin(SqlLine.java:763) at sqlline.SqlLine.start(SqlLine.java:498) at sqlline.SqlLine.main(SqlLine.java:460) The "/tmp/drill" directory has appropriate permissions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)