首页 > 其他 > 详细

hortonworks2.5.3 install step log

时间:2017-01-03 11:33:30      阅读:173      评论:0      收藏:0      [点我收藏+]


1.去官网下载TAR包,然后解压,进入RPM文件夹,然后
jdk install
http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.21/repos/centos6/HDP-UTILS-1.1.0.21-centos6.tar.gz


yum localinstall ambari-server.*** -y
2.setup the ambari server
ambari-server setup
yum install mysql-connector-java

create user/pwd for ambari user;

CREATE USER ‘ambari‘@‘%‘ IDENTIFIED BY ‘ambari‘;
GRANT ALL PRIVILEGES ON *.* TO ‘ambari‘@‘%‘;
CREATE USER ‘ambari‘@‘localhost‘ IDENTIFIED BY ‘ambari‘;
GRANT ALL PRIVILEGES ON *.* TO ‘ambari‘@‘localhost‘;
CREATE USER ‘ambari‘@‘%‘ IDENTIFIED BY ‘ambari‘;
GRANT ALL PRIVILEGES ON *.* TO ‘ambari‘@‘%‘;
FLUSH PRIVILEGES;

cd /var/lib/ambari-server/resources/
http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-reference/content/using_ambari_with_mysql.html

3.ambari-server start

 

hortonworks2.5.3 install step log

原文:http://www.cnblogs.com/huaxiaoyao/p/6244097.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!