You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/11/09 06:45:11 UTC

[jira] [Commented] (DRILL-4051) I have used the latest drill-1.3,but the error occurred when starting:

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

Jacques Nadeau commented on DRILL-4051:
---------------------------------------

This like you are using a custom build for MapR's Filesystem. It looks like maybe your configuration for that system is incorrect. If I recall correctly, you're probably are missing a cluster conf file. [~cchang@maprtech.com] can probably give you a better suggestion.

>  I have used the latest drill-1.3,but the error occurred when starting:
> -----------------------------------------------------------------------
>
>                 Key: DRILL-4051
>                 URL: https://issues.apache.org/jira/browse/DRILL-4051
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: david_hudavy
>         Attachments: screenshot1.PNG
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
>  I have used the latest drill-1.3-SNAPSHOT,but the error occurred when starting:
> vm1-4:/opt/drill/bin # ./sqlline -u jdbc:drill:zk=local -n admin -p admin
> [INFO] Unable to bind key for unsupported operation: backward-delete-word
> [INFO] Unable to bind key for unsupported operation: backward-delete-word
> [INFO] Unable to bind key for unsupported operation: down-history
> [INFO] Unable to bind key for unsupported operation: up-history
> [INFO] Unable to bind key for unsupported operation: up-history
> [INFO] Unable to bind key for unsupported operation: down-history
> [INFO] Unable to bind key for unsupported operation: up-history
> [INFO] Unable to bind key for unsupported operation: down-history
> [INFO] Unable to bind key for unsupported operation: up-history
> [INFO] Unable to bind key for unsupported operation: down-history
> [INFO] Unable to bind key for unsupported operation: up-history
> [INFO] Unable to bind key for unsupported operation: down-history
> log4j:WARN No appenders could be found for logger (com.mapr.baseutils.cldbutils.CLDBRpcCommonUtils).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> 2015-11-09 10:30:00,2722 ERROR Cidcache fs/client/fileclient/cc/cidcache.cc:1586 Thread: 5641 MoveToNextCldb: No CLDB entries, cannot run, sleeping 5 seconds!
> 2015-11-09 10:30:05,2725 ERROR Client fs/client/fileclient/cc/client.cc:831 Thread: 5641 Failed to initialize client for cluster 127.0.0.1:7222, error Connection reset by peer(104)
> Error: Failure in starting embedded Drillbit: java.io.IOException: Could not create FileClient (state=,code=0)
> java.sql.SQLException: Failure in starting embedded Drillbit: java.io.IOException: Could not create FileClient
>         at org.apache.drill.jdbc.impl.DrillConnectionImpl.<init>(DrillConnectionImpl.java:109)
>         at org.apache.drill.jdbc.impl.DrillJdbc41Factory.newDrillConnection(DrillJdbc41Factory.java:66)
>         at org.apache.drill.jdbc.impl.DrillFactory.newConnection(DrillFactory.java:69)
>         at net.hydromatic.avatica.UnregisteredDriver.connect(UnregisteredDriver.java:126)
>         at org.apache.drill.jdbc.Driver.connect(Driver.java:72)
>         at sqlline.DatabaseConnection.connect(DatabaseConnection.java:167)
>         at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:213)
>         at sqlline.Commands.connect(Commands.java:1083)
>         at sqlline.Commands.connect(Commands.java:1015)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:36)
>         at sqlline.SqlLine.dispatch(SqlLine.java:742)
>         at sqlline.SqlLine.initArgs(SqlLine.java:528)
>         at sqlline.SqlLine.begin(SqlLine.java:596)
>         at sqlline.SqlLine.start(SqlLine.java:375)
>         at sqlline.SqlLine.main(SqlLine.java:268)
> Caused by: java.io.IOException: Could not create FileClient
>         at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:579)
>         at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:640)
>         at com.mapr.fs.MapRFileSystem.getMapRFileStatus(MapRFileSystem.java:1296)
>         at com.mapr.fs.MapRFileSystem.getFileStatus(MapRFileSystem.java:928)
>         at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1460)
>         at org.apache.drill.exec.store.dfs.DrillFileSystem.mkdirs(DrillFileSystem.java:460)
>         at org.apache.drill.exec.store.sys.local.FilePStore.getFileSystem(FilePStore.java:86)
>         at org.apache.drill.exec.store.sys.local.LocalPStoreProvider.<init>(LocalPStoreProvider.java:50)
>         at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:197)
>         at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:178)
>         at org.apache.drill.jdbc.impl.DrillConnectionImpl.<init>(DrillConnectionImpl.java:99)
>         ... 18 more
> apache drill 1.3.0-SNAPSHOT
> "say hello to my little drill"
> 0: jdbc:drill:zk=local>
> Command canceled.
> 0: jdbc:drill:zk=local>
> Command canceled.
> 0: jdbc:drill:zk=local>
> Command canceled.
> 0: jdbc:drill:zk=local> show databases;
> No current connection



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)