Please check the java runtime options. I guess you need to add this option: -Xmx512m. then you can increase your heap size.
If you use the eclipse, Open run dialog > Your program > Check the VM arguments in Arguments tab > add -Xmx512m On Thu, Nov 12, 2009 at 11:39 AM, <[email protected]> wrote: > Hi all, > If I run my map reduce program in the cluster then my map reduce > programs > does not start. On the other hand if I run the program in the debug mode I > get a > java heap space error. I don't know what could be the problem. Any help would > be > appreciated. > > Thank You > > Abhishek Agrawal > > SUNY- Buffalo > (716-435-7122) > -- Best Regards, Edward J. Yoon @ NHN, corp. [email protected] http://blog.udanax.org -- Best Regards, Edward J. Yoon @ NHN, corp. [email protected] http://blog.udanax.org
