Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-22 Thread Varsha Raveendran
Thank you, Jagat! I would also like to know which IDE to use to develop MapReduce programs for Hadoop 1.1.1. Eclipse plugin not available for this version. Regards, Varsha On Fri, Feb 22, 2013 at 2:28 PM, Jagat Singh wrote: > Hi > > I have updated the tutorial with maven discussion. > > http

Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-22 Thread Jagat Singh
Hi I have updated the tutorial with maven discussion. https://cwiki.apache.org/confluence/display/MRUNIT/MRUnit+Tutorial Please share what others doubt you have while using mrunit , i can update the tutorial accordingly. Thanks, Jagat Singh On Fri, Feb 22, 2013 at 7:49 PM, Jagat Singh wrote:

Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-22 Thread Jagat Singh
Hello Varsha, Sorry for confusion. >From maven you can use something like Latest version will do , but you need to use classsifier as hadoop1 org.apache.mrunit mrunit 0.9.0-incubating hadoop1 If you are not using maven then you can download directly from apache mrunit website also. Thanks,

Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-22 Thread Varsha Raveendran
Hi! I am at present using Hadoop 1.1.1 . In the mrunit website [ https://cwiki.apache.org/confluence/display/MRUNIT/MRUnit+Tutorial] it is given that "MRUnit testing framework is based on JUnit and it can test Map Reduce programs written on 0.20 , 0.23.x , 1.0.x , 2.x version of Hadoop." I wou

Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-16 Thread Varsha Raveendran
Thank you. I will try it out :-) On Sat, Feb 16, 2013 at 10:07 PM, Stephen Boesch wrote: > check out mrunit http://mrunit.apache.org/ > > > 2013/2/16 Varsha Raveendran > >> Hello! >> >> As part of my graduate project I am trying to create a library to support >> Genetic Algorithms to work on H

Re: Tests to be done to check a library if it works on Hadoop MapReduce framework

2013-02-16 Thread Stephen Boesch
check out mrunit http://mrunit.apache.org/ 2013/2/16 Varsha Raveendran > Hello! > > As part of my graduate project I am trying to create a library to support > Genetic Algorithms to work on Hadoop MapReduce. > > A couple of things I have not understood - > > > How to test the library in Hadoop