Rahul Challapalli created DRILL-3047:
----------------------------------------
Summary: 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 - Flow, Execution - RPC
Reporter: Rahul Challapalli
Assignee: Chris Westin
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)