[
https://issues.apache.org/jira/browse/OOZIE-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated OOZIE-1111:
--------------------------------------
Attachment: OOZIE-1111-2.patch
https://reviews.apache.org/r/8627/
Got delayed following up on this one being busy with Tech Pulse. Spoke with
Alejandro and decided to go with his earlier suggestion of
<DB>/<TABLE>/<PARTITION> instead of
/database/<DB>/table/<TABLE>/partition/<PARTITION> with & as the separator.
Only difference is it is now part of the path instead of query param as using
query param to identify a unique resource is not generally preferred.
Reasons:
1) Having , as separator has issues of having to escape in oozie code as that
is used as separator for multiple uris. If we are going with & as the
separator, we will not confirm with templeton anyway. So better go with the
simpler form as db,table and partitions are fixed and also mandatory.
2) Not having to repeat database,table,partition in uris will save storage
space in memory and oozie db.
> change HCatURI to comply with templeton URI format
> --------------------------------------------------
>
> Key: OOZIE-1111
> URL: https://issues.apache.org/jira/browse/OOZIE-1111
> Project: Oozie
> Issue Type: Sub-task
> Reporter: Ryota Egashira
> Assignee: Ryota Egashira
> Attachments: OOZIE-1111-2.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira