Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
This is the .NET implementation of functionality similar to `org.apache.reef.runtime.yarn.client.uploader.JobUploader`.
In order to submit job to a resource manager we need to upload certain packaged resource files to a designated filesystem such that resource management infrastructure can obtain the resources on machine where driver will run.
Here we want to add this functionality to .NET client.