[ 
https://issues.apache.org/jira/browse/DRILL-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14171258#comment-14171258
 ] 

Pradeep commented on DRILL-1360:
--------------------------------

I took the 0.6.0 version, still I see the above error. What is the fix can I 
change in my local.

> 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.6.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.<clinit>(Shell.java:326) 
> [hadoop-common-2.4.1.jar:na]
>         at org.apache.hadoop.util.StringUtils.<clinit>(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.<init>(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.<init>(FileSystem.java:2554) 
> ~[hadoop-common-2.4.1.jar:na]
>         at 
> org.apache.hadoop.fs.FileSystem$Cache$Key.<init>(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.<init>(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.<init>(DrillConnectionImpl.java:76) 
> ~[drill-jdbc-0.5.0-incubating-SNAPSHOT.jar:0.5.0-incubating-S
> NAPSHOT]
>         at 
> org.apache.drill.jdbc.DrillJdbc41Factory$DrillJdbc41Connection.<init>(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)

Reply via email to