问题描述
尝试安装Hadoop的Hortonworks 2.0.6.0 GA版。
安装失败,安装日志文件包含以下错误
Trying to install Hadoop Hortonworks 2.0.6.0 GA release.
Installation failed ,the installation log file contains the following error
CREATE-USER FAILURE: Exception calling "SetInfo" with "0" argument(s): "The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
我已经仔细对比,这样的密码是不相似的用户名。
密码是1Lifepo4
I have taken care so that password is not similar to username.
Passwords is 1Lifepo4
全部日志
推荐答案
Hortonworks文件说密码要求由Windows控制,通常要求的密码包括大写和小写字母,数字和特殊字符的组合。所以,你应该检查你的Windows服务器的密码要求,则可能会更改为比默认的东西等。
Hortonworks document says "Password requirements are controlled by Windows, and typically require that the password include a combination of uppercase and lowercase letters, digits, and special characters."So you should check the password requirements of your Windows server, it may be changed to something other than the default one.
这篇关于Hortonworks的用户创建失败密码不符合密码策略要求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!