package configuration
Type Members
-
case class
Credential(name: String, credentialsType: String, properties: Seq[Property]) extends XmlSerializable with Product with Serializable
Oozie credential definition
Oozie credential definition
- name
the name of the credential
- credentialsType
the type of the credential
- properties
the credential's properties
-
case class
Credentials(credential: Credential) extends XmlSerializable with OozieProperties with Product with Serializable
Oozie credentials definition
Oozie credentials definition
- credential
the credential definitions
-
case class
Property(name: String, value: String) extends XmlSerializable with Product with Serializable
Oozie property definition
Oozie property definition
- name
the name of the property
- value
the value of the property
-
case class
YarnConfig(jobTracker: String, nameNode: String) extends OozieProperties with Product with Serializable
Config for yarn Actions
Config for yarn Actions
- jobTracker
Job tracker URL
- nameNode
name node url