You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/08/10 06:17:00 UTC

[jira] [Assigned] (PHOENIX-6766) Fix failure of sqlline due to conflicting jline dependency pulled from Hadoop 3.3

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

Istvan Toth reassigned PHOENIX-6766:
------------------------------------

    Assignee: Istvan Toth

> Fix failure of sqlline due to conflicting jline dependency pulled from Hadoop 3.3
> ---------------------------------------------------------------------------------
>
>                 Key: PHOENIX-6766
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6766
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.1.2
>            Reporter: Masatake Iwasaki
>            Assignee: Istvan Toth
>            Priority: Major
>
> {noformat}
> $ mvn clean install -DskipTests -Dhadoop.version=3.3.4 -Dhbase.version=2.4.13 -Dhbase.profile=2.4
> $ 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)