You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2015/05/20 20:31:00 UTC

[jira] [Closed] (DRILL-3114) Sqlline throws exception at launch

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

Abhishek Girish closed DRILL-3114.
----------------------------------

Marked invalid. Did not realize the issue was found using one of the test jars. Closing. 

> Sqlline throws exception at launch
> ----------------------------------
>
>                 Key: DRILL-3114
>                 URL: https://issues.apache.org/jira/browse/DRILL-3114
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>    Affects Versions: 1.0.0
>            Reporter: Abhishek Girish
>             Fix For: 1.0.0
>
>
> {code:sql}
> # ./sqlline -u jdbc:drill:zk=10.10.103.32:5181
> Error: Can't change transaction isolation level to Connection.TRANSACTION_REPEATABLE_READ (from Connection.TRANSACTION_NONE).  (Drill is not transactional.) (state=,code=0)
> java.sql.SQLFeatureNotSupportedException: Can't change transaction isolation level to Connection.TRANSACTION_REPEATABLE_READ (from Connection.TRANSACTION_NONE).  (Drill is not transactional.)
> 	at org.apache.drill.jdbc.DrillConnectionImpl.setTransactionIsolation(DrillConnectionImpl.java:275)
> 	at sqlline.Commands.isolation(Commands.java:679)
> 	at sqlline.DatabaseConnection.connect(DatabaseConnection.java:186)
> 	at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)
> 	at sqlline.Commands.connect(Commands.java:1064)
> 	at sqlline.Commands.connect(Commands.java:996)
> 	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:803)
> 	at sqlline.SqlLine.initArgs(SqlLine.java:588)
> 	at sqlline.SqlLine.begin(SqlLine.java:656)
> 	at sqlline.SqlLine.start(SqlLine.java:398)
> 	at sqlline.SqlLine.main(SqlLine.java:292)
> sqlline version 1.1.9
> {code}



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