scripts for mapred.healthChecker option?

2013-08-08 Thread Jeff Kubina
Are there any standard or recommended scripts for the mapred.healthChecker options in the mapred-site.xml configuration file for a linux box? -Jeff

Re: How to make a MapReduce job with no input?

2013-02-28 Thread Jeff Kubina
Mike, To do this for the more general case of creating N map jobs with each job receiving the one record i, n, where i ranges from 0 to n-1, I wrote an InputFormat, InputSplit, and RecordReader Hadoop class. The sample code is here http://goo.gl/npKfP. I think I wrote those for Hadoop 0.19, so

Re: Hadoop Scalability

2013-01-19 Thread Jeff Kubina
) to achieve scaling. In such cases a low bandwidth network will impede scaling. Bryan Duxbury has a nice blog post about networking a Hadoop cluster here http://goo.gl/uVeoM. More concisely, I would say that Hadoop scales on clusters with networks that scale (up to ~4000 nodes). -- Jeff Kubina