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.

In Hortonworks HDPCDeveloper_2.2 PracticeExam_v7 (ami-b47138de), Services not running despite restart using start script. Is there any issue with this version/

avatar
 
1 ACCEPTED SOLUTION

avatar

@bhaskaran periasamy

Try this:

1- Open you ami vnc

2- Open terminal (icon in your ami/vnc desktop)

3- Execute commands below:

ssh root@namenode
##password is: hadoop
service ambari-agent restart
exit
./start_all_services.sh

4- Open ambari (icon in your ami/vnc desktop)

View solution in original post

4 REPLIES 4

avatar

@rich seen this issue before?

avatar

@bhaskaran periasamy

Try this:

1- Open you ami vnc

2- Open terminal (icon in your ami/vnc desktop)

3- Execute commands below:

ssh root@namenode
##password is: hadoop
service ambari-agent restart
exit
./start_all_services.sh

4- Open ambari (icon in your ami/vnc desktop)

avatar

Thank you. It works fine.

avatar
Guru

Yes - restart the ambari-agent and then run start_all_services.sh. Let me know if that fixes the issue. If not, I can login to your instance and see what the issue is.