[ 
https://issues.apache.org/jira/browse/OOZIE-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510962#comment-13510962
 ] 

Alejandro Abdelnur commented on OOZIE-1111:
-------------------------------------------

[~alangates], thx for jumping in, 

Oozie coordinator jobs express dependencies on datasets (in HCAT terminology 
'tables'), these dependencies are on a set of instances (in HCAT terminology 
'partitions'). 

>From Oozie side, we care on defining the URI up to table to define the 
>dataset. For example, for HDFS it is done in the following way:

(Question for the Y! folks which are developing this feature in Oozie, are you 
expecting to fix part of the partition in the URI?)

{code}
<uri-template>hdfs://bar:9000/app/logs/${YEAR}${MONTH}/${DAY}</uri-template>
{code}

For HCAT it could be (using #3):

{code}
<uri-template>hcat://foo:9999/db/LOGS/table/US</uri-template>
{code}

or (using #1):

{code}
<uri-template>hcat://foo:9999/LOGS/US</uri-template>
{code}


                
> 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
>


--
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

Reply via email to