You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by John Omernik <jo...@omernik.com> on 2015/07/15 22:56:40 UTC

sqlline version incorrect

Hey all, I am running sqlline and it appears to be working, but it says my
version is 1.0.0 (see below) I don't even have that version on this box, so
I am confused. (I did have the mapr package with 1.0.0 at one time, but its
been removed via apt-get and removed from /opt/mapr/drill/)

arkness@hadoopmapr1:/mapr/brewpot/mesos/drill/apache-drill-1.2.0-SNAPSHOT$
./bin/sqlline -u jdbc:drill:zk=hadoopmapr1:5181

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support
was removed in 8.0

15:54:30.866 [main-EventThread] ERROR org.apache.curator.ConnectionState -
Authentication failed

apache drill 1.0.0

"drill baby drill"

Re: sqlline version incorrect

Posted by Abhishek Girish <ab...@gmail.com>.
Hello,

If you are using Drill 1.0.0 or higher, sqlline would show up as 1.0.0.
This is a known issue (DRILL-3479
<https://issues.apache.org/jira/browse/DRILL-3479>), and you could ignore
the version displayed there until it's fixed.

To find the correct version information, you could refer to the
git.properties file inside the install directory, or run the following
command on sqlline:

select * from sys.version;

In both the former & latter methods, you can look at the commit ID & date
information.

-Abhishek

On Wed, Jul 15, 2015 at 1:56 PM, John Omernik <jo...@omernik.com> wrote:

> Hey all, I am running sqlline and it appears to be working, but it says my
> version is 1.0.0 (see below) I don't even have that version on this box, so
> I am confused. (I did have the mapr package with 1.0.0 at one time, but its
> been removed via apt-get and removed from /opt/mapr/drill/)
>
> arkness@hadoopmapr1:/mapr/brewpot/mesos/drill/apache-drill-1.2.0-SNAPSHOT$
> ./bin/sqlline -u jdbc:drill:zk=hadoopmapr1:5181
>
> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support
> was removed in 8.0
>
> 15:54:30.866 [main-EventThread] ERROR org.apache.curator.ConnectionState -
> Authentication failed
>
> apache drill 1.0.0
>
> "drill baby drill"
>