Job

class Job : KotlinCustomResource

Submits a job to a cluster. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val done: Output<Boolean>

Indicates whether the job is completed. If the value is false, the job is still in progress. If true, the job is completed, and status.state field will indicate if it was successful, failed, or cancelled.

Link copied to clipboard

If present, the location of miscellaneous control files which may be used as part of job setup and handling. If not present, control files may be placed in the same location as driver_output_uri.

Link copied to clipboard

A URI pointing to the location of the stdout of the job's driver program.

Link copied to clipboard

Optional. Driver scheduling configuration.

Link copied to clipboard

Optional. Job is a Hadoop job.

Link copied to clipboard

Optional. Job is a Hive job.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val jobUuid: Output<String>

A UUID that uniquely identifies a job within the project over time. This is in contrast to a user-settable reference.job_id that may be reused over time.

Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a job.

Link copied to clipboard
val pigJob: Output<PigJobResponse>

Optional. Job is a Pig job.

Link copied to clipboard

Job information, including how, when, and where to run the job.

Link copied to clipboard

Optional. Job is a Presto job.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Optional. Job is a PySpark job.

Link copied to clipboard

Optional. The fully qualified reference to the job, which can be used to obtain the equivalent REST path of the job resource. If this property is not specified when a job is created, the server generates a job_id.

Link copied to clipboard
val region: Output<String>
Link copied to clipboard

Optional. Job scheduling configuration.

Link copied to clipboard

Optional. Job is a Spark job.

Link copied to clipboard

Optional. Job is a SparkR job.

Link copied to clipboard

Optional. Job is a SparkSql job.

Link copied to clipboard

The job status. Additional application-specific status information may be contained in the type_job and yarn_applications fields.

Link copied to clipboard

The previous job status.

Link copied to clipboard

Optional. Job is a Trino job.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The collection of YARN applications spun up by this job.Beta Feature: This report is available for testing purposes only. It may be changed before final release.