Support Questions

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

Ambari-Server question

avatar
Expert Contributor

When Ambari-Server gets stopped, does it also stop all the services ? I tried restarting all the services and it failed but it gets restarted if I do it one at a time. is there a dependency on services.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Prakash Punj

Stopping ambari server does not stop services.

It's always best practice to bring up core

HDFS

MapReduce

Yarn

ZK

and then you can bring up the services.

Most of the time, you will hit

1957-screen-shot-2016-02-09-at-113600-am.png

View solution in original post

4 REPLIES 4

avatar
Master Mentor

no ambari-server doesn't stop all services when it stops. Yes there's a dependency order in which services get started. Zookeeper, HDFS, YARN, Mapreduce, etc. in that order @Prakash Punj

avatar
Master Mentor
@Prakash Punj

Stopping ambari server does not stop services.

It's always best practice to bring up core

HDFS

MapReduce

Yarn

ZK

and then you can bring up the services.

Most of the time, you will hit

1957-screen-shot-2016-02-09-at-113600-am.png

avatar
Expert Contributor

Thanks @Neeraj Sabharwal and @Artem Ervits. You guys are awesome...

avatar
Master Mentor

@Prakash Punj you are welcome but make sure you start zookeeper first as a lot of services rely on ZK before anything else.