[ https://issues.apache.org/jira/browse/HIVE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Navis updated HIVE-9077: ------------------------ Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks Ferdinand Xu and Brock Noland, for the review! > Set completer in CliDriver is not working > ----------------------------------------- > > Key: HIVE-9077 > URL: https://issues.apache.org/jira/browse/HIVE-9077 > Project: Hive > Issue Type: Bug > Components: CLI > Reporter: Navis > Assignee: Navis > Priority: Trivial > Fix For: 0.15.0 > > Attachments: HIVE-9077.1.patch.txt, HIVE-9077.2.patch.txt > > > NO PRECOMMIT TESTS > Seemed broken in HIVE-8609 > {noformat} > hive (default)> set Exception in thread "main" java.lang.NullPointerException > at > jline.console.completer.ArgumentCompleter$AbstractArgumentDelimiter.delimit(ArgumentCompleter.java:283) > at > jline.console.completer.ArgumentCompleter.complete(ArgumentCompleter.java:116) > at > jline.console.completer.ArgumentCompleter.complete(ArgumentCompleter.java:152) > at org.apache.hadoop.hive.cli.CliDriver$6.complete(CliDriver.java:567) > at jline.console.ConsoleReader.complete(ConsoleReader.java:3261) > at jline.console.ConsoleReader.readLine(ConsoleReader.java:2621) > at jline.console.ConsoleReader.readLine(ConsoleReader.java:2269) > at > org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:714) > at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:639) > at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:578) > 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.main(RunJar.java:212) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)