Created on 12-15-2015 10:34 PM - edited 09-16-2022 02:53 AM
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.
Created 12-16-2015 12:57 AM
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.
Created 12-15-2015 10:35 PM
Created 12-15-2015 11:37 PM
Extra info. The only option I have is the vpc network.
Created 12-16-2015 12:57 AM
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.