@Wayne
Pakkala
Your query looks Duplicate to other HCC Thread: https://community.hortonworks.com/questions/215099/where-are-the-tutorial-users-or-how-do-i-create-t...
Can you please close one of the HCC Thread and continue on one?
Answer from other thread:
If you are talking about the users like "maria_dev","raj_ops" etc
then those users can be found on HDP Sandbox they are already created
and available.
You can get more detail about those users and their
credentials here:
https://hortonworks.com/tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Please install HDP Sandbox and you can find these users. Also check the Ambari UI
Ambari UI --> Admin(drop down top right corner) --> Manage Ambari --> Users
.
Using terminal : (SSH port 2222 must be used) Or use http://localhost:4200
# ssh root@127.0.0.1 -p 2222
Enter Password: hadoop
[raj_ops@sandbox ~]$ id
uid=1024(raj_ops) gid=1024(raj_ops) groups=1024(raj_ops)
[raj_ops@sandbox ~]$ exit
logout
[root@sandbox ~]# su - maria_dev
[maria_dev@sandbox ~]$ id
uid=1023(maria_dev) gid=1023(maria_dev) groups=1023(maria_dev)
.