Virag Kothari created OOZIE-1331: ------------------------------------ Summary: URIHandlerService not allowing relative path for URI's Key: OOZIE-1331 URL: https://issues.apache.org/jira/browse/OOZIE-1331 Project: Oozie Issue Type: Sub-task Affects Versions: 4.0.0 Reporter: Virag Kothari Assignee: Virag Kothari Fix For: 4.0.0
If a relative path is given for an uri-template, URIHandlerService doesn't allow it. Oozie 3.3 used to allow this. {code} Caused by: org.apache.oozie.dependency.URIHandlerException: E0905: Scheme not present in uri [${YEAR}${MONTH}${DAY}${HOUR}00] at org.apache.oozie.service.URIHandlerService.getAuthorityWithScheme(URIHandlerService.java:200) at org.apache.oozie.command.coord.CoordCommandUtils.materializeDataEvents(CoordCommandUtils.java:569) {code} -- 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