[ 
https://issues.apache.org/jira/browse/HIVE-11236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ferdinand Xu updated HIVE-11236:
--------------------------------
    Description: 
In old CLI, the output format is as follows:
{noformat}
hive> show tables;
OK
tbl1_name
tbl2_name
Time taken: 0.808 seconds, Fetched: 2 row(s)
{noformat}
{noformat}
hive> describe tbl1_name;
OK
a                       int                                         
b                       int 
{noformat}
This requires the default outputformat for new CLI is dsv with delimiter ' ' 
and disable the showHeader option.

  was:
In old CLI, the output format is as follows:
{noformat}
hive> show tables;
OK
tbl1_name
tbl2_name
Time taken: 0.808 seconds, Fetched: 2 row(s)
{noformat}
This requires the default outputformat for new CLI is csv2 and disable the 
showHeader.


> BeeLine-Cli: use the same output format as old CLI in the new CLI
> -----------------------------------------------------------------
>
>                 Key: HIVE-11236
>                 URL: https://issues.apache.org/jira/browse/HIVE-11236
>             Project: Hive
>          Issue Type: Sub-task
>          Components: CLI
>            Reporter: Ferdinand Xu
>            Assignee: Ferdinand Xu
>
> In old CLI, the output format is as follows:
> {noformat}
> hive> show tables;
> OK
> tbl1_name
> tbl2_name
> Time taken: 0.808 seconds, Fetched: 2 row(s)
> {noformat}
> {noformat}
> hive> describe tbl1_name;
> OK
> a                     int                                         
> b                     int 
> {noformat}
> This requires the default outputformat for new CLI is dsv with delimiter ' ' 
> and disable the showHeader option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to