maxFailuresTotal property

int? maxFailuresTotal
getter/setter pair

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 (https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).

Optional.

Implementation

core.int? maxFailuresTotal;