There are two main steps:
1. Installing Nuget Package manager if you haven’t already.
2. Installing Microsoft .Net SDK for Hadoop
Installing Nuget Package manager
1) Open Visual Studio
2) Tools Menu > Extensions Manager > Search online gallery > Nuget
3) Downloaded and Installed Nuget:
4. Restarted Visual Studio
Installing Microsoft .NET SDK for Hadoop
1. Tools menu > Library Package Manager > Package Manager console
2. Installed Map/Reduce, Linq to Hive and WebHDFS component by running following commands in the package manager prompt:
Example for:
install-package Microsoft.Hadoop.MapReduce -pre
Conclusion:
In this post, we saw how to install Microsoft .NET SDK for Hadoop.
Resource:
Continue learning: Programming MapReduce Jobs with HDInsight Server for Windows