Home > Back-end >  Could AWS EMR run multi spark application in parallel in single cluster?
Could AWS EMR run multi spark application in parallel in single cluster?

Time:08-08

I know an EMR cluster could have multiple steps and EMR will run these steps sequentially. But is it possible to let EMR run steps in parallel?

CodePudding user response:

Yes, you can. From AWS docs:

You can also choose to run multiple steps in parallel to improve cluster utilization and save cost.

  • Related