[
https://issues.apache.org/jira/browse/HIVE-11579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferdinand Xu updated HIVE-11579:
--------------------------------
Description:
We can easily reproduce the debug by the following steps:
{code}
hive> set system:xx=yy;
hive> lss;
hive>
{code}
The error output disappeared since the err outputstream is closed when closing
the Hive statement.
This bug occurred also in the upstream when using the embeded mode as the new
CLI uses.
was:
We can easily reproduce the debug by the following steps:
{code}
hive> set system:xx=yy;
hive> lss;
hive>
{code}
The error output disappeared since the err outputstream is closed when closing
the Hive statement.
> Invoke the set command will close standard error output[beeline-cli]
> --------------------------------------------------------------------
>
> Key: HIVE-11579
> URL: https://issues.apache.org/jira/browse/HIVE-11579
> Project: Hive
> Issue Type: Sub-task
> Components: CLI
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
>
> We can easily reproduce the debug by the following steps:
> {code}
> hive> set system:xx=yy;
> hive> lss;
> hive>
> {code}
> The error output disappeared since the err outputstream is closed when
> closing the Hive statement.
> This bug occurred also in the upstream when using the embeded mode as the new
> CLI uses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)