Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created September 2, 2021 11:38
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/5a0f468d80bb911d279413409ce60550 to your computer and use it in GitHub Desktop.
Save garystafford/5a0f468d80bb911d279413409ce60550 to your computer and use it in GitHub Desktop.
aws emr add-steps \
--cluster-id ${CLUSTER_ID} \
--steps """Type=Spark,Name='kafka-batch-sales',ActionOnFailure=CONTINUE,
Args=[s3a://${SPARK_BUCKET}/spark/02_batch_read_kafka.py]"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment