vote up 4 vote down star
2

So, I've been looking at Hadoop with keen interest, and to be honest I'm fascinated, things don't get much cooler.

My only minor issue is I'm a C# developer and it's in Java.

It's not that I don't understand the Java as much as I'm looking for the Hadoop.net or NHadoop or the .net project that embraces the Google MapReduce approach. Does anyone know of one?

Thanks

flag

5 Answers

vote up 7 vote down check

Have you looked at using Hadoop's streaming?

I use it in python all the time :-).

I'm starting to see that the heterogeneous approach is often the best and it looks like other folks are doing the same.

If you look at projects like protocol-buffers or facebook's thrift you see that sometimes it's just best to use an app written in another language and build the glue in the language of your preference.

link|flag
vote up 1 vote down

Recently, MySpace released their .NET MapReduce framework, Qizmt, as Open Source, so this is also a potential contender in this space.

link|flag
vote up 0 vote down

Hadoop.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Hadoop to the C# and .NET platform utilizing Microsoft .NET Framework.

http://code.google.com/p/hadoopdotnet/

link|flag
Where's the source code? The google code repo is empty – Mauricio Scheffer Jun 24 at 2:57
I don't get why this is the accepted answer. Sure it sounds like a good answer, but the value in it is negligible – Pieter Breed Jul 2 at 7:47
the repo is still empty – Steve Aug 30 at 22:36
vote up 0 vote down

There's a pretty cute MapReduce implementation for .NET at: http://mapsharp.codeplex.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.