Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6686

Change the DESCRIBE DATABASE output to look more like Hive output

    XMLWordPrintableJSON

Details

    • ghx-label-6

    Description

      In Hive:

      describe database functional;
      +----------+----------+------------------------------------------------+-------------+-------------+-------------+
      | db_name  | comment  | location                                       | owner_name  | owner_type  | parameters  |
      +----------+----------+------------------------------------------------+-------------+-------------+-------------+
      | tpch     |          | hdfs://localhost:20500/test-warehouse/tpch.db  | foo         | USER        |             |
      +----------+----------+------------------------------------------------+-------------+-------------+-------------+

      In Impala:

      describe database extended functional;
      +---------+-----------------------------------------------+---------+
      | name    | location                                      | comment |
      +---------+-----------------------------------------------+---------+
      | tpch    | hdfs://localhost:20500/test-warehouse/tpch.db |         |
      | Owner:  |                                               |         |
      |         | foo                                           | USER    |
      +---------+-----------------------------------------------+---------+
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            fredyw Fredy Wijaya
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated: