Class: Google::Cloud::Dataproc::V1::JobScheduling

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb

Overview

Job scheduling options.

Beta Feature: These options are available for testing purposes only. They may be changed before final release.

Instance Attribute Summary collapse

Instance Attribute Details

#max_failures_per_hourInteger

Returns Optional. Maximum number of times per hour a driver may be restarted as a result of driver terminating 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.

Returns:

  • (Integer)

    Optional. Maximum number of times per hour a driver may be restarted as a result of driver terminating 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.



522
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 522

class JobScheduling; end