- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
User and password for Hortonworks on VMware,user and password for Hortonworks on VMware
- Labels:
-
Apache Ambari
Created 01-26-2017 10:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am running Hortonworks on VMware, first time. I didn´t found in any documentation about what is the default user and password for ambari and sandbox. Could you help me with that please? I need to solve that issue to start my learning path.
Thanks so much in advance
Created 01-26-2017 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@diegoavella if you are having trouble with the Ambari admin credentials, you can always login/ssh to the sandbox as the root user and use an included command-line tool to reset the password:
ssh root@127.0.0.1 -p 2222
then run: ambari-admin-password-reset
There is a good explanation with screenshots in Step 2.2 of the following tutorial that might be a useful reference for you:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Created 01-26-2017 11:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@diegoavella
Try accessing URL http://127.0.0.1:8888/ from your work station after successfully launching the Sandbox VM and you should see the ambari default credentials. To access sandbox shell hit Alt + F5 (Linux/Windows) or Fn + Alt + F5 (Mac OSX) from console. I used them for Virtual Box.
Created 01-27-2017 06:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks apatel
Created 01-26-2017 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@diegoavella if you are having trouble with the Ambari admin credentials, you can always login/ssh to the sandbox as the root user and use an included command-line tool to reset the password:
ssh root@127.0.0.1 -p 2222
then run: ambari-admin-password-reset
There is a good explanation with screenshots in Step 2.2 of the following tutorial that might be a useful reference for you:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Created 01-27-2017 06:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Buddy, thanks so much for your answer, pretty useful!