Apache REEF  0.14.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Driver.DriverSubmissionSettings Class Reference

Public Member Functions

string ToComamndLineArguments ()
 
string ToCommandLineArguments ()
 

Properties

bool UpdateJarBeforeSubmission [get, set]
 Whether to update jar file with needed dlls before submission User can choose to reduce startup time by skipping the update, if jar file already contains all necessary dll Note this settig is .NET only, it does not propagate to java side. More...
 
JavaLoggingSetting JavaLogLevel [get, set]
 Determine the vebosity of Java driver's log. More...
 
int DriverMemory [get, set]
 Memory allocated for driver, default to 512 MB More...
 
string DriverIdentifier [get, set]
 Driver Identifier, default to "ReefDevClrBridge" More...
 
bool Submit [get, set]
 Whether to submit driver with config after driver configuration is construted, default to True More...
 
int ClientWaitTime [get, set]
 How long client would wait for Driver, default to wait till driver is done 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 uniquness of the directory across multiple jobs More...
 
bool RunOnYarn [get, set]
 Whether to Run on YARN runtime, default to false More...
 

Member Function Documentation

string Org.Apache.REEF.Driver.DriverSubmissionSettings.ToComamndLineArguments ( )
inline
string Org.Apache.REEF.Driver.DriverSubmissionSettings.ToCommandLineArguments ( )
inline

Property Documentation

int Org.Apache.REEF.Driver.DriverSubmissionSettings.ClientWaitTime
getset

How long client would wait for Driver, default to wait till driver is done

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

Driver Identifier, default to "ReefDevClrBridge"

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

Memory allocated for driver, default to 512 MB

JavaLoggingSetting Org.Apache.REEF.Driver.DriverSubmissionSettings.JavaLogLevel
getset

Determine the vebosity of Java driver's log.

Note this parameter is used when launching java process only, it does not propagate to java side.

bool Org.Apache.REEF.Driver.DriverSubmissionSettings.RunOnYarn
getset

Whether to Run on YARN runtime, default to false

string Org.Apache.REEF.Driver.DriverSubmissionSettings.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 uniquness of the directory across multiple jobs

bool Org.Apache.REEF.Driver.DriverSubmissionSettings.Submit
getset

Whether to submit driver with config after driver configuration is construted, default to True

bool Org.Apache.REEF.Driver.DriverSubmissionSettings.UpdateJarBeforeSubmission
getset

Whether to update jar file with needed dlls before submission User can choose to reduce startup time by skipping the update, if jar file already contains all necessary dll Note this settig is .NET only, it does not propagate to java side.


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