Releases: awslabs/amazon-emr-cli
Releases · awslabs/amazon-emr-cli
v0.0.9 - EMR Serverless logs
What's Changed
- Add
--show-stdout
support for EMR Serverless by @dacort in #17- Also includes a new
--s3-logs-uri
flag for storing logs on EMR Serverless runs
- Also includes a new
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - Logs, logs, logs!
v0.0.8 - Logs, logs, logs!
There's a new flag, --show-stdout
that will show print logs to the console when you run a simple job on EMR on EC2. Thanks to this stack overflow question for the motivation. It's not supported on EMR Serverless yet, but feel free to bump this issue to motivate me.
What's Changed
Full Changelog: v0.0.7...v0.0.8
Fix for build validation
Full Changelog: v0.0.6...v0.0.7
Fix for spark-submit opts
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Fix for init command on Python 3.7
What's Changed
Full Changelog: v0.0.3...v0.0.4
Expand Python support
What's Changed
- Add testing across multiple OSes by @dacort in #3
- Drops required Python version to 3.7 from 3.9 by @dacort in #4
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Hello world!
Introducing a new command-line interface to package and deploy PySpark-based jobs to EMR Serverless.