摘要:
ambari安装第一步是输入集群name,点击next时页面卡住不动,如下图: 注意到其中一个接口请求结果异常,http://ambari.server:8080/api/v1/version_definitions 重现如下: curl -u admin:admin "http://ambari. 阅读全文
posted @ 2019-01-15 18:57
匠人先生
阅读(2641)
评论(1)
推荐(2)
摘要:
sudo允许用户以其他用户的身份(比如root)执行命令,比如切换用户、执行命令、读写文件等; 配置 sudo配置在:/etc/sudoers ## Sudoers allows particular users to run various commands as## the root user, 阅读全文
posted @ 2019-01-15 16:00
匠人先生
阅读(438)
评论(0)
推荐(1)
摘要:
官方:https://www.ssh.com/ssh/ The SSH protocol uses encryption to secure the connection between a client and a server. All user authentication, commands 阅读全文
posted @ 2019-01-15 14:23
匠人先生
阅读(1227)
评论(0)
推荐(1)
摘要:
官方:http://ambari.apache.org/ The Apache Ambari project is aimed at making Hadoop management simpler by developing software for provisioning, managing, 阅读全文
posted @ 2019-01-15 12:26
匠人先生
阅读(5937)
评论(2)
推荐(1)
摘要:
1 创建用户 CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 比如 create user 'test_user'@'%' identified by 'test'; ps:如果只允许本机登录则host=localhost,如果允许从任 阅读全文
posted @ 2019-01-15 11:40
匠人先生
阅读(330)
评论(0)
推荐(1)