Hi 

We want to use jacoco as to test simple WordCount  code ,which Map reduce job.
Below is the following command 
hadoop jar wordcount-0.0.1-SNAPSHOT.jar com.test.wordcount.App 
-Dmapred.map.tasks=1 -Dmapred.reduce.tasks=1 
-Dmapred.map.child.java.opts="'-javaagent:jacocoagent.jar=destfile=/tmp/jacoco.exec'"
 
-Dmapred.reduce.child.java.opts="'-javaagent:jacocoagent.jar=destfile=/tmp/12jacoco.exec'"
 -Dmapreduce.job.cache.files="hdfs://namenode:8020/tmp/rana/jacocoagent.jar"
As it create file "jacoco.exe" in the mapper and reducer node ( different 
machines ).
We need this in one place . As what are the things need to run in tcp mode ( 
server/client) . We want to execute this as command line .
Kindly assist .

Regards
Bhaskar Rana

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/e4f440d9-2319-4c5b-901c-ae70f6807524%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to