v0.0.16 - EMR on EKS Support
Pre-release
Pre-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