[ 
https://issues.apache.org/jira/browse/IMPALA-6686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198271#comment-17198271
 ] 

Csaba Ringhofer commented on IMPALA-6686:
-----------------------------------------

This came up during IMPALA-10169, as I am adding a new field to the output of 
DESCRIBE DATABASE, "managedlocation". Hive already has this field.

If I want to keep the Impala way then I should add another row to the output, 
while this may be a good opportunity to switch to the Hive way.

> Change the DESCRIBE DATABASE output to look more like Hive output
> -----------------------------------------------------------------
>
>                 Key: IMPALA-6686
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6686
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>            Reporter: Fredy Wijaya
>            Priority: Minor
>              Labels: compatibility, incompatibility
>
> In Hive:
> {noformat}
> describe database functional;
> +----------+----------+------------------------------------------------+-------------+-------------+-------------+
> | db_name  | comment  | location                                       | 
> owner_name  | owner_type  | parameters  |
> +----------+----------+------------------------------------------------+-------------+-------------+-------------+
> | tpch     |          | hdfs://localhost:20500/test-warehouse/tpch.db  | foo  
>        | USER        |             |
> +----------+----------+------------------------------------------------+-------------+-------------+-------------+{noformat}
> In Impala:
> {noformat}
> describe database extended functional;
> +---------+-----------------------------------------------+---------+
> | name    | location                                      | comment |
> +---------+-----------------------------------------------+---------+
> | tpch    | hdfs://localhost:20500/test-warehouse/tpch.db |         |
> | Owner:  |                                               |         |
> |         | foo                                           | USER    |
> +---------+-----------------------------------------------+---------+
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to