[
https://issues.apache.org/jira/browse/DRILL-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958398#comment-13958398
]
ASF GitHub Bot commented on DRILL-478:
--------------------------------------
GitHub user StevenMPhillips opened a pull request:
https://github.com/apache/incubator-drill/pull/44
DRILL-478 sqlline fails with latest build
Exclude jruby-complete in hbase pom
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StevenMPhillips/incubator-drill DRILL-478
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-drill/pull/44.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #44
----
commit d203c0e2a8604b59ecab1a494ee0dc00eb87ba22
Author: Steven Phillips <[email protected]>
Date: 2014-04-03T00:48:33Z
DRILL-478 sqlline fails with latest build
Exclude jruby-complete in hbase pom
----
> sqlline fails with latest build
> -------------------------------
>
> Key: DRILL-478
> URL: https://issues.apache.org/jira/browse/DRILL-478
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Ramana Inukonda Nagaraj
> Priority: Blocker
>
> Multiple people are hitting this issue:
> [root@kk127 bin]# ./sqlline -u jdbc:drill: -n admin -p admin
> [ERROR] Terminal initialization failed; falling back to unsupported
> java.lang.IncompatibleClassChangeError: Found class jline.Terminal, but
> interface was expected
> at jline.TerminalFactory.create(TerminalFactory.java:101)
> at jline.TerminalFactory.get(TerminalFactory.java:159)
> at sqlline.SqlLine$Opts.<init>(SqlLine.java:4930)
> at sqlline.SqlLine.<init>(SqlLine.java:181)
> at sqlline.SqlLine.start(SqlLine.java:497)
> at sqlline.SqlLine.main(SqlLine.java:460)
>
> Exception in thread "main" java.lang.IncompatibleClassChangeError: Found
> class jline.Terminal, but interface was expected
> at sqlline.SqlLine$Opts.<init>(SqlLine.java:4930)
> at sqlline.SqlLine.<init>(SqlLine.java:181)
> at sqlline.SqlLine.start(SqlLine.java:497)
> at sqlline.SqlLine.main(SqlLine.java:460)
--
This message was sent by Atlassian JIRA
(v6.2#6252)