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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ max_failures_per_hour |
int
Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed. A job might 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 |
int
Optional. Maximum total number of times a driver can 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. |
getMaxFailuresPerHour
Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed.
A job might 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.
Returns | |
---|---|
Type | Description |
int |
setMaxFailuresPerHour
Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed.
A job might 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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMaxFailuresTotal
Optional. Maximum total number of times a driver can 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.
Returns | |
---|---|
Type | Description |
int |
setMaxFailuresTotal
Optional. Maximum total number of times a driver can 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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |