Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active September 29, 2021 04:43
Show Gist options
  • Save garystafford/72c5bd66e81170ca161c748cdc638ea0 to your computer and use it in GitHub Desktop.
Save garystafford/72c5bd66e81170ca161c748cdc638ea0 to your computer and use it in GitHub Desktop.
aws emr add-steps \
--cluster-id ${CLUSTER_ID} \
--steps """Type=Spark,Name='sales-event-stream',ActionOnFailure=CONTINUE,
Args=[s3a://${SPARK_BUCKET}/spark/11_incremental_sales_avro.py]"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment