I need some materials about analyzing mapreduce sourcecode!

2012-02-13 Thread 27g
Please recommend me some some materials about analyzing mapreduce sourcecode,book,blogs,paper and so on,all of them are ok! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/I-need-some-materials-about-analyzing-mapreduce-sourcecode-tp3742786p3742786.html Sent from the H

please recommend some materials of analyzing mapreduce sourcecode。

2012-01-12 Thread 27g
I‘m learning mapreduce,Please recommend some materials of analyzing mapreduce sourcecode. Blogs,paper,or books and so on ,all of them are OK! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/please-recommend-some-materials-of-analyzing-mapreduce-sourcecode-tp3652889p365

mapreduce combiner

2011-12-26 Thread 27g
I have biuld a distribute index using the source code of hadoop/contrib/index,but I found that when the input files become big(such as one file is 16G),the OOM exception will be throwed .The cause is that: in combiner ,"writer.addIndexNoOptimize()",this use much memory cause to OOM, it's the Lucene