- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How can I connect to sandbox - launch dashboard?
- Labels:
-
Hortonworks Data Platform (HDP)
Created on 09-25-2018 10:36 PM - edited 09-16-2022 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am unable to log onto Hortonworks Data Platform (HDP). I have registered my user name and password and after running VM I get on Linux welcome screen http addrress as well as SSH address. When I got to Welcome screen applying the address my user name and password do not work. can you please help?
Created 09-25-2018 10:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In HDP Sandbox the credentials will be something like following:
1. For SSH using terminal:
# ssh root@localhost -p 2222 Enter Password: hadoop
2. Login to web terminal:
http://localhost:4200 User: root Password: hadoop
NOTE: "localhost" is the loopback address so if you want to use the hostname then you will have to map the Hostname as mentioned in the below link.
3. In order to login to Ambari UI
http://localhost:8080 User: admin Password: admin
You may want to take a look at the following link to get more details on this: https://hortonworks.com/tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
.
If you still face any issue in accessing the ambari server then please share the ambari-server.log and check if the port 8080 is listening?
# ssh root@localhost -p 2222 Enter Password: hadoop # ambari-server status # netstat -tnlpa | grep 8080 # less /var/log/ambari-server/ambari-server.log # ambari-server restart
.