Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created September 3, 2021 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/5cbeaccfa340888c44c4399d5843ca41 to your computer and use it in GitHub Desktop.
Save garystafford/5cbeaccfa340888c44c4399d5843ca41 to your computer and use it in GitHub Desktop.
aws emr add-steps \
--cluster-id ${CLUSTER_ID} \
--steps """Type=Spark,Name='kafka-incremental-sales',ActionOnFailure=CONTINUE,
Args=[s3a://${SPARK_BUCKET}/spark/04_incremental_sales_kafka.py]"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment