|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
Contains all file system constants used by REEF. More...
Public Member Functions | |
| REEFFileNames () | |
| string | GetReefFolderName () |
| The name of the REEF folder inside of the working directory of an Evaluator or Driver More... | |
| string | GetGlobalFolderName () |
| string | GetGlobalFolderPath () |
| string | GetLocalFolderName () |
| string | GetLocalFolderPath () |
| string | GetDriverConfigurationName () |
| string | GetClrDriverConfigurationName () |
| string | GetDriverConfigurationPath () |
| string | GetClrDriverConfigurationPath () |
| string | GetEvaluatorConfigurationName () |
| string | GetEvaluatorConfigurationPath () |
| string | GetClrBridgeConfigurationName () |
| string | GetJarFileSuffix () |
| string | GetJobFolderPrefix () |
| The prefix used whenever REEF is asked to create a job folder, on (H)DFS or locally. More... | |
| string | GetDriverStderrFileName () |
| string | GetDriverStdoutFileName () |
| string | GetEvaluatorFolderPrefix () |
| string | GetEvaluatorStderrFileName () |
| string | GetEvaluatorStdoutFileName () |
| string | GetCppBridge () |
| string | GetBridgeExePath () |
| The path of the Driver Launcher exe. More... | |
| string | GetBridgeExeConfigPath () |
| The path of the Driver Launcher exe config . More... | |
| string | GetAppSubmissionParametersFile () |
| The Job Submission application parameters file that is used to submit a job through Java, either directly or via a "bootstrap" method. More... | |
| string | GetJobSubmissionParametersFile () |
| The Job Submission job parameters file that is used to submit a job through Java, either directly or via a "bootstrap" method. More... | |
| string | GetYarnDriverLogOutputVariable () |
| Returns the default driver log output variable for YARN. More... | |
| string | GetDefaultYarnDriverStdoutFilePath () |
| The default YARN Driver stdout file path. More... | |
| string | GetDefaultYarnDriverStderrFilePath () |
| The default YARN Driver stderr file path. More... | |
| string | GetDriverLoggingConfigCommand () |
| The command that allows redirecting Driver stdout and stderr logs to appropriate files More... | |
| string | GetSecurityTokenIdentifierFileName () |
| The filename for security token identifier More... | |
| string | GetSecurityTokenPasswordFileName () |
| The filename for security token password More... | |
| string | GetPidFileName () |
| The file name of the PID file created in the current working directory of the process. More... | |
Properties | |
| string | DriverHttpEndpoint [get] |
Contains all file system constants used by REEF.
Whenever editing this, make sure you also edit org.apache.reef.runtime.common.files.REEFFileNames in the java code base.
|
inline |
|
inline |
The Job Submission application parameters file that is used to submit a job through Java, either directly or via a "bootstrap" method.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The default YARN Driver stderr file path.
|
inline |
The default YARN Driver stdout file path.
|
inline |
|
inline |
|
inline |
The command that allows redirecting Driver stdout and stderr logs to appropriate files
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The prefix used whenever REEF is asked to create a job folder, on (H)DFS or locally.
This prefix is also used with JAR files created to represent a job.
|
inline |
The Job Submission job parameters file that is used to submit a job through Java, either directly or via a "bootstrap" method.
|
inline |
|
inline |
|
inline |
The file name of the PID file created in the current working directory of the process.
This is similar to the file name in the PIDStoreHandler.java
|
inline |
|
inline |
The filename for security token identifier
|
inline |
The filename for security token password
|
inline |
Returns the default driver log output variable for YARN.
Expands into the constant "<LOG_DIR>".
|
get |
1.8.11