I am trying to do a mapreduce using R. There is an R package called mapReduce but its functionality was not for complex mapreduce applications. I am using mongodb for my datatbase and use R's rmongodb package to access it.Now if U need to do some mapredece, Does anybody know a good R package?
Asked
Active
Viewed 375 times
1 Answers
0
Have a look at RHadoop (http://blog.revolutionanalytics.com/2011/09/mapreduce-hadoop-r.html). Maybe that has a bit more to offer ...
Greetings

GWD
- 1,387
- 10
- 22
-
Yes, they have a mapreduce but one needs to have hadoop and HDFS installed in order for it to work. – user1848018 Dec 20 '12 at 14:53