Support Questions

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

Ambari 2.2.1 restart services

avatar
Contributor

After installing Hortonworks sandbox 2.4 I can not find out how to restart service like hbase Hdfs from Ambari. So what I need to know how to restart hadoop services from Ambari ?

1 ACCEPTED SOLUTION

avatar
Rising Star

In sandbox 2.4 the default username and password marie_dev have a read permission

for that you need to reset the username and password for admin , you can do that by lancing the script

 ambari-admin-password-reset

after that you can login to Ambari by the username and password you just entered ,and there you have you admin permission 🙂

View solution in original post

11 REPLIES 11

avatar
Expert Contributor

Maria_dev is a read_only user.

You need enable an admin user: Log ssh into sandbox (user:root pass:hadoop) and run ambari-admin-password-reset from root home, then insert a password for admin ambari user.

After change, log into ambari with admin user, and you enable to use service action button 🙂

avatar
Rising Star

In sandbox 2.4 the default username and password marie_dev have a read permission

for that you need to reset the username and password for admin , you can do that by lancing the script

 ambari-admin-password-reset

after that you can login to Ambari by the username and password you just entered ,and there you have you admin permission 🙂