Hortonworks 安装 -- 本地 repository 配置

    Ambari 成功启动后,用它部署集群时,需要下载 Hadoop、Hive、HBase 的安装包,速度很慢。预先下载好包,放在一台电脑上,然后把这台电脑配置成 repository。1. 下载下面的包:

wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0/ambari.repo
wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.3.0/ambari-2.7.3.0-centos7.tar.gz
wget http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.1.0.0/hdp.repo
wget http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.1.0.0/HDP-3.1.0.0-centos7-rpm.tar.gz
wget http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/centos7/HDP-UTILS-1.1.0.22-centos7.tar.gz
wget http://public-repo-1.hortonworks.com/HDP-GPL/centos7/3.x/updates/3.1.0.0/HDP-GPL-3.1.0.0-centos7-gpl.tar.gz

   我用的是 CentOS7 的系统,其它系统的下载链接请参考:

   https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-installation/content/hdp_31_repositories.html

   https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-installation/content/ambari_repositories.html

 

2. 安装创建本地库需要的工具

yum -y install yum-utils createrepo

3. 创建 HTTP 服务

yum -y install httpd
/sbin/chkconfig httpd on
/sbin/service httpd start

   在浏览器里访问安装 HTTP 服务的主机,查看是否成功。如:  http://192.168.242.21

4. 创建 web 服务的目录

mkdir -p /var/www/html/

5. 解压下载的 .tar.gz 文件至  

 

上一篇:如何提高Web应用系统的性能?


下一篇:Ambari安装presto服务