Displaying 1 result from an estimated 1 matches for "mrlapply".
Did you mean:
mclapply
2009 Jan 24
0
R and Hadoop Integrated Processing Environment - RHIPE
...r a fashion, interact with very large datasets
using the Map Reduce programming model. We also use IBM's TSpaces to
implement a shared memory implementation that can be
accessed via R(somewhat like networkspaces). RHIPE uses Rserve to
execute R code.
Some of the functions implemented are:
mrlapply - run lapply across a Hadoop cluster
mrsubsetf - subset a file according to an R function
mtapplyf - run a tapply on a file -
mrmapreduce - run a map reduce algorithm on a file or group of files.
The user provides a mapper and reducer.
The are also some shared memory operations such as mrread,m...