Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ambari Services Error in Cluster

avatar
Contributor

Hi All,

When I go to the Cluster's services, most of the services failed. When I tried to restart each services, it took a long time to start it. Help would be appreciated.

services-error-cluster.png

Best Regards

David Yee

1 ACCEPTED SOLUTION

avatar
Expert Contributor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
16 REPLIES 16

avatar
Contributor

hadoop-hdfs-namenode-ip-172-30-1-137ap-southeast-1.zip

It is still the same. This is the logfile.

avatar
Master Mentor

@David Yee

2016-01-26 22:17:29,083 ERROR namenode.NameNode (NameNode.java:main(1712)) - Failed to start namenode. java.net.BindException: Port in use: ip-172-30-1-137.ap-southeast-1.compute.internal:50075

netstat -anp | grep 50075

it wil give you the process id..kill that process and try again

avatar
Contributor

Hi Neeraj,

I have tried but could not still start it.

Best Regards

David

avatar
Contributor

Hi Neeraj,

Can you help me to check if my hosts file is configured correctly? Just to let you know that I am using AWS EC2 as the server and everytime I restart my server it will give me a new IP address.

Best Regards

David

avatar
Expert Contributor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
Contributor

Sorry guys managed to finally start the namenode by changing the value to 0.0.0.0. It works perfectly.

avatar
Master Mentor

@David Yee has this been resolved? Can you provide a solution or accept the best answer?