Skip to content

Releases: awslabs/amazon-emr-cli

v0.0.9 - EMR Serverless logs

09 May 17:30
9779542
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v0.0.8...v0.0.9

v0.0.8 - Logs, logs, logs!

06 Apr 23:53
d437b61
Compare
Choose a tag to compare
Pre-release

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

  • Add support for showing stdout logs on EMR on EC2 by @dacort in #13

Full Changelog: v0.0.7...v0.0.8

Fix for build validation

31 Mar 22:59
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.0.6...v0.0.7

Fix for spark-submit opts

28 Mar 17:55
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.0.5...v0.0.6

v0.0.5

27 Mar 04:42
90fc331
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

  • Initial EMR on EC2 support by @dacort in #6

Full Changelog: v0.0.4...v0.0.5

Fix for init command on Python 3.7

16 Mar 23:07
b19a9ba
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix copytree functionality for Python 3.7 compat by @dacort in #5

Full Changelog: v0.0.3...v0.0.4

Expand Python support

16 Mar 21:54
14741ca
Compare
Choose a tag to compare
Expand Python support Pre-release
Pre-release

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

14 Mar 21:24
7c2f20c
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • Exclude pycache when using init by @dacort in #2

Full Changelog: v0.0.1...v0.0.2

Hello world!

14 Mar 19:42
Compare
Choose a tag to compare
Hello world! Pre-release
Pre-release

Introducing a new command-line interface to package and deploy PySpark-based jobs to EMR Serverless.