InteractiveQueryClusterMetastoresOozie

data class InteractiveQueryClusterMetastoresOozie(val databaseName: String, val password: String, val server: String, val username: String)

Constructors

Link copied to clipboard
constructor(databaseName: String, password: String, server: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The external Oozie metastore's existing SQL database. Changing this forces a new resource to be created.

Link copied to clipboard

The external Oozie metastore's existing SQL server admin password. Changing this forces a new resource to be created.

Link copied to clipboard

The fully-qualified domain name (FQDN) of the SQL server to use for the external Oozie metastore. Changing this forces a new resource to be created.

Link copied to clipboard

The external Oozie metastore's existing SQL server admin username. Changing this forces a new resource to be created.