You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by gortiz <go...@pragsis.com> on 2014/10/14 18:00:12 UTC

Trying MapReduce with MRUnit and MultipleOutput.

I'm trying to test some MapReduces with MRUnit 1.1.0, but I didn't get 
results.

   The code that I execute is:

     mapTextDriver.withInput(new LongWritable(1), new Text(content));
     List<Pair<NullWritable, Text>> outputs = mapTextDriver.run();

But, I never got an output,  the list always has size 0.

I was reading the JIRA https://issues.apache.org/jira/browse/MRUNIT-13 
where they add the new feature to MRUnit but I don't know what I'm 
missing..

I included the annotations:

     @RunWith(..)
     @PrepareForTest(..)

I tried as well to execute the test like:
    mapTextDriver.runTest();
and it works. But I like more to get a list of result and analyze them.


AVISO CONFIDENCIAL\nEste correo y la información contenida o adjunta al mismo es privada y confidencial y va dirigida exclusivamente a su destinatario. Pragsis informa a quien pueda haber recibido este correo por error que contiene información confidencial cuyo uso, copia, reproducción o distribución está expresamente prohibida. Si no es Vd. el destinatario del mismo y recibe este correo por error, le rogamos lo ponga en conocimiento del emisor y proceda a su eliminación sin copiarlo, imprimirlo o utilizarlo de ningún modo.\nCONFIDENTIALITY WARNING.\nThis message and the information contained in or attached to it are private and confidential and intended exclusively for the addressee. Pragsis informs to whom it may receive it in error that it contains privileged information and its use, copy, reproduction or distribution is prohibited. If you are not an intended recipient of this E-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, reta
 in or redistribute any portion of this E-mail.