Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently CLR driver is started by java driver. This is problematic for CLR when for looking for assemblies to load as it would look at %JAVA_HOME%\bin. So we manage our own assembly loading by using AppDomain.AssemblyResolve event. This works but gets us into assembly versioning business. Better to sandwich wrap java with DotNet Driver so that CLR itself can manage assembly loading.
Phase I: This JIRA, is for creating the CLI C++ project Org.Apache.REEF.ClrDriver which will take the same parameters as produced by JavaLaunchCommandBuilder pass them thru to java using JNI.