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

Properties

int DriverMemory [get, set]
 Memory allocated for driver, default to 512 MB More...
 
bool IncludingNameServer [get, set]
 Gets or sets a value indicating whether including name server in the config file. More...
 
bool IncludingHttpServer [get, set]
 Gets or sets a value indicating whether including HTTP server in the config file. More...
 
string DriverIdentifier [get, set]
 Driver Identifier, default to "ReefDevClrBridge" More...
 
string SubmissionDirectory [get, set]
 Driver job submission directory in (H)DFS where jar file shall be uploaded, default to a tmp directory with GUID name If set by CLR user, the user must guarantee the uniqueness of the directory across multiple jobs More...
 
string ClrFolder [get, set]
 Gets or sets the CLR folder. More...
 
string JarFileFolder [get, set]
 Gets or sets the jar file folder. More...
 

Property Documentation

string Org.Apache.REEF.Driver.DriverConfigurationSettings.ClrFolder
getset

Gets or sets the CLR folder.

The CLR folder.

string Org.Apache.REEF.Driver.DriverConfigurationSettings.DriverIdentifier
getset

Driver Identifier, default to "ReefDevClrBridge"

int Org.Apache.REEF.Driver.DriverConfigurationSettings.DriverMemory
getset

Memory allocated for driver, default to 512 MB

bool Org.Apache.REEF.Driver.DriverConfigurationSettings.IncludingHttpServer
getset

Gets or sets a value indicating whether including HTTP server in the config file.

true if [including HTTP server]; otherwise, false.

bool Org.Apache.REEF.Driver.DriverConfigurationSettings.IncludingNameServer
getset

Gets or sets a value indicating whether including name server in the config file.

true if [including name server]; otherwise, false.

string Org.Apache.REEF.Driver.DriverConfigurationSettings.JarFileFolder
getset

Gets or sets the jar file folder.

The jar file folder.

string Org.Apache.REEF.Driver.DriverConfigurationSettings.SubmissionDirectory
getset

Driver job submission directory in (H)DFS where jar file shall be uploaded, default to a tmp directory with GUID name If set by CLR user, the user must guarantee the uniqueness of the directory across multiple jobs


The documentation for this class was generated from the following file: