Running Spark application
Answered
Microsoft has open-sourced the .net version of the Spark API. Spark artefacts are then ran with something like this:
spark-submit --class org.apache.spark.deploy.dotnet.DotnetRunner --master local microsoft-spark-2.4.x-0.4.0.jar dotnet my-app.dll
Can I execute this command or a flavour of it directly from Rider?
Please sign in to leave a comment.
Hello,
It seems that the Native Executable Run Configuration should help you in solving the case.
Please give it a try and let me know if you need any help.
Kind regards,
Sofya.