Last active
May 4, 2016 11:10
-
-
Save svenhofstede-zz/1413409744485e027c9b66530f4bd710 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
<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