Re: What's the local heap size of Hadoop? How to increase it?

2009-04-29 Thread Jasmine (Xuanjing) Huang
Yeah, it works! Bhupesh and Jason, thanks a lot! Jasmine - Original Message - From: "jason hadoop" To: Sent: Wednesday, April 29, 2009 11:19 PM Subject: Re: What's the local heap size of Hadoop? How to increase it? you can also specify it on the command line of

Re: What's the local heap size of Hadoop? How to increase it?

2009-04-29 Thread jason hadoop
you can also specify it on the command line of your hadoop job hadoop jar jarfile [main class] -D mapred.child.java.opts=-Xmx800M other arguments Note: there is a space between the -D and mapred, and the -D has to come after the main class specification. This parameter may also be specified via c

Re: What's the local heap size of Hadoop? How to increase it?

2009-04-29 Thread Bhupesh Bansal
Hey , Try adding mapred.child.java.opts -Xmx800M -server With the right JVM size in your hadoop-site.xml , you will have to copy this to all mapred nodes and restart the cluster. Best Bhupesh On 4/29/09 2:03 PM, "Jasmine (Xuanjing) Huang" wrote: > Hi, there, > > What's th

What's the local heap size of Hadoop? How to increase it?

2009-04-29 Thread Jasmine (Xuanjing) Huang
Hi, there, What's the local heap size of Hadoop? I have tried to load a local cache file which is composed of 500,000 short phrase, but the task failed. The output of Hadoop looks like(com.aliasi.dict.ExactDictionaryChunker is a third-party jar package, and the records is organized as a trie s