This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Client.Yarn.IJobResourceUploader Interface Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.Client.Yarn.IJobResourceUploader Interface Reference

Inherited by Org.Apache.REEF.Client.Yarn.LegacyJobResourceUploader, and Org.Apache.REEF.Client.YARN.RestClient.FileSystemJobResourceUploader.

Public Member Functions

Task< JobResourceUploadArchiveResourceAsync (string driverLocalFolderPath, string remoteUploadDirectoryPath)
 Creates the archive from local driver folder and uploads it to DFS destination path. More...
 
Task< JobResourceUploadFileResourceAsync (string fileLocalPath, string remoteUploadDirectoryPath)
 Locates a file resource and uploads it to DFS destination path. More...
 

Member Function Documentation

Task<JobResource> Org.Apache.REEF.Client.Yarn.IJobResourceUploader.UploadArchiveResourceAsync ( string  driverLocalFolderPath,
string  remoteUploadDirectoryPath 
)

Creates the archive from local driver folder and uploads it to DFS destination path.

Parameters
driverLocalFolderPathLocal folder where REEF application resources are staged
remoteUploadDirectoryPathRemote directory path where we will upload resources
Returns
Path, modification time and size of uploaded file as JobResource
Task<JobResource> Org.Apache.REEF.Client.Yarn.IJobResourceUploader.UploadFileResourceAsync ( string  fileLocalPath,
string  remoteUploadDirectoryPath 
)

Locates a file resource and uploads it to DFS destination path.

Parameters
fileLocalPathfile path
remoteUploadDirectoryPathRemote directory path where we will upload resources
Returns
Path, modification time and size of uploaded file as JobResource

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