This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.API.JobParameters Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Properties | List of all members
Org.Apache.REEF.Client.API.JobParameters Class Reference

The parameters for a REEF job, used to specify job parameters on each REEF submission. More...

Properties

string JobIdentifier [get]
 The identifier of the job. More...
 
int MaxApplicationSubmissions [get]
 The maximum amount of times the job can be submitted. More...
 
int DriverMemoryInMB [get]
 The size of the driver memory, in MB. More...
 
Optional< string > StdoutFilePath [get]
 Gets the file path for stdout for the driver. More...
 
Optional< string > StderrFilePath [get]
 Gets the file path for stderr for the driver. More...
 
JavaLoggingSetting JavaLogLevel [get]
 Gets the Java log level. More...
 

Detailed Description

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.

Property Documentation

int Org.Apache.REEF.Client.API.JobParameters.DriverMemoryInMB
get

The size of the driver memory, in MB.

JavaLoggingSetting Org.Apache.REEF.Client.API.JobParameters.JavaLogLevel
get

Gets the Java log level.

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: