Skip to content

Instantly share code, notes, and snippets.

@jmsktm
Created September 25, 2016 08:07
Show Gist options
  • Select an option

  • Save jmsktm/3c5f98c1aaf3e90ee35a42afe4021b1a to your computer and use it in GitHub Desktop.

Select an option

Save jmsktm/3c5f98c1aaf3e90ee35a42afe4021b1a to your computer and use it in GitHub Desktop.
<coordinator-app name="test74" start="${cordStartTime}" end="${cordEndTime}" frequency="${coord:minutes(45)}" timezone="UTC" xmlns="uri:oozie:coordinator:0.4">
<controls>
<timeout>10</timeout>
<concurrency>1</concurrency>
<execution>FIFO</execution>
<throttle>${materialization_throttle}</throttle>
</controls>
<datasets>
<dataset name="hadoopExamInput" frequency="${coord:minutes(45)}" initial-instance="cordStartTime" timezone="${timeZoneUsed}">
<uri-template>${dirToCheck}</uri-template>
</dataset>
</datasets>
<input-events>
<data-in name="HadoopExamDataIn" dataset="hadoopExamInput">
<instance>${cordStartTime}</instance>
</data-in>
</input-events>
<action>
<workflow>
<app-path>${allWorkflowPath}</app-path>
</workflow>
</action>
</coordinator-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment