Quantcast
Viewing all articles
Browse latest Browse all 9

Set up Hadoop programming environment in C#/Visual Studio 2012

After getting initial understanding of Hadoop, I am ready to deep dive into HDInsight, Microsoft’s platform built on top of Hadoop. Since I come from C# programming background, I wanted to do something that won’t require me to get into Java world and be more productive.

Lets launch Visual Studio 2012 and create a new Console Application. After this, download and install MapReduce NuGet library (Search for Hadoop, find and install Microsoft.net Map Reduce API for Hadoop). You would see NewtonSoft.Json and Microsoft.Hadoop.MapReduce libraries as well as MRLib folder/files added to you project.

Image may be NSFW.
Clik here to view.
clip_image003

That’s it. You are ready to write your first MapReduce program.

Happy Learning.


Viewing all articles
Browse latest Browse all 9

Trending Articles