SparkSubmit

data class SparkSubmit(val value: SparkSubmit) : JobDriver

The job driver parameters specified for Spark.

Constructors

Link copied to clipboard
constructor(value: SparkSubmit)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun asHive(): Hive

Casts this JobDriver as a Hive and retrieves its aws.sdk.kotlin.services.emrserverless.model.Hive value. Throws an exception if the JobDriver is not a Hive.

Link copied to clipboard

Casts this JobDriver as a Hive and retrieves its aws.sdk.kotlin.services.emrserverless.model.Hive value. Returns null if the JobDriver is not a Hive.

Link copied to clipboard

Casts this JobDriver as a SparkSubmit and retrieves its aws.sdk.kotlin.services.emrserverless.model.SparkSubmit value. Throws an exception if the JobDriver is not a SparkSubmit.

Link copied to clipboard

Casts this JobDriver as a SparkSubmit and retrieves its aws.sdk.kotlin.services.emrserverless.model.SparkSubmit value. Returns null if the JobDriver is not a SparkSubmit.