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 38FF8172E4 for ; Wed, 25 Feb 2015 16:39:05 +0000 (UTC) Received: (qmail 19450 invoked by uid 500); 25 Feb 2015 16:39:05 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 19351 invoked by uid 500); 25 Feb 2015 16:39:05 -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 19337 invoked by uid 99); 25 Feb 2015 16:39:05 -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 16:39:05 +0000 Date: Wed, 25 Feb 2015 16:39:05 +0000 (UTC) From: "Krystal (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-2310) Drill fails to start in embedded mode on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Krystal created DRILL-2310: ------------------------------ Summary: Drill fails to start in embedded mode on windows Key: DRILL-2310 URL: https://issues.apache.org/jira/browse/DRILL-2310 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 invoked sqlline in embedded mode via: C:\drill\apache-drill-0.8.0-SNAPSHOT\bin>sqlline.bat -u "jdbc:drill:zk=local" I got the following error: Error: Failure while attempting to start Drillbit in embedded mode. (state=,code=0) With debug turned on, the following error is displayed: 15:36:53.608 [main] WARN org.apache.hadoop.fs.FSInputChecker - Problem opening checksum file: /tmp/drill/sys.storage_ ugins/hbase.sys.drill. Ignoring exception: java.io.EOFException: null at java.io.DataInputStream.readFully(Unknown Source) ~[na:1.7.0_10] at java.io.DataInputStream.readFully(Unknown Source) ~[na:1.7.0_10] at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.(ChecksumFileSystem.java:146) ~[hadoop ommon-2.4.1.jar:na] at org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:339) [hadoop-common-2.4.1.jar:na] at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:764) [hadoop-common-2.4.1.jar:na] at org.apache.drill.exec.store.dfs.DrillFileSystem.open(DrillFileSystem.java:145) [drill-java-exec-0.8.0-SNAPS T-rebuffed.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.store.sys.local.FilePStore.get(FilePStore.java:136) [drill-java-exec-0.8.0-SNAPSHOT-r uffed.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.store.sys.local.FilePStore$Iter$DeferredEntry.getValue(FilePStore.java:218) [drill-ja -exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.store.StoragePluginRegistry.createPlugins(StoragePluginRegistry.java:166) [drill-java xec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.store.StoragePluginRegistry.init(StoragePluginRegistry.java:130) [drill-java-exec-0.8 -SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT] at org.apache.drill.exec.server.Drillbit.run(Drillbit.java:155) [drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0 .0-SNAPSHOT] at org.apache.drill.jdbc.DrillConnectionImpl.(DrillConnectionImpl.java:79) [drill-jdbc-0.8.0-SNAPSHOT.ja 0.8.0-SNAPSHOT] at org.apache.drill.jdbc.DrillJdbc41Factory$DrillJdbc41Connection.(DrillJdbc41Factory.java:94) [drill-jd -0.8.0-SNAPSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.jdbc.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:57) [drill-jdbc-0.8.0-S PSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.jdbc.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:43) [drill-jdbc-0.8.0-S PSHOT.jar:0.8.0-SNAPSHOT] at org.apache.drill.jdbc.DrillFactory.newConnection(DrillFactory.java:54) [drill-jdbc-0.8.0-SNAPSHOT.jar:0.8.0 NAPSHOT] at net.hydromatic.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:126) [optiq-avatica-0.9-drill-r20 ar:na] at sqlline.SqlLine$DatabaseConnection.connect(SqlLine.java:4732) [sqlline-1.1.6.jar:na] at sqlline.SqlLine$DatabaseConnection.getConnection(SqlLine.java:4786) [sqlline-1.1.6.jar:na] at sqlline.SqlLine$Commands.connect(SqlLine.java:4026) [sqlline-1.1.6.jar:na] at sqlline.SqlLine$Commands.connect(SqlLine.java:3935) [sqlline-1.1.6.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_10] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_10] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.7.0_10] at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.7.0_10] at sqlline.SqlLine$ReflectiveCommandHandler.execute(SqlLine.java:2884) [sqlline-1.1.6.jar:na] at sqlline.SqlLine.dispatch(SqlLine.java:885) [sqlline-1.1.6.jar:na] at sqlline.SqlLine.initArgs(SqlLine.java:693) [sqlline-1.1.6.jar:na] at sqlline.SqlLine.begin(SqlLine.java:745) [sqlline-1.1.6.jar:na] at sqlline.SqlLine.start(SqlLine.java:498) [sqlline-1.1.6.jar:na] at sqlline.SqlLine.main(SqlLine.java:460) [sqlline-1.1.6.jar:na] Drill successfully created the /tmp/drill/sys.storage_ ugins/hbase.sys.drill file so not sure why it can't access it. The file/directory has appropriate permissions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)