如何安装 Hortonworks 的 HDP?

How could I install Hortonworks' HDP?

我是这方面的新手,我想知道如何按照下一个规范安装 Hortonworks、HDP (http://hortonworks.com/products/data-center/hdp/) 提供的解决方案:我有 2 个虚拟机和另一个本地机器可以工作有,我想在配置 Apache SPARK 时将 2 个 VM 用作主节点和工作节点。

但我的问题是:我需要做什么才能正确安装 HDP?我必须在我的本地机器上安装 te 解决方案并配置 Apache SPARK 以将这 2 个虚拟机用作主节点和工作节点?或者我必须在我拥有的 3 台机器上安装 HDP?

我再说一遍,我是这方面的新手,如果您能提供任何答案或评论,这对我都将非常有帮助。

非常感谢!

if you are trying to deploy HDP on a cluster (MultiNode Enviroment) use Apache Ambari to Install HDP and other services such as spark.

我已经在centos环境下试过了,下面是安装步骤和链接

  1. 使用下面的命令获取 repo

wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.2.2.0/ambari.repo

  1. 使用下面的命令安装 Ambari

yum install ambari-server

  1. 使用下面的命令启动服务器

ambari-server start

  1. 现在您可以通过转到网络浏览器并键入来设置您的

http://:8080.

现在您可以 select 所需的 HDP 版本。添加其他节点和服务并部署您的集群。

Detailed steps for installation can be found here