Support Questions

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

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.