Java SDK release 1.10.6 introduces support for "emr releases" detailed here:
https://docs.aws.amazon.com/ElasticMapReduce/latest/ReleaseGuide/emr-release-components.html
This changeset introduces the ability to spawn EMR clusters with emr-4.0.0, and also enables creating EMR clusters with Spark preinstalled.
- Added an DSL for adding Applications to JobFlowRequests
- Added a SparkStep dsl + test
Thanks pkallos !