org.antipathy.scoozie

configuration

package configuration

Visibility
  1. Public
  2. All

Type Members

  1. case class Credential(name: String, credentialsType: String, properties: Seq[Property]) extends XmlSerializable with Product with Serializable

    Oozie credential definition

  2. case class Credentials(credential: Credential) extends XmlSerializable with OozieProperties with Product with Serializable

    Oozie credentials definition

  3. case class Property(name: String, value: String) extends XmlSerializable with Product with Serializable

    Oozie property definition

  4. case class YarnConfig(jobTracker: String, nameNode: String) extends OozieProperties with Product with Serializable

    Config for yarn Actions

Ungrouped