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. 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
.
Optional. Job scheduling configuration.
Output only. 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.
Classes
LabelsEntry
API documentation for dataproc_v1.types.Job.LabelsEntry
class.