Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created September 29, 2021 04:41
Show Gist options
  • Save garystafford/35fc9748e48e23f4e5800a1aba886d26 to your computer and use it in GitHub Desktop.
Save garystafford/35fc9748e48e23f4e5800a1aba886d26 to your computer and use it in GitHub Desktop.
aws emr add-steps \
--cluster-id ${CLUSTER_ID} \
--steps """Type=Spark,Name='display-sales-results',ActionOnFailure=CONTINUE,
Args=[s3a://${SPARK_BUCKET}/spark/13_batch_read_results_avro.py]"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment