JobRun

class JobRun

This entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of job run.

Link copied to clipboard

The client token used to start a job run.

Link copied to clipboard

The configuration settings that are used to override default configuration.

Link copied to clipboard

The date and time when the job run was created.

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

The execution role ARN of the job run.

Link copied to clipboard

The reasons why the job run has failed.

Link copied to clipboard

The date and time when the job run has finished.

Link copied to clipboard
val id: String?

The ID of the job run.

Link copied to clipboard

Parameters of job driver for the job run.

Link copied to clipboard
val name: String?

The name of the job run.

Link copied to clipboard

The release version of Amazon EMR.

Link copied to clipboard

The configuration of the retry policy that the job runs on.

Link copied to clipboard

The current status of the retry policy executed on the job.

Link copied to clipboard

The state of the job run.

Link copied to clipboard

Additional details of the job run state.

Link copied to clipboard

The assigned tags of the job run.

Link copied to clipboard

The ID of the job run's virtual cluster.

Functions

Link copied to clipboard
inline fun copy(block: JobRun.Builder.() -> Unit = {}): JobRun
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String