dnet-hadoop/dhp-build/dhp-build-assembly-resources/src/main/resources/commands/run_workflow.sh

11 lines
184 B
Bash
Raw Normal View History

2018-01-16 14:21:13 +01:00
#!/bin/bash
if [ $# = 0 ] ; then
oozie job -oozie ${oozieServiceLoc} -config job.properties -run
else
oozie job -oozie ${oozieServiceLoc} -config $1/job.properties -run
fi