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

Add edge_node to resource_arm_hdinsight_hadoop_cluster at cluster creation time. #4035

Closed
timehaven opened this issue Aug 7, 2019 · 4 comments

Comments

@timehaven
Copy link

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 "me too" comments, 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

We would like to add an edge_node with a non-admin user to a Hadoop cluster at creation time so that a worker node exists that can submit Hadoop jobs.

New or Affected Resource(s)

  • resource_arm_hdinsight_hadoop_cluster

Potential Terraform Configuration

Adding a new edge_node block below the existing zookeeper_node block shown in the example at hdinsight_hadoop_cluster. The proposed new block is exactly like that in hdinsight_rserver_cluster and the code would be similarly easy. (Note the zookeeper_node block below already exists.)

...
    zookeeper_node {
      vm_size  = "Standard_D3_V2"
      username = "acctestusrvm"
      password = "AccTestvdSC4daf986!"
    }

    edge_node {
      vm_size  = "Standard_D3_v2"
      username = "acctestusrvm"
      password = "AccTestvdSC4daf986!"
    }
...

References

  • For a start, existing code in the resource_arm_hdinsight_rserver_cluster.go here and here could be modified and added to resource_arm_hdinsight_hadoop_cluster.go below here and here.
@rk-tbrigley
Copy link

@tombuildsstuff edgenode was added in #4550 so this could be a dupe but!! could we see this edgenode functionality added to the other azurerm_hdinsight_* resources not just azurerm_hdinsight_hadoop_cluster?

@m4r74
Copy link

m4r74 commented Sep 2, 2020

Are there any updates on edge nodes for other HDInsight clusters, i.e. Spark? Are there any blockers?

@tombuildsstuff
Copy link
Contributor

👋🏻

Taking a look through here as @rk-tbrigley has mentioned this has been fixed via #4550 - and as such I'm going to close this issue for the moment.

Since this issue's been resolved, rather than extending the scope of this issue - would you mind opening a new issue to track adding the Edge Node to the specific HDInsight resources you're looking for?

Thanks!

@ghost
Copy link

ghost commented Oct 2, 2020

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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Oct 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants