Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::Job (v0.21.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::Job.

A Dataproc job resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#done

defdone()->::Boolean
Returns
  • (::Boolean) — 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.

#driver_control_files_uri

defdriver_control_files_uri()->::String
Returns
  • (::String) — 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.

#driver_output_resource_uri

defdriver_output_resource_uri()->::String
Returns
  • (::String) — Output only. A URI pointing to the location of the stdout of the job's driver program.

#driver_scheduling_config

defdriver_scheduling_config()->::Google::Cloud::Dataproc::V1::DriverSchedulingConfig
Returns

#driver_scheduling_config=

defdriver_scheduling_config=(value)->::Google::Cloud::Dataproc::V1::DriverSchedulingConfig
Parameter
Returns

#hadoop_job

defhadoop_job()->::Google::Cloud::Dataproc::V1::HadoopJob
Returns

#hadoop_job=

defhadoop_job=(value)->::Google::Cloud::Dataproc::V1::HadoopJob
Parameter
Returns

#hive_job

defhive_job()->::Google::Cloud::Dataproc::V1::HiveJob
Returns

#hive_job=

defhive_job=(value)->::Google::Cloud::Dataproc::V1::HiveJob
Parameter
Returns

#job_uuid

defjob_uuid()->::String
Returns
  • (::String) — 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.

#labels

deflabels()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::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. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a job.

#labels=

deflabels=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::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. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a job.
Returns
  • (::Google::Protobuf::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. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a job.

#pig_job

defpig_job()->::Google::Cloud::Dataproc::V1::PigJob
Returns

#pig_job=

defpig_job=(value)->::Google::Cloud::Dataproc::V1::PigJob
Parameter
Returns

#placement

defplacement()->::Google::Cloud::Dataproc::V1::JobPlacement
Returns

#placement=

defplacement=(value)->::Google::Cloud::Dataproc::V1::JobPlacement
Parameter
Returns

#presto_job

defpresto_job()->::Google::Cloud::Dataproc::V1::PrestoJob
Returns

#presto_job=

defpresto_job=(value)->::Google::Cloud::Dataproc::V1::PrestoJob
Parameter
Returns

#pyspark_job

defpyspark_job()->::Google::Cloud::Dataproc::V1::PySparkJob
Returns

#pyspark_job=

defpyspark_job=(value)->::Google::Cloud::Dataproc::V1::PySparkJob
Parameter
Returns

#reference

defreference()->::Google::Cloud::Dataproc::V1::JobReference
Returns
  • (::Google::Cloud::Dataproc::V1::JobReference) — 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.

#reference=

defreference=(value)->::Google::Cloud::Dataproc::V1::JobReference
Parameter
  • value (::Google::Cloud::Dataproc::V1::JobReference) — 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.
Returns
  • (::Google::Cloud::Dataproc::V1::JobReference) — 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.

#scheduling

defscheduling()->::Google::Cloud::Dataproc::V1::JobScheduling
Returns

#scheduling=

defscheduling=(value)->::Google::Cloud::Dataproc::V1::JobScheduling
Parameter
Returns

#spark_job

defspark_job()->::Google::Cloud::Dataproc::V1::SparkJob
Returns

#spark_job=

defspark_job=(value)->::Google::Cloud::Dataproc::V1::SparkJob
Parameter
Returns

#spark_r_job

defspark_r_job()->::Google::Cloud::Dataproc::V1::SparkRJob
Returns

#spark_r_job=

defspark_r_job=(value)->::Google::Cloud::Dataproc::V1::SparkRJob
Parameter
Returns

#spark_sql_job

defspark_sql_job()->::Google::Cloud::Dataproc::V1::SparkSqlJob
Returns

#spark_sql_job=

defspark_sql_job=(value)->::Google::Cloud::Dataproc::V1::SparkSqlJob
Parameter
Returns

#status

defstatus()->::Google::Cloud::Dataproc::V1::JobStatus
Returns

#status_history

defstatus_history()->::Array<::Google::Cloud::Dataproc::V1::JobStatus>
Returns

#trino_job

deftrino_job()->::Google::Cloud::Dataproc::V1::TrinoJob
Returns

#trino_job=

deftrino_job=(value)->::Google::Cloud::Dataproc::V1::TrinoJob
Parameter
Returns

#yarn_applications

defyarn_applications()->::Array<::Google::Cloud::Dataproc::V1::YarnApplication>
Returns
  • (::Array<::Google::Cloud::Dataproc::V1::YarnApplication>) — 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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.