Amazon EMR, Hue set password is not working

I set my password during initial access of Hue page. I logged out and tried login to the hue Http://<"amazon emr url">:8888/accounts/login

It says invalid username and password. Why I am facing this issue

Upvotes: 2

Views: 2063

Answers (1)

Sorted out the issue, I am giving here the steps I followed. Created a super user and am able to login with the user I have created

cd /usr/lib/hue
sudo build/env/bin/hue  createsuperuser

Username (leave blank to use 'root'): <enter the super user name>
Email address: <your email id>
Password: <password with one upper case, number, and special character>
Password (again): 
Superuser created successfully.

Upvotes: 3

Related Questions