iwasakims opened a new pull request, #1484: URL: https://github.com/apache/phoenix/pull/1484
https://issues.apache.org/jira/browse/PHOENIX-6766 Dependency on org.jline:jline:jar:3.9.0 conflicts with org.jline:jline-*:jar:3.12.1. It causes following error on invoking sqlline. It should be excluded from transitive dependency of Hadoop (>= 3.3.0). ``` $ 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) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
