-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for enabling cluster debugging to EMR #1866
Comments
The AWS CLI option Theoretically we should be able to provide the functionality and also enable other use cases by supporting a # Not implemented - interface could change
step {
action = "TERMINATE_CLUSTER"
name = "Setup Hadoop Debugging"
hadoop_jar_step {
jar = "command-runner.jar"
args = ["state-pusher-script"]
}
} I'll work on creating a PR for this right now. Related issues: #1593 and #1714 |
Support for configuring steps during cluster creation has been merged into master via #3673 and will release with v1.12.0 of the AWS provider, likely in about a week. |
This has been released in version 1.12.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Anyone actually managed to get this to work. Where do you specify the s3 uri as a destination for the log files? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
The option to enable debugging to an EMR cluster is currently not present in the 'aws_emr_cluster' resource. This option cannot be added after the cluster is created and must be done at time of cluster creation.
Reference: https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-debugging.html
Reference: http://docs.aws.amazon.com/cli/latest/reference/emr/create-cluster.html (NOTE: --enable-debugging flag)
The text was updated successfully, but these errors were encountered: