Wing Yew Poon created OOZIE-916:
-----------------------------------
Summary: 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.2.0, 3.1.3
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