Amazon EMR,Hue 设置密码不起作用
Amazon EMR, Hue set password is not working
我在初始访问 Hue 页面时设置了密码。我注销并尝试登录 hue Http://<"amazon emr url">:8888/accounts/login
它说用户名和密码无效。为什么我会遇到这个问题
解决了这个问题,我在这里给出了我遵循的步骤。创建了一个超级用户并且能够使用我创建的用户登录
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.
我在初始访问 Hue 页面时设置了密码。我注销并尝试登录 hue Http://<"amazon emr url">:8888/accounts/login
它说用户名和密码无效。为什么我会遇到这个问题
解决了这个问题,我在这里给出了我遵循的步骤。创建了一个超级用户并且能够使用我创建的用户登录
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.