Hi @Vishesh Agarwal
Based on the message you’re seeing during the provisioning of your on-demand HDInsight cluster via the Hive Activity in Azure Data Factory, the failure is related to the OOZIE_SERVER
component not starting. This is a known issue that can occur due to HDInsight’s platform-wide transition from Basic to Standard Load Balancers.
Even if you’re not using any custom configurations, HDInsight now expects the use of Standard Load Balancers as part of the default deployment model. When the older configuration (Basic Load Balancer) is used intentionally or by default it can result in the kind of provisioning failure you're encountering.
- Review and apply Microsoft’s official guidelines for using Standard Load Balancers HDInsight Load Balancer Migration Guide
- Update your setup to ensure it provisions with a Standard Load Balancer
- Even in default setups, ensure that the HDInsight version and cluster configuration are compatible with this newer requirement.
- If you’re using a linked service or any template, double-check that no outdated properties are being used.
- Retry the Hive activity in ADF after confirming the above. In the majority of similar cases, this has resolved the issue.
- You can also review the deployment logs under Resource Group => Deployments in the Azure portal to see more detailed error output.
If this is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.
Let me know if you have any further Queries.