[
https://issues.apache.org/jira/browse/IMPALA-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18048808#comment-18048808
]
Arnab Karmakar commented on IMPALA-9935:
----------------------------------------
I'm using ":" as the separator between the table name and partition name that
makes things simpler.
eg:
{code:java}
Object name: functional.alltypes:year=2010/month=3
Sample URL:
http://localhost:25020/catalog_object?object_type=HDFS_PARTITION&object_name=functional.alltypes:year%3D2009/month%3D1{code}
We're gonna have to use the encoding: *= → %3D*
I've raised a patch [https://gerrit.cloudera.org/#/c/23816/]
Looking forward for reviews
Thanks!
> 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
> Components: Catalog
> Reporter: Quanlong Huang
> Assignee: Arnab Karmakar
> Priority: Major
> Labels: ramp-up
>
> 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.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]