Package

org.antipathy.scoozie

configuration

Permalink

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

    Permalink

    Oozie credential definition

    Oozie credential definition

    name

    the name of the credential

    credentialsType

    the type of the credential

    properties

    the credential's properties

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

    Permalink

    Oozie credentials definition

    Oozie credentials definition

    credential

    the credential definitions

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

    Permalink

    Oozie property definition

    Oozie property definition

    name

    the name of the property

    value

    the value of the property

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

    Permalink

    Config for yarn Actions

    Config for yarn Actions

    jobTracker

    Job tracker URL

    nameNode

    name node url

Ungrouped