Skip to content
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

Amazon EMR on Amazon EKS #16717

Closed
ewbankkit opened this issue Dec 11, 2020 · 11 comments · Fixed by #20003
Closed

Amazon EMR on Amazon EKS #16717

ewbankkit opened this issue Dec 11, 2020 · 11 comments · Fixed by #20003
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/emrcontainers Issues and PRs that pertain to the emrcontainers service.
Milestone

Comments

@ewbankkit
Copy link
Contributor

ewbankkit commented Dec 11, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS).

New or Affected Resource(s)

  • aws_emrcontainers_virtual_cluster

Potential Terraform Configuration

resource "aws_emrcontainers_virtual_cluster" "example" {
  name = "example-cluster"

  container_provider {
    id = aws_eks_cluster.example.id
  }
}

References

Blog post.
Developer Guide.
API Reference

Requires AWS SDK v1.36.4:

@ewbankkit ewbankkit added enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. labels Dec 11, 2020
@jmazumder
Copy link

👍

@shuheiktgw
Copy link
Collaborator

I'm going to work on this issue!

@shuheiktgw
Copy link
Collaborator

Added emrcontainers service as a first step so would anybody review the PR? 🙏

@shuheiktgw
Copy link
Collaborator

While implementing it, I noticed problems...
#17355 (comment)

@mickmorseMB
Copy link

@shuheiktgw any updates on getting this in?

@shuheiktgw
Copy link
Collaborator

@mickmorseMB There are several problems we need to tackle and right now I don't have enough time for them... I'll leave the draft PR open so that if someone wants to take it over from there, please go ahead and implement it.

@mantoine96
Copy link
Contributor

Hi @ewbankkit

I have continued @shuheiktgw's work in #20003. Could you please take a look at some point? There's one small issue left where I would need your guidance (appears to be a bug in the plugin-sdk?)

@breathingdust
Copy link
Member

Hi all 👋 Just letting you know that this is issue is featured on this quarters roadmap. If a PR exists to close the issue a maintainer will review and either make changes directly, or work with the original author to get the contribution merged. If you have written a PR to resolve the issue please ensure the "Allow edits from maintainers" box is checked. Thanks for your patience and we are looking forward to getting this merged soon!

@bryantbiggs
Copy link
Contributor

getting close to the end of the quarter - hopefully its coming soon 😬 🙏🏽

@ewbankkit ewbankkit added the service/emrcontainers Issues and PRs that pertain to the emrcontainers service. label Apr 28, 2022
@github-actions github-actions bot added this to the v4.13.0 milestone Apr 29, 2022
@github-actions
Copy link

github-actions bot commented May 5, 2022

This functionality has been released in v4.13.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 5, 2022

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/emrcontainers Issues and PRs that pertain to the emrcontainers service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants