- Create a new Scala/sbt project in IntelliJ IDEA
- Project name: handleAllocatedContainers
- Create a test (ScalaTest) for our exercise
- Hint: See https://github.com/apache/spark/blob/master/yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala#L448-L470
- Input: sequence of elements
- 3 predicates to produce 4 sets <-- think about any number of predicates
- The test will fail!!!
- Exercise is to make the test pass