package
coordinator
Type Members
-
case class
Coordinator(name: String, path: String, frequency: String, start: String, end: String, timezone: String, workflow: Workflow, configuration: Configuration, slaOption: Option[OozieSLA] = None) extends XmlSerializable with Nameable with HasConfig with OozieProperties with JobProperties with HasSLA with Product with Serializable
Oozie coOrdinator definition
the CoOrdinator name
the HDFS path of the coordinator
the CoOrdinator frequency
the CoOrdinator start time
the CoOrdinator end time
the CoOrdinator time-zone
the workflow to run
configuration for the workflow
Optional SLA for this coordinator