You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Mohammad Kamrul Islam (JIRA)" <ji...@apache.org> on 2012/07/18 00:40:34 UTC

[jira] [Commented] (OOZIE-916) aggregator example uses hardcoded 'examples' value instead of parameterized (examplesRoot) value in path

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

Mohammad Kamrul Islam commented on OOZIE-916:
---------------------------------------------

Wing,
Good suggestion!
Do you want to send the patch?
Otherwise someone else can pick it up.


                
> aggregator example uses hardcoded 'examples' value instead of parameterized (examplesRoot) value in path
> --------------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-916
>                 URL: https://issues.apache.org/jira/browse/OOZIE-916
>             Project: Oozie
>          Issue Type: Bug
>          Components: examples
>    Affects Versions: 3.1.3, 3.2.0
>            Reporter: Wing Yew Poon
>
> In the aggregator example, in the coordinator.xml, there are several paths like
> <uri-template>${nameNode}/user/${coord:user()}/examples/input-data/rawLogs/${YEAR}/${MONTH}/${DAY}/${HOUR}/${MINUTE}</uri-template>
> <uri-template>${nameNode}/user/${coord:user()}/examples/output-data/aggregator/aggregatedLogs/${YEAR}/${MONTH}/${DAY}/${HOUR}</uri-template>
> <app-path>${nameNode}/user/${coord:user()}/examples/apps/aggregator</app-path>
> In these paths, "/examples/" should be "/${examplesRoot}/".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira