Created on 04-15-2016 05:30 AM - edited 09-16-2022 03:14 AM
hortonworks Sandbox dont have the Action option in Service Tab . The service action option is available in sandbox 2.3 but unable to find in latest version.
Created 04-15-2016 05:35 AM
The reason you can't see the Action option is because you are currently logged in as the 'maria_dev' user which isn't given full Ambari access by default. You can log in as the 'Admin' user account to change this.
Note that the default password for the 'Admin' user in HDP 2.4 sandbox has been changed. Refer to the following thread with details on resetting the admin account password:
Created 04-15-2016 05:35 AM
The reason you can't see the Action option is because you are currently logged in as the 'maria_dev' user which isn't given full Ambari access by default. You can log in as the 'Admin' user account to change this.
Note that the default password for the 'Admin' user in HDP 2.4 sandbox has been changed. Refer to the following thread with details on resetting the admin account password:
Created 04-15-2016 05:35 AM
Hi @Indrajit swain, Login as admin. maria_dev is a read-only user. On Sandbox port 8888 (http://localhost:8888) click "View advanced options" and scroll to the very bottom to find instructions how to enable the admin account.
Created 04-15-2016 06:08 AM
1. Start your sandbox, ssh using a terminal
ssh root@127.0.0.1 -p 2222
2. Run the following commands:
ambari-admin-password-reset
The following text will appear
Please set the password for admin: Please retype the password for admin:
After setting and retyping your new password, type the command:
ambari-agent restart
3. Ambari Admin password should be reset
4. Open Ambari login page.
Verify your new password allows you to login as admin user.
Created 04-15-2016 06:09 AM
Thanks Laurence Da Luz . It helped me