Scenario: Port conflict when starting services in Azure HDInsight
This article describes troubleshooting steps and possible resolutions for issues when interacting with Azure HDInsight clusters.
A service fails to start.
A port conflict exists.
Use below commands to get/kill all the running processes, which are affected by the port issue.
netstat -lntp | grep <port>
ps -ef | grep <service>
kill -9 <service>
Then start service.
Reboot the node.
If you didn't see your problem or are unable to solve your issue, visit the following channel for more support:
- If you need more help, you can submit a support request from the Azure portal. Select Support from the menu bar or open the Help + support hub. For more detailed information, review How to create an Azure support request. Access to Subscription Management and billing support is included with your Microsoft Azure subscription, and Technical Support is provided through one of the Azure Support Plans.