Jeremy Beard created HIVE-8473:
----------------------------------
Summary: Support "exit;" in Beeline
Key: HIVE-8473
URL: https://issues.apache.org/jira/browse/HIVE-8473
Project: Hive
Issue Type: Improvement
Components: CLI
Affects Versions: 0.13.1
Reporter: Jeremy Beard
A reasonable and unambiguous user command attempt in Beeline is "exit;". We
have other commands that are similarly formed, like "show tables;". We should
support "exit;" as an alias of "!exit" instead of displaying:
{code}
Error: Error while compiling statement: FAILED: ParseException line 1:0 cannot
recognize input near 'exit' '<EOF>' '<EOF>' (state=42000,code=40000)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)