Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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