-
Notifications
You must be signed in to change notification settings - Fork 328
Description
Hi All,
Might be a dumb question.
I am experienced in .net but new to the GIT and Spark. I am trying to run Spark from .net.
I tried to follow the step as shown here,
https://github.com/dotnet/spark/blob/master/README.md#get-started
After couple of struggle i was able to get in to the point of running Spark-Submit.
But when i run that
I am getting this error
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I know its a reference error and i know how to fix it in the VS.
But since this thing is running under Spark Interop, am not sure how to fix this.
I tried installing the System.Runtime from the nuget manager.
Thanks in advance and any help is much appreciated.