aws-samples / emr-serverless-samples

Example code for running Spark and Hive jobs on EMR Serverless.
https://aws.amazon.com/emr/serverless/
MIT No Attribution
155 stars 77 forks source link

Add notes about docker buildx #35

Closed dacort closed 2 years ago

dacort commented 2 years ago

The --output functionality utilized in the dependency examples requires the Docker BuildKit backend.

This adds a note in the requirements and also updates the sample commands with the environment variable necessary to use BuildKit.