Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E78DD175B9 for ; Sat, 16 May 2015 02:04:00 +0000 (UTC) Received: (qmail 96779 invoked by uid 500); 16 May 2015 02:04:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 96647 invoked by uid 500); 16 May 2015 02:04:00 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 96388 invoked by uid 99); 16 May 2015 02:04:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 02:04:00 +0000 Date: Sat, 16 May 2015 02:04:00 +0000 (UTC) From: "Jacques Nadeau (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-3114) Sqlline throws exception at launch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Nadeau resolved DRILL-3114. ----------------------------------- Resolution: Invalid This was on a test build, not anything from master. > 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 > > {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)