Skip to content

v0.0.16 - EMR on EKS Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@dacort dacort released this 12 Jan 19:45
· 8 commits to main since this release

Overview

With this release, you can now deploy PySpark jobs across all 3 EMR deployment options - EMR on EC2, EMR on EKS, and EMR Serverless. By swapping out the --cluster-id, --virtual-cluster-id, and --application-id parameters, the EMR CLI will package and submit your job with the relevant job configuration.

What's Changed

Installation

Use python3 -m pip install -U emr-cli to install or upgrade to the latest version.

Full Changelog: v0.0.15...v0.0.16