Re: Program is running well in pseudo distributed mode on Hadoop-0.18.3, but it is not running in distributed mode on 4 nodes(each running Redhat linux 9)

2010-01-04 Thread Ravi
Thanks a lot steve. I will go through the link. Ravi. On Mon, Jan 4, 2010 at 8:14 PM, Steve Loughran wrote: > Ravi wrote: > >> Hi, >> I have designed a mapreduce algorithm for all pairs shortest paths >> problem. As a part of the implementation of this algorithm, I have written >> the following

Re: Program is running well in pseudo distributed mode on Hadoop-0.18.3, but it is not running in distributed mode on 4 nodes(each running Redhat linux 9)

2010-01-04 Thread Steve Loughran
Ravi wrote: Hi, I have designed a mapreduce algorithm for all pairs shortest paths problem. As a part of the implementation of this algorithm, I have written the following mapreduce job. It is running well and producing desired output in pseudo distributed mode. I have used a machine with u

Program is running well in pseudo distributed mode on Hadoop-0.18.3, but it is not running in distributed mode on 4 nodes(each running Redhat linux 9)

2010-01-04 Thread Ravi
Hi, I have designed a mapreduce algorithm for all pairs shortest paths problem. As a part of the implementation of this algorithm, I have written the following mapreduce job. It is running well and producing desired output in pseudo distributed mode. I have used a machine with ubuntu 8.04 and had