App-Oozie
view release on metacpan or search on metacpan
lib/App/Oozie/Rerun.pm view on Meta::CPAN
if ( $coord->{status} eq 'KILLED' && ! $resurrect ) {
if ( ! $seen{ $cid }++ ) {
$logger->warn( "Coordinator $name ( $cid ) is dead. Skipping (see --help)" );
}
next;
}
if ( ! $job->{coordJobId} || ! $is_status{ uc $job->{status} } ) {
if ( $verbose ) {
$logger->debug(
sprintf 'Skipping %s %s [%s] -> either not a corodinator action or not matching the status list',
$id || 'N/A',
$job->{status},
$name,
);
}
next;
}
my $key = $job->{coordJobId} . q{#} . $job->{actionNumber};
( run in 0.335 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )