Skip to content

[BUG]: Spark .NET gives preference to DLLs existing on the worker nodes on top of different version DLLs packaged through the customer application #1025

Open
@Niharikadutta

Description

@Niharikadutta

Describe the bug
Spark .NET gives preference to DLLs existing on the worker nodes on top of different version DLLs packaged through the customer application. This causes user applications depending on their DLL version fail with the following error:

System.TypeLoadException: Could not load type 'ABC' from assembly 'XYZ, Version=1.0.0.0, Culture=neutral, PublicKeyToken=qwertyui'

Expected behavior
Spark .NET should give preference to and load user specified DLLs while running the tasks on the worker.

Additional context
Related to issue - #732

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions