Re: Is MapReduce NFS friendly

2010-08-03 Thread Jyothish Soman
directories Alex On Mon, May 10, 2010 at 2:00 PM, Jyothish Soman jyothish.so...@gmail.comwrote: I have a distributed system on NFS, and wanted to use MapReduce on it, but the system keeps spawning errors related to inability to allocate temporary space. Though sufficient is available, hence my

In Memory Filesystem

2010-06-20 Thread Jyothish Soman
?. Is it the intrinsic behaviour, or did I miss something. Regards, Jyothish Soman

Re: Multithreaded Mapper and Map runner

2010-06-13 Thread Jyothish Soman
multicore is virtualization. Not just simple multithreading. Regards, Jyothish Soman On Fri, Jun 11, 2010 at 7:09 PM, Aaron Kimball aa...@cloudera.com wrote: This will likely break most programs you try to run. Many mapper implementations are not thread safe. That having been said, if you want