Support Questions

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

No Services Running on Practice Exam

avatar
New Contributor

When I set up the Amazon Instance I followed the directions on the Java Developer Practice Exam except for Network type (which I assume to be the problem), because Classic-EC2 was not an option for me, I just went forward with the only option that I had.

When I'm on the instance Ambari shows lost heartbeat to all of the services and I cannot access the hdfs file system which gives me an Exception that the connection was lost to the namenode.

1 ACCEPTED SOLUTION

avatar
Guru

Make sure you are not using the free EC2 instance type - it is not big enough to run HDP. Log in and try restarting the Ambari agent, and then run the start_all_services.sh script:

# ssh namenode "ambari-server restart"
# /root/start_all_services.sh

Let me know if that works for you.

View solution in original post

3 REPLIES 3

avatar
Master Mentor

avatar
New Contributor

Extra info. The only option I have is the vpc network.

avatar
Guru

Make sure you are not using the free EC2 instance type - it is not big enough to run HDP. Log in and try restarting the Ambari agent, and then run the start_all_services.sh script:

# ssh namenode "ambari-server restart"
# /root/start_all_services.sh

Let me know if that works for you.