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 A41AA1035C for ; Mon, 17 Nov 2014 01:17:59 +0000 (UTC) Received: (qmail 95086 invoked by uid 500); 17 Nov 2014 01:17:59 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 95053 invoked by uid 500); 17 Nov 2014 01:17:59 -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 95044 invoked by uid 99); 17 Nov 2014 01:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 01:17:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Mon, 17 Nov 2014 01:17:58 +0000 Received: (qmail 94262 invoked by uid 99); 17 Nov 2014 01:17:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 01:17:38 +0000 Date: Mon, 17 Nov 2014 01:17:37 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-1360) Drill 0.5.0 broken for Windows 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-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau resolved DRILL-1360. ----------------------------------- Resolution: Fixed > Drill 0.5.0 broken for Windows > ------------------------------ > > Key: DRILL-1360 > URL: https://issues.apache.org/jira/browse/DRILL-1360 > Project: Apache Drill > Issue Type: Bug > Components: Tools, Build & Test > Affects Versions: 0.5.0 > Environment: > Reporter: Suresh Ollala > Assignee: Jacques Nadeau > Fix For: 0.7.0 > > > Drill 0.5.0 is broken for Windows after Hadoop 2.0 merge > Error during startup: > C:\Drill\drill\bin>sqlline.bat > DRILL_ARGS - "" > HADOOP_HOME not detected... > HBASE_HOME not detected... > Calculating Drill classpath... > Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true > sqlline version 1.1.6 > sqlline> !connect jdbc:drill:zk=local > scan complete in 23ms > scan complete in 741ms > Enter username for jdbc:drill:zk=local: admin > Enter password for jdbc:drill:zk=local: ***** > 19:09:59.087 [main] ERROR org.apache.hadoop.util.Shell - Failed to locate the winutils binary in the hadoop binary path > java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. > at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:318) [hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:333) [hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.util.Shell.(Shell.java:326) [hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.util.StringUtils.(StringUtils.java:76) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:93) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.Groups.(Groups.java:77) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:240) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:255) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:232) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:718) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:703) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:605) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.fs.FileSystem$Cache$Key.(FileSystem.java:2554) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.fs.FileSystem$Cache$Key.(FileSystem.java:2546) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2412) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368) ~[hadoop-common-2.4.1.jar:na] > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:167) ~[hadoop-common-2.4.1.jar:na] > at org.apache.drill.exec.store.dfs.shim.FileSystemCreator.getFileSystem(FileSystemCreator.java:32) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT > -rebuffed.jar:0.5.0-incubating-SNAPSHOT] > at org.apache.drill.exec.store.dfs.FileSystemPlugin.(FileSystemPlugin.java:71) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT-rebuffed.jar: > 0.5.0-incubating-SNAPSHOT] > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_25] > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[na:1.7.0_25] > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[na:1.7.0_25] > at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.7.0_25] > at org.apache.drill.exec.store.StoragePluginRegistry.create(StoragePluginRegistry.java:265) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT-rebuff > ed.jar:0.5.0-incubating-SNAPSHOT] > at org.apache.drill.exec.store.StoragePluginRegistry.createPlugins(StoragePluginRegistry.java:177) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT > -rebuffed.jar:0.5.0-incubating-SNAPSHOT] > at org.apache.drill.exec.store.StoragePluginRegistry.init(StoragePluginRegistry.java:131) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT-rebuffed > .jar:0.5.0-incubating-SNAPSHOT] > at org.apache.drill.exec.server.Drillbit.run(Drillbit.java:153) ~[drill-java-exec-0.5.0-incubating-SNAPSHOT-rebuffed.jar:0.5.0-incubating-SNAP > SHOT] > at org.apache.drill.jdbc.DrillConnectionImpl.(DrillConnectionImpl.java:76) ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.jar:0.5.0-incubating-S > NAPSHOT] > at org.apache.drill.jdbc.DrillJdbc41Factory$DrillJdbc41Connection.(DrillJdbc41Factory.java:87) ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.ja > r:0.5.0-incubating-SNAPSHOT] > at org.apache.drill.jdbc.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:56) ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.jar:0.5.0-in > cubating-SNAPSHOT] > at org.apache.drill.jdbc.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:43) ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.jar:0.5.0-in > cubating-SNAPSHOT] > at org.apache.drill.jdbc.DrillFactory.newConnection(DrillFactory.java:51) ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.jar:0.5.0-incubating-SNAPSHOT > ] > at net.hydromatic.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:126) ~[optiq-avatica-0.9-drill-r2.jar: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] -- This message was sent by Atlassian JIRA (v6.3.4#6332)