Re: Is MapReduce NFS friendly

2010-08-03 Thread Jyothish Soman
Forgot to thank you for this, it did work fine. Did the trick for me. Thanks a lot On Tue, May 11, 2010 at 12:09 AM, Marcin Sieniek < msien...@wirtualne-tatry.pl> wrote: > Hi Jyothish, > > I had exactly the same problem and I solved it. To answer your question: as > for me, HDFS and NFS are tot

Re: Is MapReduce NFS friendly

2010-05-10 Thread Marcin Sieniek
Hi Jyothish, I had exactly the same problem and I solved it. To answer your question: as for me, HDFS and NFS are totally incompatible;) However, you may configure MadReduce to run on NFS only, without HDFS. See the last but one post here: http://old.nabble.com/Hadoop-over-Lustre--td19092864.

Re: Is MapReduce NFS friendly

2010-05-10 Thread alex kamil
Jyothish, as far as i know it is not recommended to run Hadoop on NFS, you suppose to use use local volumes for all mapred and dfs directories Alex On Mon, May 10, 2010 at 2:00 PM, Jyothish Soman wrote: > I have a distributed system on NFS, and wanted to use MapReduce on it, but > the system ke

Is MapReduce NFS friendly

2010-05-10 Thread Jyothish Soman
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 question. Is HDFS and NFS compatible?.