Hi all, I have a beginner's question: How can I configure yarn to allow multiple parallel mapreduce jobs to run? Currently, the execution is sequential: each submitted job waits for the previous to run.
In MR1, this could be done by enabling the fairscheduler/capacityscheduler. Is there a similar configuration in Yarn as well? Thanks a lot! -- Bharath Ravi