Version 0.5.0 of .NET for Apache Spark has been released. This means that it is time to update my previously released docker image and also show how to perform a quick test using the included C# example project.
A more detailed description of the image itself is available at https://hub.docker.com/r/3rdman/dotnet-spark

If you are looking for a way to debug your .NET for Apache Spark project, then you might be interested in this post as well.
Starting and accessing the container
You can fire up a container based on this .NET … more