Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::Oozie::Run - Schedule Oozie Coordinators and Workflows.
SYNOPSIS
use App::Oozie::Run;
App::Oozie::Run->new_with_options->run;
DESCRIPTION
For this to work, the coordinator.xml and workflow.xml must make
<coordinator-app timezone="UTC" xmlns="uri:oozie:coordinator:0.1"
name = "${appName}"
frequency = "${if frequency}"
start = "${startTime}"
end= = "${endTime}"
>
<action>
<workflow>
<!-- HDFS base dir -->
<app-path>${workflowsBase}/${appName}</app-path>
</workflow>
</action>
</coordinator-app>