|
|
-
who runs the map and reduce tasks in the unit testsPedro Sá da Costa 2013-02-21, 20:11
Hi,
In Hadoop MR unit tests, the classes uses the ./core/org/apache/hadoop/util/Tool.java, and ./core/org/apache/hadoop/util/ToolRunner.java tosubmit the job. But to run the unit tests it seems that it's not needed the MR be running. If so, who runs the map and reduce tasks? -- Best regards, P +
Vinod Kumar Vavilapalli 2013-02-21, 21:07
|