SparkClusterMetastores

data class SparkClusterMetastores(val ambari: SparkClusterMetastoresAmbari? = null, val hive: SparkClusterMetastoresHive? = null, val oozie: SparkClusterMetastoresOozie? = null)

Constructors

Link copied to clipboard
constructor(ambari: SparkClusterMetastoresAmbari? = null, hive: SparkClusterMetastoresHive? = null, oozie: SparkClusterMetastoresOozie? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An ambari block as defined below.

Link copied to clipboard

A hive block as defined below.

Link copied to clipboard

An oozie block as defined below.