emrcontainers_start_job_run: Starts a job run

View source: R/emrcontainers_operations.R

emrcontainers_start_job_runR Documentation

Starts a job run

Description

Starts 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.

See https://www.paws-r-sdk.com/docs/emrcontainers_start_job_run/ for full documentation.

Usage

emrcontainers_start_job_run(
  name = NULL,
  virtualClusterId,
  clientToken,
  executionRoleArn = NULL,
  releaseLabel = NULL,
  jobDriver = NULL,
  configurationOverrides = NULL,
  tags = NULL,
  jobTemplateId = NULL,
  jobTemplateParameters = NULL,
  retryPolicyConfiguration = NULL
)

Arguments

name

The name of the job run.

virtualClusterId

[required] The virtual cluster ID for which the job run request is submitted.

clientToken

[required] The client idempotency token of the job run request.

executionRoleArn

The execution role ARN for the job run.

releaseLabel

The Amazon EMR release version to use for the job run.

jobDriver

The job driver for the job run.

configurationOverrides

The configuration overrides for the job run.

tags

The tags assigned to job runs.

jobTemplateId

The job template ID to be used to start the job run.

jobTemplateParameters

The values of job template parameters to start a job run.

retryPolicyConfiguration

The retry policy configuration for the job run.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.