Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread SRIKANTH KOMMINENI (RIT Student)
Thanks your help , I finally am able to run my program and I still dont have a clue why I was having that issue. I just removed everything that had to do with hadoop and started working a fresh copy of hadoop and it just worked. On Thu, Apr 12, 2012 at 11:56 AM, SRIKANTH KOMMINENI (RIT Student) <

Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread SRIKANTH KOMMINENI (RIT Student)
The following is the error that i get bin/hadoop jar hadoop-examples-*.jar grep input output 'dfs[a-z.]+' 12/04/11 23:52:50 INFO util.NativeCodeLoader: Loaded the native-hadoop library 12/04/11 23:52:50 WARN mapred.JobClient: No job jar file set. User classes may not be found. See JobConf(Class

Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread Mapred Learn
Can u share ur error also ? Sent from my iPhone On Apr 12, 2012, at 7:16 AM, Marcos Ortiz wrote: > Can you show to us the logs of your NN/DN? > > On 04/12/2012 03:28 AM, SRIKANTH KOMMINENI (RIT Student) wrote: >> >> Tried that it didn't work for a lot of combinations of values >> >> On Thu,

Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread Marcos Ortiz
Can you show to us the logs of your NN/DN? On 04/12/2012 03:28 AM, SRIKANTH KOMMINENI (RIT Student) wrote: Tried that it didn't work for a lot of combinations of values On Thu, Apr 12, 2012 at 3:25 AM, Mapred Learn > wrote: Try exporting HADOOP_HEAPSIZE to b

Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread SRIKANTH KOMMINENI (RIT Student)
Tried that it didn't work for a lot of combinations of values On Thu, Apr 12, 2012 at 3:25 AM, Mapred Learn wrote: > Try exporting HADOOP_HEAPSIZE to bigger value like 1500 (1.5 gb) before > running program or change it in hadoop-env.sh > > If still gives error, u can try with bigger value. > > S

Re: unable to resolve the heap space error even when running the examples

2012-04-12 Thread Mapred Learn
Try exporting HADOOP_HEAPSIZE to bigger value like 1500 (1.5 gb) before running program or change it in hadoop-env.sh If still gives error, u can try with bigger value. Sent from my iPhone On Apr 12, 2012, at 12:10 AM, "SRIKANTH KOMMINENI (RIT Student)" wrote: > Hello, > > I have searched

unable to resolve the heap space error even when running the examples

2012-04-12 Thread SRIKANTH KOMMINENI (RIT Student)
Hello, I have searched a lot and still cant find any solution that can fix my problem. I am using the the basic downloaded version of hadoop-1.0.2 and I have edited only what has been asked in the setup page of hadoop and I have set it up to work in a pseudo random distributed mode. My JAVA_HOME