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 <[email protected]> wrote: > Hello Varsha, > > Sorry for confusion. > > From maven you can use something like > > Latest version will do , but you need to use classsifier as hadoop1 > > <dependency> > <groupId>org.apache.mrunit</groupId> > <artifactId>mrunit</artifactId> > <version>0.9.0-incubating</version> > <classifier>hadoop1</classifier> > </dependency> > > If you are not using maven then you can download directly from apache > mrunit website also. > > Thanks, > > Jagat Singh > > > > > On Fri, Feb 22, 2013 at 7:43 PM, Varsha Raveendran < > [email protected]> wrote: > >> 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 would like to know which version can be used for 1.1.1. Also, no >> eclipse plugin is available for the version 1.1.1 , as far as I know, which >> other IDE can I use? >> >> Thanks, >> Varsha >> >> >> On Sat, Feb 16, 2013 at 10:19 PM, Varsha Raveendran < >> [email protected]> wrote: >> >>> Thank you. I will try it out :-) >>> >>> On Sat, Feb 16, 2013 at 10:07 PM, Stephen Boesch <[email protected]>wrote: >>> >>>> check out mrunit http://mrunit.apache.org/ >>>> >>>> >>>> 2013/2/16 Varsha Raveendran <[email protected]> >>>> >>>>> 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? I mean how to check if it is >>>>> doing what it is supposed to do. >>>>> > What is the user expected to give as input? >>>>> >>>>> I am a newbie to both GA and Hadoop. >>>>> I have been studying both for the past couple of weeks. So now have a >>>>> fair idea about GAs but not able to understand how to implement a library. >>>>> Never done this before. >>>>> Any suggestions/help would be appreciated. >>>>> >>>>> Regards, >>>>> Varsha >>>>> >>>> >>>> >>> >>> >>> -- >>> *-Varsha * >>> >> >> >> >> -- >> *-Varsha * >> > >
