Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

No Services Running on Practice Exam

avatar
New Member

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 Member

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.