Class Job (1.1.3)

A Dataproc job resource.

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

Optional. Job is a Hadoop job.

Optional. Job is a PySpark job.

Optional. Job is a Pig job.

Optional. Job is a SparkSql job.

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

Output only. 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.

Output only. A URI pointing to the location of the stdout of the job’s driver program.

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.

Output only. 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.

Classes

LabelsEntry

API documentation for dataproc_v1beta2.types.Job.LabelsEntry class.