[ https://issues.apache.org/jira/browse/HIVE-8918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14218979#comment-14218979 ]
Sergio Peña commented on HIVE-8918: ----------------------------------- Thanks [~Ferd]. That was the problem. I deleted the jline-0.9.94.jar found on the hadoop lib directory and it worked. > Beeline terminal cannot be initialized due to jline2 change > ----------------------------------------------------------- > > Key: HIVE-8918 > URL: https://issues.apache.org/jira/browse/HIVE-8918 > Project: Hive > Issue Type: Bug > Affects Versions: 0.15.0 > Reporter: Sergio Peña > > I fetched the latest changes from trunk, and I got the following error when > attempting to execute beeline: > {noformat} > 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:158) > at org.apache.hive.beeline.BeeLineOpts.<init>(BeeLineOpts.java:73) > at org.apache.hive.beeline.BeeLine.<init>(BeeLine.java:117) > at > org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:469) > at org.apache.hive.beeline.BeeLine.main(BeeLine.java:453) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > Exception in thread "main" java.lang.IncompatibleClassChangeError: Found > class jline.Terminal, but interface was expected > at org.apache.hive.beeline.BeeLineOpts.<init>(BeeLineOpts.java:101) > at org.apache.hive.beeline.BeeLine.<init>(BeeLine.java:117) > at > org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:469) > at org.apache.hive.beeline.BeeLine.main(BeeLine.java:453) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hadoop.util.RunJar.run(RunJar.java:221) > at org.apache.hadoop.util.RunJar.main(RunJar.java:136) > {noformat} > I executed the following command: > {noformat} > hive --service beeline -u jdbc:hive2://localhost:10000 -n sergio > {noformat} > The commit before the jline2 is working fine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)