{ | |
"CreateCluster": true, | |
"TerminateCluster": true, | |
"ScriptBootstrapActionScript": "s3://emr-demo-bootstrap-123456789012-us-east-1/bootstrap_actions.sh", | |
"LogUri": "s3n://emr-demo-logs-123456789012-us-east-1", | |
"InstancesEc2KeyName": "emr-demo-123456789012-us-east-1", | |
"InstancesEc2SubnetId": "subnet-06ab61f888a932d12", | |
"JobFlowRole": "EMR_EC2_DemoRole", | |
"ServiceRole": "EMR_DemoRole", | |
"ArgsBakerySalesSsm": [ | |
"spark-submit", | |
"--deploy-mode", | |
"cluster", | |
"--master", | |
"yarn", | |
"--conf", | |
"spark.yarn.submit.waitAppCompletion=true", | |
"s3a://emr-demo-work-123456789012-us-east-1/analyze/bakery_sales_ssm.py" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment