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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

Job scheduling options.

Instance Attribute Summary collapse

Instance Attribute Details

#max_failures_per_hour::Integer

Returns 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.

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.



794
795
796
797
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 794

class JobScheduling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_failures_total::Integer

Returns 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.

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.



794
795
796
797
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 794

class JobScheduling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end