Is there an implementation of MapReduce/Hadoop on Azure?
|
2
|
|
|
|
|
|
Microsoft Research has DryadLINQ which is a powerful LINQ expression distribution engine. I hope they port this to Azure!
It has an implementation of MapReduce like this:
Amazingly simple implementation! With the power of DryadLINQ, I don't see why you need to be constrained to MapReduce - you can simply create the exact LINQ query that returns the information you're looking for. NOTE: this is my approximation of their implementation - the PDF does not contain the exact method signature or implementation |
||||||
|
|
|
No, there is not at the moment. And it does not look like there is one coming soon. Details
PS: Elastic Map Reduce is not solution for .NET developers till Amazon starts including Mono that could be used with Hadoop Streaming. |
||||||
|
|
|
I'm not sure there's an out-of-the-box solution in Azure, but AWS might have what you're looking for (in beta): http://aws.amazon.com/elasticmapreduce/ |
||
|
|

