Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::JobScheduling.
Job scheduling options.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_failures_per_hour
def max_failures_per_hour() -> ::Integer
-
(::Integer) — 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 the driver exits with a non-zero code four times within a 10-minute window.
Maximum value is 10.
Note: This restartable job option is not supported in Dataproc workflow templates.
#max_failures_per_hour=
def max_failures_per_hour=(value) -> ::Integer
-
value (::Integer) — 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 the driver exits with a non-zero code four times within a 10-minute window.
Maximum value is 10.
Note: This restartable job option is not supported in Dataproc workflow templates.
-
(::Integer) — 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 the driver exits with a non-zero code four times within a 10-minute window.
Maximum value is 10.
Note: This restartable job option is not supported in Dataproc workflow templates.
#max_failures_total
def max_failures_total() -> ::Integer
-
(::Integer) — Optional. Maximum total number of times a driver may be restarted as a
result of the driver exiting with a non-zero code. After the maximum number
is reached, the job will be reported as failed.
Maximum value is 240.
Note: Currently, this restartable job option is not supported in Dataproc workflow templates.
#max_failures_total=
def max_failures_total=(value) -> ::Integer
-
value (::Integer) — Optional. Maximum total number of times a driver may be restarted as a
result of the driver exiting with a non-zero code. After the maximum number
is reached, the job will be reported as failed.
Maximum value is 240.
Note: Currently, this restartable job option is not supported in Dataproc workflow templates.
-
(::Integer) — Optional. Maximum total number of times a driver may be restarted as a
result of the driver exiting with a non-zero code. After the maximum number
is reached, the job will be reported as failed.
Maximum value is 240.
Note: Currently, this restartable job option is not supported in Dataproc workflow templates.