Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

In the vmware image for HDP_2.6.5, where are the userids such as marie_dev, etc? or do I need to create them?

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar
Master Mentor

@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)

.

View solution in original post

1 REPLY 1

avatar
Master Mentor

@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)

.