Class Google::Cloud::Dataproc::V1::JobScheduling (v0.8.0)

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
Returns
  • (::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 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_per_hour=

def max_failures_per_hour=(value) -> ::Integer
Parameter
  • 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 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.

Returns
  • (::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 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

def max_failures_total() -> ::Integer
Returns
  • (::Integer) — 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.

#max_failures_total=

def max_failures_total=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

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