Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::Job (v1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
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-
(::Boolean) — Output only. Indicates whether the job is completed. If the value is
false, the job is still in progress. Iftrue, the job is completed, andstatus.statefield will indicate if it was successful, failed, or cancelled.
#driver_control_files_uri
defdriver_control_files_uri()->::String-
(::String) — Output only. If present, the location of miscellaneous control files
which can be used as part of job setup and handling. If not present,
control files might be placed in the same location as
driver_output_uri.
#driver_output_resource_uri
defdriver_output_resource_uri()->::String- (::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- (::Google::Cloud::Dataproc::V1::DriverSchedulingConfig) — Optional. Driver scheduling configuration.
#driver_scheduling_config=
defdriver_scheduling_config=(value)->::Google::Cloud::Dataproc::V1::DriverSchedulingConfig- value (::Google::Cloud::Dataproc::V1::DriverSchedulingConfig) — Optional. Driver scheduling configuration.
- (::Google::Cloud::Dataproc::V1::DriverSchedulingConfig) — Optional. Driver scheduling configuration.
#flink_job
defflink_job()->::Google::Cloud::Dataproc::V1::FlinkJob-
(::Google::Cloud::Dataproc::V1::FlinkJob) — Optional. Job is a Flink job.
Note: The following fields are mutually exclusive:
flink_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#flink_job=
defflink_job=(value)->::Google::Cloud::Dataproc::V1::FlinkJob-
value (::Google::Cloud::Dataproc::V1::FlinkJob) — Optional. Job is a Flink job.
Note: The following fields are mutually exclusive:
flink_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::FlinkJob) — Optional. Job is a Flink job.
Note: The following fields are mutually exclusive:
flink_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hadoop_job
defhadoop_job()->::Google::Cloud::Dataproc::V1::HadoopJob-
(::Google::Cloud::Dataproc::V1::HadoopJob) — Optional. Job is a Hadoop job.
Note: The following fields are mutually exclusive:
hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hadoop_job=
defhadoop_job=(value)->::Google::Cloud::Dataproc::V1::HadoopJob-
value (::Google::Cloud::Dataproc::V1::HadoopJob) — Optional. Job is a Hadoop job.
Note: The following fields are mutually exclusive:
hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::HadoopJob) — Optional. Job is a Hadoop job.
Note: The following fields are mutually exclusive:
hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hive_job
defhive_job()->::Google::Cloud::Dataproc::V1::HiveJob-
(::Google::Cloud::Dataproc::V1::HiveJob) — Optional. Job is a Hive job.
Note: The following fields are mutually exclusive:
hive_job,hadoop_job,spark_job,pyspark_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#hive_job=
defhive_job=(value)->::Google::Cloud::Dataproc::V1::HiveJob-
value (::Google::Cloud::Dataproc::V1::HiveJob) — Optional. Job is a Hive job.
Note: The following fields are mutually exclusive:
hive_job,hadoop_job,spark_job,pyspark_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::HiveJob) — Optional. Job is a Hive job.
Note: The following fields are mutually exclusive:
hive_job,hadoop_job,spark_job,pyspark_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#job_uuid
defjob_uuid()->::String- (::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 might be reused over time.
#labels
deflabels()->::Google::Protobuf::Map{::String=>::String}- (::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 can 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}- 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 can 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.
- (::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 can 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-
(::Google::Cloud::Dataproc::V1::PigJob) — Optional. Job is a Pig job.
Note: The following fields are mutually exclusive:
pig_job,hadoop_job,spark_job,pyspark_job,hive_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#pig_job=
defpig_job=(value)->::Google::Cloud::Dataproc::V1::PigJob-
value (::Google::Cloud::Dataproc::V1::PigJob) — Optional. Job is a Pig job.
Note: The following fields are mutually exclusive:
pig_job,hadoop_job,spark_job,pyspark_job,hive_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::PigJob) — Optional. Job is a Pig job.
Note: The following fields are mutually exclusive:
pig_job,hadoop_job,spark_job,pyspark_job,hive_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#placement
defplacement()->::Google::Cloud::Dataproc::V1::JobPlacement- (::Google::Cloud::Dataproc::V1::JobPlacement) — Required. Job information, including how, when, and where to run the job.
#placement=
defplacement=(value)->::Google::Cloud::Dataproc::V1::JobPlacement- value (::Google::Cloud::Dataproc::V1::JobPlacement) — Required. Job information, including how, when, and where to run the job.
- (::Google::Cloud::Dataproc::V1::JobPlacement) — Required. Job information, including how, when, and where to run the job.
#presto_job
defpresto_job()->::Google::Cloud::Dataproc::V1::PrestoJob-
(::Google::Cloud::Dataproc::V1::PrestoJob) — Optional. Job is a Presto job.
Note: The following fields are mutually exclusive:
presto_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#presto_job=
defpresto_job=(value)->::Google::Cloud::Dataproc::V1::PrestoJob-
value (::Google::Cloud::Dataproc::V1::PrestoJob) — Optional. Job is a Presto job.
Note: The following fields are mutually exclusive:
presto_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::PrestoJob) — Optional. Job is a Presto job.
Note: The following fields are mutually exclusive:
presto_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#pyspark_job
defpyspark_job()->::Google::Cloud::Dataproc::V1::PySparkJob-
(::Google::Cloud::Dataproc::V1::PySparkJob) — Optional. Job is a PySpark job.
Note: The following fields are mutually exclusive:
pyspark_job,hadoop_job,spark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#pyspark_job=
defpyspark_job=(value)->::Google::Cloud::Dataproc::V1::PySparkJob-
value (::Google::Cloud::Dataproc::V1::PySparkJob) — Optional. Job is a PySpark job.
Note: The following fields are mutually exclusive:
pyspark_job,hadoop_job,spark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::PySparkJob) — Optional. Job is a PySpark job.
Note: The following fields are mutually exclusive:
pyspark_job,hadoop_job,spark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#reference
defreference()->::Google::Cloud::Dataproc::V1::JobReference-
(::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-
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.
-
(::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- (::Google::Cloud::Dataproc::V1::JobScheduling) — Optional. Job scheduling configuration.
#scheduling=
defscheduling=(value)->::Google::Cloud::Dataproc::V1::JobScheduling- value (::Google::Cloud::Dataproc::V1::JobScheduling) — Optional. Job scheduling configuration.
- (::Google::Cloud::Dataproc::V1::JobScheduling) — Optional. Job scheduling configuration.
#spark_job
defspark_job()->::Google::Cloud::Dataproc::V1::SparkJob-
(::Google::Cloud::Dataproc::V1::SparkJob) — Optional. Job is a Spark job.
Note: The following fields are mutually exclusive:
spark_job,hadoop_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#spark_job=
defspark_job=(value)->::Google::Cloud::Dataproc::V1::SparkJob-
value (::Google::Cloud::Dataproc::V1::SparkJob) — Optional. Job is a Spark job.
Note: The following fields are mutually exclusive:
spark_job,hadoop_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::SparkJob) — Optional. Job is a Spark job.
Note: The following fields are mutually exclusive:
spark_job,hadoop_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#spark_r_job
defspark_r_job()->::Google::Cloud::Dataproc::V1::SparkRJob-
(::Google::Cloud::Dataproc::V1::SparkRJob) — Optional. Job is a SparkR job.
Note: The following fields are mutually exclusive:
spark_r_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#spark_r_job=
defspark_r_job=(value)->::Google::Cloud::Dataproc::V1::SparkRJob-
value (::Google::Cloud::Dataproc::V1::SparkRJob) — Optional. Job is a SparkR job.
Note: The following fields are mutually exclusive:
spark_r_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::SparkRJob) — Optional. Job is a SparkR job.
Note: The following fields are mutually exclusive:
spark_r_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_sql_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#spark_sql_job
defspark_sql_job()->::Google::Cloud::Dataproc::V1::SparkSqlJob-
(::Google::Cloud::Dataproc::V1::SparkSqlJob) — Optional. Job is a SparkSql job.
Note: The following fields are mutually exclusive:
spark_sql_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#spark_sql_job=
defspark_sql_job=(value)->::Google::Cloud::Dataproc::V1::SparkSqlJob-
value (::Google::Cloud::Dataproc::V1::SparkSqlJob) — Optional. Job is a SparkSql job.
Note: The following fields are mutually exclusive:
spark_sql_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::SparkSqlJob) — Optional. Job is a SparkSql job.
Note: The following fields are mutually exclusive:
spark_sql_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,presto_job,trino_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#status
defstatus()->::Google::Cloud::Dataproc::V1::JobStatus-
(::Google::Cloud::Dataproc::V1::JobStatus) — Output only. The job status. Additional application-specific
status information might be contained in the
type_jobandyarn_applicationsfields.
#status_history
defstatus_history()->::Array<::Google::Cloud::Dataproc::V1::JobStatus>- (::Array<::Google::Cloud::Dataproc::V1::JobStatus>) — Output only. The previous job status.
#trino_job
deftrino_job()->::Google::Cloud::Dataproc::V1::TrinoJob-
(::Google::Cloud::Dataproc::V1::TrinoJob) — Optional. Job is a Trino job.
Note: The following fields are mutually exclusive:
trino_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trino_job=
deftrino_job=(value)->::Google::Cloud::Dataproc::V1::TrinoJob-
value (::Google::Cloud::Dataproc::V1::TrinoJob) — Optional. Job is a Trino job.
Note: The following fields are mutually exclusive:
trino_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataproc::V1::TrinoJob) — Optional. Job is a Trino job.
Note: The following fields are mutually exclusive:
trino_job,hadoop_job,spark_job,pyspark_job,hive_job,pig_job,spark_r_job,spark_sql_job,presto_job,flink_job. If a field in that set is populated, all other fields in the set will automatically be cleared.
#yarn_applications
defyarn_applications()->::Array<::Google::Cloud::Dataproc::V1::YarnApplication>-
(::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 might be changed before final release.