[R] Parallel writes in R

Uwe Ligges ligges at statistik.tu-dortmund.de
Sun Apr 8 17:22:54 CEST 2012



On 02.04.2012 21:35, Jonathan Greenberg wrote:
> R-helpers:
>
> I'm curious what support R has for parallel writes to a binary file?
> If I want to use snow to have each node write different "rows" of a
> flat binary file (possibly out of sequence), are there any
> tricks/issues I should be aware of?

This is a very hard task, since you have to synchonice the nodes. 
Typically it is more advisable to collect the rows by the master and 
write the whole file from there.

Uwe Ligges


>
> --j
>



More information about the R-help mailing list