Ravi:
The Hortonworks Data Platform (HDP) Sandbox is shipped with Ambari stopped. It’s fairly straightforward to start it through either the command line or the web interface.
To start it via a command line, ssh into the HDP Sandbox, typically via command like the following
# ssh -p 2222 root@localhost
Once on the command line of a root or root-equivalent account, the Ambari server can be started by using a command like this:
# ambari-server start
To start Ambari via the web, after logging in to HUE (user hue/password 1111), click the elephant in the upper left hand corner. This will take you to a URL something like this:
The resulting dialog provides an opportunity to update the Tutorials to the latest version, and to Enable Ambari server. Just click on the “Enable” button next to the Ambari component Please wait a few moments for the Ambari server to start. Once that’s complete, the Ambari web interface will be available at a URL similar to the following:
The default login credentials are user admin/password admin
Happy hadooping!
Bryce Ryan