Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The .NET client currently invokes a Java program to do the actual submission. In the case of YARN, that is YarnJobSubmissionClient. However, that class does not merge the configurations provided by the DriverConfigurationProviders. This means that, for instance, configured port ranges are not handed over from C# to Java.
Note that the issue doesn't exist for the local client, LocalClient. Its submit method merges the configurations in. We should do the same in YarnJobSubmissionClient
Attachments
Issue Links
- is blocked by
-
REEF-765 Make job submission from C# through the java client safer
- Resolved
- links to