You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2022/08/09 08:38:00 UTC

[jira] [Comment Edited] (BIGTOP-3771) Fix failure of sqlline.py bundled with Phoenix

    [ https://issues.apache.org/jira/browse/BIGTOP-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17577215#comment-17577215 ] 

Masatake Iwasaki edited comment on BIGTOP-3771 at 8/9/22 8:37 AM:
------------------------------------------------------------------

I guess YARN-8778 is related since it added dependency on jline conflicting the one expected by Phoenix.


was (Author: iwasakims):
I guess YARN-8778 is related since it added dependency on jline newer than the one used by HBase.

> Fix failure of sqlline.py bundled with Phoenix
> ----------------------------------------------
>
>                 Key: BIGTOP-3771
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3771
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> {noformat}
> # python3 /usr/lib/phoenix/bin/sqlline.py
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.phoenix.shaded.org.jline.reader.impl.completer.StringsCompleter.<init>([Lorg/apache/phoenix/shaded/org/jline/reader/Candidate;)V
>         at sqlline.SqlLineOpts.setOptionCompleters(SqlLineOpts.java:160)
>         at sqlline.Application.getCommandHandlers(Application.java:294)
>         at sqlline.SqlLine$Config.<init>(SqlLine.java:1946)
>         at sqlline.SqlLine.setAppConfig(SqlLine.java:1875)
>         at sqlline.SqlLine.<init>(SqlLine.java:229)
>         at sqlline.SqlLine.start(SqlLine.java:266)
>         at sqlline.SqlLine.main(SqlLine.java:206)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)