Skip to content

Instantly share code, notes, and snippets.

@svenhofstede-zz
Last active May 4, 2016 11:10
Show Gist options
  • Save svenhofstede-zz/1413409744485e027c9b66530f4bd710 to your computer and use it in GitHub Desktop.
Save svenhofstede-zz/1413409744485e027c9b66530f4bd710 to your computer and use it in GitHub Desktop.
..
<action name="demo">
<shell xmlns="uri:oozie:shell-action:0.1">
<job-tracker>${jobTracker}</job-tracker>
<name-node>${nameNode}</name-node>
<exec>demo.bash</exec>
<argument>${COORDINATOR_ID}</argument>
<file>demo.bash#demo.bash</file>
</shell>
<ok to="End"/>
<error to="Kill"/>
</action>
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment