Is there a .NET equivalent to Apache Hadoop? [closed] Is there a .NET equivalent to Apache Hadoop? [closed] hadoop hadoop

Is there a .NET equivalent to Apache Hadoop? [closed]


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.


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