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

Prepare for HDInsight 3.6 end of life #7670

Closed
2 tasks
kosinsky opened this issue Jul 9, 2020 · 5 comments · Fixed by #15886
Closed
2 tasks

Prepare for HDInsight 3.6 end of life #7670

kosinsky opened this issue Jul 9, 2020 · 5 comments · Fixed by #15886

Comments

@kosinsky
Copy link
Contributor

kosinsky commented Jul 9, 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 "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

The provider includes 8 resources to support different HDInisght cluster configuration:

  • azurerm_hdinsight_hadoop_cluster
  • azurerm_hdinsight_kafka_cluster
  • azurerm_hdinsight_hbase_cluster
  • azurerm_hdinsight_spark_cluster
  • azurerm_hdinsight_interactive_query_cluster
  • azurerm_hdinsight_rserver_cluster
  • azurerm_hdinsight_ml_services_cluster
  • azurerm_hdinsight_storm_cluster

HDInsight has two active versions 4.0 and 3.6. 3.6 will be retired on December 30, 2020. https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#available-versions

HDInsight 4.0 doesn't support Storm (see component versions table https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#apache-components-available-with-different-hdinsight-versions) and ML Services (https://docs.microsoft.com/en-us/azure/hdinsight/r-server/r-server-overview#simple-secure-and-high-scale-operationalization-and-administration)

As a result following resources will stop work after December 30:

  • azurerm_hdinsight_rserver_cluster
  • azurerm_hdinsight_ml_services_cluster
  • azurerm_hdinsight_storm_cluster

and all acceptance tests for other 5 will fail.

We should:

  • Mark rserver, strom and ml_services are deprecated with message about Dec 30
  • Update acceptance tests for hadoop|hbase|spark|kafka|interactive_query to use 4.0 and proper component versions

References

@kosinsky
Copy link
Contributor Author

kosinsky commented Jul 9, 2020

@tombuildsstuff Does v3.0.0 label mean that resources can be deleted in v3, but test updates and deprecation messages can be added in v2 or all changes should be part of v3?

@tombuildsstuff
Copy link
Contributor

@kosinsky based on previous deprecations of this type in HDInsight, existing clusters should keep running - however provisioning new instances will fail from that date, so we'll (presumably) deprecate these resources in a 2.x release (as you've mentioned) and then remove them in 3.0, which is why I've put this in the 3.0 milestone (since this is where this'll ultimately be "fixed" by removing these resources which are becoming unsupported)

@kosinsky
Copy link
Contributor Author

kosinsky commented Jul 9, 2020

Got it. I'll work on 2.x parts

@github-actions
Copy link

This functionality has been released in v3.0.0 of the Terraform 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

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 Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.