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 39B0718A66 for ; Fri, 6 Nov 2015 21:09:11 +0000 (UTC) Received: (qmail 65629 invoked by uid 500); 6 Nov 2015 21:09:11 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 65602 invoked by uid 500); 6 Nov 2015 21:09:11 -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 65586 invoked by uid 99); 6 Nov 2015 21:09:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2015 21:09:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA4DF2C1F51 for ; Fri, 6 Nov 2015 21:09:10 +0000 (UTC) Date: Fri, 6 Nov 2015 21:09:10 +0000 (UTC) From: "Patrick Wong (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DRILL-4042) Unable to run sqlline in embedded mode on Windows 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-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wong reassigned DRILL-4042: ----------------------------------- Assignee: Zelaine Fong (was: Patrick Wong) Hello Zelaine, This patch needs to be reviewed and committed by a Drill committer. > Unable to run sqlline in embedded mode on Windows > ------------------------------------------------- > > Key: DRILL-4042 > URL: https://issues.apache.org/jira/browse/DRILL-4042 > Project: Apache Drill > Issue Type: Bug > Components: Client - CLI > Affects Versions: 1.3.0 > Reporter: Aditya Kishore > Assignee: Zelaine Fong > Priority: Blocker > Attachments: DRILL-4042.1.patch.txt > > > Hadoop binaries ({{hadoop.dll}}, {{winutils.exe}}) bundled with Drill are out of date and needs to be rebuilt with Hadoop 2.7. > Running sqlline in embedded mode hangs after any command. > {noformat} > $ ./bin/sqlline -u jdbc:drill:zk=local > Nov 05, 2015 3:23:19 PM org.glassfish.jersey.server.ApplicationHandler initialize > INFO: Initiating Jersey application, version Jersey: 2.8 2014-04-29 01:25:26... > apache drill 1.3.0-SNAPSHOT > "drill baby drill" > 0: jdbc:drill:zk=local> use dfs; > Exception in thread "drill-executor-2" java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$Windows.createFileWithMode0(Ljava/lang/String;JJJI)Ljava/io/FileDescriptor; > at org.apache.hadoop.io.nativeio.NativeIO$Windows.createFileWithMode0(Native Method) > at org.apache.hadoop.io.nativeio.NativeIO$Windows.createFileOutputStreamWithMode(NativeIO.java:559) > at org.apache.hadoop.fs.RawLocalFileSystem$LocalFSFileOutputStream.(RawLocalFileSystem.java:219) > at org.apache.hadoop.fs.RawLocalFileSystem$LocalFSFileOutputStream.(RawLocalFileSystem.java:209) > at org.apache.hadoop.fs.RawLocalFileSystem.createOutputStreamWithMode(RawLocalFileSystem.java:305) > at org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:294) > at org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:326) > at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer.(ChecksumFileSystem.java:393) > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:456) > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:435) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:909) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:890) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:787) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:776) > at org.apache.drill.exec.store.dfs.DrillFileSystem.create(DrillFileSystem.java:159) > at org.apache.drill.exec.store.sys.local.FilePStore.put(FilePStore.java:145) > at org.apache.drill.exec.work.foreman.QueryManager.writeFinalProfile(QueryManager.java:307) > at org.apache.drill.exec.work.foreman.Foreman$ForemanResult.close(Foreman.java:749) > at org.apache.drill.exec.work.foreman.Foreman$StateSwitch.processEvent(Foreman.java:841) > at org.apache.drill.exec.work.foreman.Foreman$StateSwitch.processEvent(Foreman.java:786) > at org.apache.drill.common.EventProcessor.sendEvent(EventProcessor.java:73) > at org.apache.drill.exec.work.foreman.Foreman$StateSwitch.moveToState(Foreman.java:788) > at org.apache.drill.exec.work.foreman.Foreman.moveToState(Foreman.java:894) > at org.apache.drill.exec.work.foreman.Foreman.run(Foreman.java:255) > 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:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)