When I try to run multiple hadoop jobs in EMR cluster, they all run one after the other (I can see the progress using yarn application -list).
- Is there a way to run all these hadoop jobs in parallel?
- Will passing multiple hadoop jobs in a single step solve this issue? If yes, How to pass multiple jobs within a single step?