clegendre
clegendre
Spark.NET will look at your custom DLL using this environment variable; **DOTNET_ASSEMBLY_SEARCH_PATHS** So, just before spark-submit, you can set the environment variable targeting your dll folder: ```bash set DOTNET_ASSEMBLY_SEARCH_PATHS=absolute_path_to_folder_containing_dlls ```...
Good point, I had issues using .NET 5, regarding System.Runtime for example. I fixed them by downgrading to .NET Core 3.1.
Hello, Any update on this feature request?
What about the status of this issue and the respective PR ? This is blocking us for deploying our application.
Thank you! Happened to me today, on Windows: Cache location: ` ~\AppData\Roaming\Code\CachedData`
> > Thank you! Happened to me today, on Windows: Cache location: ` ~\AppData\Roaming\Code\CachedData` > > And killing the stray processes and removing the cached data worked on Windows? Yep,...