[ https://issues.apache.org/jira/browse/HIVE-11236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624610#comment-14624610 ]
Xuefu Zhang commented on HIVE-11236: ------------------------------------ +1 > 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 > Attachments: HIVE-11236.1-beeline-cli.patch > > > 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)