ArunSelvam P M
ArunSelvam P M

Reputation: 509

HDP2.5 Hortonworks Sandbox Forgot and Reset root user password

I was going through a hadoop tutorial and was able to login into maria_dev and root users inside the sandbox. I went ahead and rest the root user password, which was 'hadoop' earlier. Now after a long while I forgot the root use password. Could you please let me know how to reset the password? My environment: Hortonworks HDP 2.5

Upvotes: 0

Views: 1037

Answers (1)

OneCricketeer
OneCricketeer

Reputation: 191963

There are more than one user. maria_dev is just the database admin account

There should be another account named raj_ops

Otherwise, you'd have to connect into the mysql database for Ambari and start messing with hashed passwords or use the ambari-server CLI

Upvotes: 2

Related Questions