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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to