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.

Assume you reboot a datanode in a running cluster Is there a way to auto restart all the Hadoop processes? Is there a way to do so in Ambari? Or is a script required here?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
3 REPLIES 3

avatar
Super Guru

@Alexander

By default rebooting a datanode does not start/stop/restart all hadoop processes also there is no facility from ambari to do so. You need to write custom script or api to do so..

avatar

@Alexander

Check out this question thread. See if that helps?

avatar
New Member

@emaxwell

Great thread Eric. Cheers.