You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2020/07/09 03:08:00 UTC

[jira] [Created] (IMPALA-9935) Support individual partitions in the catalog_obejct webUI page

Quanlong Huang created IMPALA-9935:
--------------------------------------

             Summary: Support individual partitions in the catalog_obejct webUI page
                 Key: IMPALA-9935
                 URL: https://issues.apache.org/jira/browse/IMPALA-9935
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Quanlong Huang


CatalogServer and Coordinator both have a webUI page (/catalog_object) for getting catalog objects. An example URL is "[http://localhost:25020/catalog_object?object_type=TABLE&object_name=functional.alltypes]".

After IMPALA-3127, it'd be nice to support the same feature for individual partitions.

Note that the object_name for partitions are designed as dbName+tableName+partitionName in IMPALA-3127. The partitionName part has "/" characters, which conflicts in parsing the request arguments in the URL. We may need to redesign the arguments for partitions.



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

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