Google Cloud Dataproc V1 Client - Class JobScheduling (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JobScheduling.

Job scheduling options.

Generated from protobuf message google.cloud.dataproc.v1.JobScheduling

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ max_failures_per_hour int

Optional. Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window. Maximum value is 10. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

↳ max_failures_total int

Optional. Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. Maximum value is 240. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

getMaxFailuresPerHour

Optional. Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window. Maximum value is 10. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

Generated from protobuf field int32 max_failures_per_hour = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

setMaxFailuresPerHour

Optional. Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window. Maximum value is 10. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

Generated from protobuf field int32 max_failures_per_hour = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaxFailuresTotal

Optional. Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

Maximum value is 240. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

Generated from protobuf field int32 max_failures_total = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

setMaxFailuresTotal

Optional. Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed.

Maximum value is 240. Note: Currently, this restartable job option is not supported in Dataproc workflow template jobs.

Generated from protobuf field int32 max_failures_total = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$this