[
https://issues.apache.org/jira/browse/HIVE-11640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferdinand Xu updated HIVE-11640:
--------------------------------
Attachment: HIVE-11640.2-beeline-cli.patch
Hi [~xuefuz], this patch has one impact for beeline. For commands beginning
with "!"(like '!sh ls'), we will use ";" to terminate it. And it's not required
in the previous beeline.
Given example,
{code}
beeline>show tables;!ls;show tables;
{code}
It's not supported in old beeline since it will fail to parse the command with
prefix(it treats "ls;show tables" as a single one).
> Shell command doesn't work for new CLI[Beeline-cli branch]
> ----------------------------------------------------------
>
> Key: HIVE-11640
> URL: https://issues.apache.org/jira/browse/HIVE-11640
> Project: Hive
> Issue Type: Sub-task
> Components: CLI
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
> Attachments: HIVE-11640.1-beeline-cli.patch,
> HIVE-11640.2-beeline-cli.patch
>
>
> The shell command doesn't work for the new CLI and "Error: Method not
> supported (state=,code=0)" was thrown during the execution for option f and e.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)