Re: Some question about fault Injection

2011-12-29 Thread sangroya
Hi, Is there any good documentation to start with fault injection. Please share if there is any link to any examples that demonstrate the use of fault injection. Thanks, Amit -- View this message in context: http://lucene.472066.n3.nabble.com/Re-Some-question-about-fault-Injection

Re: Some question about fault Injection

2011-12-29 Thread Konstantin Boudnik
> > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Re-Some-question-about-fault-Injection-tp2555954p3618633.html > Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: Some question about fault Injection

2011-02-22 Thread Konstantin Boudnik
Hi Hao. Yes, you should be able to instrument any part of Hadoop including mapreduce daemons. A good examples of how to inject faults to Hadoop are fault inject tests you can find in Hdfs (under src/test/aop/org/apache/hadoop). I believe Mapreduce doesn't have any fault injections tests yet for mo