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/05/15 08:56:59 UTC

[jira] [Resolved] (DRILL-3047) Command failed while establishing connection

     [ https://issues.apache.org/jira/browse/DRILL-3047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau resolved DRILL-3047.
-----------------------------------
    Resolution: Cannot Reproduce

> Command failed while establishing connection
> --------------------------------------------
>
>                 Key: DRILL-3047
>                 URL: https://issues.apache.org/jira/browse/DRILL-3047
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - RPC
>            Reporter: Rahul Challapalli
>            Assignee: Jacques Nadeau
>             Fix For: 1.0.0
>
>
> git.commit.id.abbrev=d10769f
> I believe the sequence of steps do not matter, but below is what I did
> {code}
> 1. Started the drillbits 
> 2. Start sqlline
> 0: jdbc:drill:schema=dfs_eea> use dfs.drillTestDir;
> +------------+------------+
> |     ok     |  summary   |
> +------------+------------+
> | true       | Default schema changed to [dfs.drillTestDir] |
> +------------+------------+
> 1 row selected (1.626 seconds)
> 0: jdbc:drill:schema=dfs_eea> use dfs.flatten_operators_100000rows;
> +------------+------------+
> |     ok     |  summary   |
> +------------+------------+
> | true       | Default schema changed to [dfs.flatten_operators_100000rows] |
> +------------+------------+
> 1 row selected (0.254 seconds)
> 0: jdbc:drill:schema=dfs_eea> select * from sys.memory;
> Error: SYSTEM ERROR: org.apache.drill.exec.rpc.RpcException: Command failed while establishing connection.  Failure type CONNECTION.
> [Error Id: 093dcbb7-f352-438f-937e-cb6017427434 on qa-node191.qa.lab:31010] (state=,code=0)
> {code}
> Now I restarted sqlline and things seem to be working fine. 



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