Oozie will be listing all the submitted job in its web UI including RUNNING, KILLED, PREP etc.
Is there any way to delete jobs from oozie's web UI without editing metastore DB directly?
There are properties for removing completed job / coordinators / bundles after a set number of days has expired:
oozie.services
- Will need to contain the purge service: org.apache.oozie.service.PurgeService
oozie.service.PurgeService.older.than
- age off completed workflows, in daysoozie.service.PurgeService.coord.older.than
- age off completed coordinators, in daysThere are some other related properties (oozie.service.PurgeService.
prefixed) as to how many can be purged at once, and how often the service performs purge checking etc
As for arbitrarily removing workflows, i don't think this functionality exists.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With