Re: job scheduling and task scheduling inin map reduce

2010-11-06 Thread Harsh J
Hi, On Sun, Nov 7, 2010 at 12:40 AM, nitin reddy wrote: > where in the source code i mean the class of map reduce the jobs are > mapped from the job scheduler to the task scheduler so that i could > plugin my trust concept to the tasks scheduler and increase the The task-scheduler in play is inv

job scheduling and task scheduling inin map reduce

2010-11-06 Thread nitin reddy
I am working on my cloud computing project, introducing the concept of trust for a node using some data mining techniques. I want to know where in the source code i mean the class of map reduce the jobs are mapped from the job scheduler to the task scheduler so that i could plugin my trust concept

Re: Duplicated entries with map job reading from HBase

2010-11-06 Thread Niels Basjes
Hi, The only thing I could thinks of right now is that perhaps you have something similar as the effect an encountered a while age and that has been described here: https://issues.apache.org/jira/browse/MAPREDUCE-2094 This _should_ only occur when reading regular files. But perhaps you are experi