I am not able to run this program in distributed mode but I am able to run it in pseudo distributed mode

2010-01-02 Thread Ravi
import java.lang.Integer; import java.util.TreeMap; import java.io.IOException; import java.util.Date; import java.util.Iterator; import java.lang.StringBuilder; import java.util.StringTokenizer; import java.util.Random; import java.lang.String; import java.util.TreeSet; import java.util.HashMap; i

Re: I am not able to run this program in distributed mode but I am able to run it in pseudo distributed mode

2010-01-02 Thread Ravi
Someone please go through the code and fix the bug. Thanks in advance. On Sat, Jan 2, 2010 at 10:05 PM, Ravi wrote: > import java.lang.Integer; > import java.util.TreeMap; > import java.io.IOException; > import java.util.Date; > import java.util.Iterator; > import java.lang.StringBuilder; > impor

Re: I am not able to run this program in distributed mode but I am able to run it in pseudo distributed mode

2010-01-02 Thread Todd Lipcon
http://catb.org/~esr/faqs/smart-questions.html#id383250 Please go through the above explanation of how to ask questions on a mailing list, and repost your question. Thanks in advance. On Sat, Jan 2, 2010 at 8:35 AM, Ravi wrote: > import java.lang.Integer; > import java.util.TreeMap; > import ja