Question 1: Can I put a MapReduce task driver in a thread such that it can be launched multiple times to execute concurrently with the same program but different data input/output?
Question 2:
What exactly is the advantage of using MultithreadedMapRunner since the system
will automatically parallelize the task via multiple threads anyway? Any
detailed example of using MultithreadedMapRunner for reference?
Thanks,
Joe
