Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In old CLI, the output format is as follows:
hive> show tables; OK tbl1_name tbl2_name Time taken: 0.808 seconds, Fetched: 2 row(s)
hive> describe tbl1_name; OK a int b int
This requires the default outputformat for new CLI is dsv with delimiter ' ' and disable the showHeader option.