The parameters for a REEF job, used to specify job parameters on each REEF submission.
More...
The parameters for a REEF job, used to specify job parameters on each REEF submission.
For application parameters which is specified only once for all job submissions of the same REEF application, see AppParameters.
| int Org.Apache.REEF.Client.API.JobParameters.DriverMemoryInMB |
|
get |
The size of the driver memory, in MB.
| string Org.Apache.REEF.Client.API.JobParameters.JobIdentifier |
|
get |
The identifier of the job.
| int Org.Apache.REEF.Client.API.JobParameters.MaxApplicationSubmissions |
|
get |
The maximum amount of times the job can be submitted.
Used primarily in the driver restart scenario.
| Optional<string> Org.Apache.REEF.Client.API.JobParameters.StderrFilePath |
|
get |
Gets the file path for stderr for the driver.
| Optional<string> Org.Apache.REEF.Client.API.JobParameters.StdoutFilePath |
|
get |
Gets the file path for stdout for the driver.
The documentation for this class was generated from the following file: