harishukla93

Results 11 comments of harishukla93

Thanks for the quick reply. I copied in DOTNET_WORKER_DIR=/opt/Microsoft.Spark.Worker-1.0.0 but it didn't worked. With above suggestion, I tried with adding another path `export DOTNET_ASSEMBLY_SEARCH_PATHS="/home/ubuntu/Downloads/NewDLLs"` It gives me one more path...

I also tried this Classes.dll and others in a normal c# project with mono to make sure the DLL is valid. It worked as expected.

Yes, this is what I followed. I am running with master=local with worker and UDF which is straightforward with this configuration. This document has some parameter options which are available...

I have used this documentation for running my first app.: https://dotnet.microsoft.com/learn/data/spark-tutorial/install-dotnet It redirects me to install .NET5. Anyways just installing .NET Core 3.1. I am getting a strong feeling that...

Tried with .NET core 3.1, no luck. This is really strange.

Yes, infact this file is available on all three paths: /home/ubuntu/Downloads/NewDLLs /home/ubuntu/project/rs-etl-test/bin/Debug/netcoreapp3.1 /opt/Microsoft.Spark.Worker-1.0.0/

This is something with this Classes.dll I have. I got to know from source of this DLL that this is Classes.dll is build for .net4.0 and x86. Today morning I...

> @harishukla93 was Classes.dll recompiiled and copied to the `/home/ubuntu/Downloads/NewDLLs/` after recompiling your main app from .net 5 to .net core 3.1 ? I had created a new app with...

@suhsteve I have used sources directly to get rid off the Classes.dll. But I am deserializing some data in UDF using `System.Runtime.Serialization.Formatters` BinaryFormatter and MemoryStream. But it is giving me...

Got the issue. Following the documentation, I have a downloaded version .Net 5.0 and the default value for the console is net5.0