我正在寻找安装apacheatlas和测试api在aws emr上。阅读槽 https://atlas.apache.org/InstallationSteps.html 但看不到如何更改用户/通行证。什么是默认用户/通行证以及如何更改,上述安装是否是aws上emr的最佳方式?谢谢。
https://atlas.apache.org/InstallationSteps.html
kqhtkvqz1#
解决方案对我来说是可行的。https://community.hortonworks.com/questions/144519/how-to-change-default-atlas-ui-admin-password.html如果要将用户/密码从admin/admin更改为admin/password步骤1:生成sha256密码字符串
# echo -n "Password" | sha256sum e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a
步骤2:修改conf/users-credentials.properties文件
# username=group::sha256-password admin=ADMIN::8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 rangertagsync=RANGER_TAG_SYNC::e3f67240f5117d1753c940dae9eea772d36ed5fe9bd9c94a300e40413f1afb9d
-->
# username=group::sha256-password admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a # (replace the string) rangertagsync=RANGER_TAG_SYNC::e3f67240f5117d1753c940dae9eea772d36ed5fe9bd9c94a300e40413f1afb9d
步骤3:重新启动atlas服务。
1条答案
按热度按时间kqhtkvqz1#
解决方案对我来说是可行的。
https://community.hortonworks.com/questions/144519/how-to-change-default-atlas-ui-admin-password.html
如果要将用户/密码从admin/admin更改为admin/password
步骤1:生成sha256密码字符串
步骤2:修改conf/users-credentials.properties文件
-->
步骤3:重新启动atlas服务。