阿里云-云小站(无限量代金券发放中)
【腾讯云】云服务器、云数据库、COS、CDN、短信等热卖云产品特惠抢购

Ambari与Hadoop的配置、管理和监控项目入门

130次阅读
没有评论

共计 6907 个字符,预计需要花费 18 分钟才能阅读完成。

原文链接: http://hortonworks.com/kb/get-started-setting-up-ambari/

Ambari is 100% open source and included in HDP, greatly simplifying installation and initial configuration of Hadoop clusters. In this article we’ll be running through some installation steps to get started with Ambari. Most of the steps here are covered in the main HDP documentation here.

Ambari 是一款 100% 开源的,包含于 HDP 平台,使得安装和初始化 hadoop 集群配置的项目。这篇文章我们将介绍 Ambari 的安装步骤。这里的大部分内容都包含在 HDP 的文档中。

The first order of business is getting Ambari Server itself installed. There are different approaches to this, but for the purposes of this short tour, we’ll assume Ambari is already installed on its own dedicated node somewhere or on one of the nodes on the (future) cluster itself. Instructions can be found under the installation steps linked above. Once Ambari Server is running, the hard work is actually done. Ambari simplifies cluster install and initial configuration with a wizard interface, taking care of it with but a few clicks and decisions from the end user. Hit http://<server_you_installed_ambari>:8080 and log in with admin/admin. Upon logging in, we are greeted with a user-friendly, wizard interface. Welcome to Apache Ambari! Name that cluster and let’s get going.

第一步安装 Ambari 服务端,我们简单的讲,我们假设 Ambari 服务端已经成功的安装在专有的节点上,这个节点是集群的一部分。安装方法在上面提到的连接里面。当 Ambari 服务端运行的时候,负责的工作已经开始了。Ambari 提供一个友好的交互入口来简化集群的安装和配置,轻松的操作即可完成配置,具体是,登陆你的节点 http://ip:8080/ 然后使用 admin/admin 登陆系统。登陆后给集群起个名字。

Ambari 与 Hadoop 的配置、管理和监控项目入门

————————————– 分割线 ————————————–

相关阅读

Ubuntu 13.04 上搭建 Hadoop 环境 http://www.linuxidc.com/Linux/2013-06/86106.htm

Ubuntu 12.10 +Hadoop 1.2.1 版本集群配置 http://www.linuxidc.com/Linux/2013-09/90600.htm

Ubuntu 上搭建 Hadoop 环境(单机模式 + 伪分布模式)http://www.linuxidc.com/Linux/2013-01/77681.htm

Ubuntu 下 Hadoop 环境的配置 http://www.linuxidc.com/Linux/2012-11/74539.htm

单机版搭建 Hadoop 环境图文教程详解 http://www.linuxidc.com/Linux/2012-02/53927.htm

Hadoop LZO 安装教程 http://www.linuxidc.com/Linux/2013-01/78397.htm

Hadoop 集群上使用 Lzo 压缩 http://www.linuxidc.com/Linux/2012-05/60554.htm

————————————– 分割线 ————————————–

Now we can target hosts for installation with a full listing of host names or regular expressions (in situations when there are many nodes with similar names):

现在我们来配置机器列表(可以使用正则来匹配类似机器名的节点)

Ambari 与 Hadoop 的配置、管理和监控项目入门

The next step is node registration, with Ambari doing all of the heavy lifting for us. An interface to track progress and drill down into log files is made available:

接下来是注册节点,Ambari 帮我们做了,提供一个接口可以查看执行进程,

Ambari 与 Hadoop 的配置、管理和监控项目入门

Upon registration completion, a detailed view of host checks run and options to re-run are also available:

当注册完成后,检测当前的机器状态

Ambari 与 Hadoop 的配置、管理和监控项目入门

Next, we select which high level components we want for the cluster. Dependency checks are all built in, so no worries about knowing which services are pre-requisites for others:

接下来,我们选择我们需要安装的模块,内置了依赖检查

Ambari 与 Hadoop 的配置、管理和监控项目入门

After service selection, node-specific service assignments are as simple as checking boxes:

接下来服务选择,方便定制

Ambari 与 Hadoop 的配置、管理和监控项目入门

This is where some minor typing may be required. Ambari allows simple configuration of the cluster via an easy to use interface, calling out required fields when necessary:

这里只需要一些简单的输入. 当你需要安装服务的时候,Ambari 支持在页面上进行便捷的配置.

Ambari 与 Hadoop 的配置、管理和监控项目入门

Once configuration has been completed, a review pane is displayed. This is a good point to pause and check for anything that requires adjustment. The Ambari wizard makes that simple. Things look fabulous here, though, so onwards!

当配置完成后, 预览将会被隐藏. 这是暂停并开始检测依赖.Ambari 引导使得这个显得很简单. 虽然刚刚起步, 但是看上去很赞.

Ambari 与 Hadoop 的配置、管理和监控项目入门

更多详情见请继续阅读下一页的精彩内容 :http://www.linuxidc.com/Linux/2014-05/101530p2.htm

Ambari will now execute the actual installation and necessary smoke tests on all nodes in the cluster. Sit back and relax, Ambari will perform the heavy lifting yet again:

Ambari 现在开始支持在集群的所有节点的真实环境下的安装和一些必要的冒烟测试. 坐着放松吓, 让 Ambari 开始做这些繁重的琐事.

Ambari 与 Hadoop 的配置、管理和监控项目入门

If you are itching to get involved, detailed drill-downs are available to monitor progress:

如果你想在检查下, 可以讲这些过程在监控进程中查看到.

Ambari 与 Hadoop 的配置、管理和监控项目入门

 

Ambari 与 Hadoop 的配置、管理和监控项目入门

Ambari tracks all progress and activities for you, dynamically updating the interface:

Ambari 收集所有进程和活动数据, 并动态的更新到页面上:

Ambari 与 Hadoop 的配置、管理和监控项目入门

And just like that, we have our Hortonworks Data Platform Cluster up and running, ready for that high priority POC:

如下看到的, 你已经讲 HDP 跑起来了, 准备开始干活 …

Ambari 与 Hadoop 的配置、管理和监控项目入门

Go forth and prosper, my friends. May the (big) data be with you.

让我们开始和大数据共舞吧!

更多 Hadoop 相关信息见 Hadoop 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=13

原文链接: http://hortonworks.com/kb/get-started-setting-up-ambari/

Ambari is 100% open source and included in HDP, greatly simplifying installation and initial configuration of Hadoop clusters. In this article we’ll be running through some installation steps to get started with Ambari. Most of the steps here are covered in the main HDP documentation here.

Ambari 是一款 100% 开源的,包含于 HDP 平台,使得安装和初始化 hadoop 集群配置的项目。这篇文章我们将介绍 Ambari 的安装步骤。这里的大部分内容都包含在 HDP 的文档中。

The first order of business is getting Ambari Server itself installed. There are different approaches to this, but for the purposes of this short tour, we’ll assume Ambari is already installed on its own dedicated node somewhere or on one of the nodes on the (future) cluster itself. Instructions can be found under the installation steps linked above. Once Ambari Server is running, the hard work is actually done. Ambari simplifies cluster install and initial configuration with a wizard interface, taking care of it with but a few clicks and decisions from the end user. Hit http://<server_you_installed_ambari>:8080 and log in with admin/admin. Upon logging in, we are greeted with a user-friendly, wizard interface. Welcome to Apache Ambari! Name that cluster and let’s get going.

第一步安装 Ambari 服务端,我们简单的讲,我们假设 Ambari 服务端已经成功的安装在专有的节点上,这个节点是集群的一部分。安装方法在上面提到的连接里面。当 Ambari 服务端运行的时候,负责的工作已经开始了。Ambari 提供一个友好的交互入口来简化集群的安装和配置,轻松的操作即可完成配置,具体是,登陆你的节点 http://ip:8080/ 然后使用 admin/admin 登陆系统。登陆后给集群起个名字。

Ambari 与 Hadoop 的配置、管理和监控项目入门

————————————– 分割线 ————————————–

相关阅读

Ubuntu 13.04 上搭建 Hadoop 环境 http://www.linuxidc.com/Linux/2013-06/86106.htm

Ubuntu 12.10 +Hadoop 1.2.1 版本集群配置 http://www.linuxidc.com/Linux/2013-09/90600.htm

Ubuntu 上搭建 Hadoop 环境(单机模式 + 伪分布模式)http://www.linuxidc.com/Linux/2013-01/77681.htm

Ubuntu 下 Hadoop 环境的配置 http://www.linuxidc.com/Linux/2012-11/74539.htm

单机版搭建 Hadoop 环境图文教程详解 http://www.linuxidc.com/Linux/2012-02/53927.htm

Hadoop LZO 安装教程 http://www.linuxidc.com/Linux/2013-01/78397.htm

Hadoop 集群上使用 Lzo 压缩 http://www.linuxidc.com/Linux/2012-05/60554.htm

————————————– 分割线 ————————————–

Now we can target hosts for installation with a full listing of host names or regular expressions (in situations when there are many nodes with similar names):

现在我们来配置机器列表(可以使用正则来匹配类似机器名的节点)

Ambari 与 Hadoop 的配置、管理和监控项目入门

The next step is node registration, with Ambari doing all of the heavy lifting for us. An interface to track progress and drill down into log files is made available:

接下来是注册节点,Ambari 帮我们做了,提供一个接口可以查看执行进程,

Ambari 与 Hadoop 的配置、管理和监控项目入门

Upon registration completion, a detailed view of host checks run and options to re-run are also available:

当注册完成后,检测当前的机器状态

Ambari 与 Hadoop 的配置、管理和监控项目入门

Next, we select which high level components we want for the cluster. Dependency checks are all built in, so no worries about knowing which services are pre-requisites for others:

接下来,我们选择我们需要安装的模块,内置了依赖检查

Ambari 与 Hadoop 的配置、管理和监控项目入门

After service selection, node-specific service assignments are as simple as checking boxes:

接下来服务选择,方便定制

Ambari 与 Hadoop 的配置、管理和监控项目入门

This is where some minor typing may be required. Ambari allows simple configuration of the cluster via an easy to use interface, calling out required fields when necessary:

这里只需要一些简单的输入. 当你需要安装服务的时候,Ambari 支持在页面上进行便捷的配置.

Ambari 与 Hadoop 的配置、管理和监控项目入门

Once configuration has been completed, a review pane is displayed. This is a good point to pause and check for anything that requires adjustment. The Ambari wizard makes that simple. Things look fabulous here, though, so onwards!

当配置完成后, 预览将会被隐藏. 这是暂停并开始检测依赖.Ambari 引导使得这个显得很简单. 虽然刚刚起步, 但是看上去很赞.

Ambari 与 Hadoop 的配置、管理和监控项目入门

更多详情见请继续阅读下一页的精彩内容 :http://www.linuxidc.com/Linux/2014-05/101530p2.htm

正文完
星哥说事-微信公众号
post-qrcode
 0
星锅
版权声明:本站原创文章,由 星锅 于2022-01-20发表,共计6907字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
【腾讯云】推广者专属福利,新客户无门槛领取总价值高达2860元代金券,每种代金券限量500张,先到先得。
阿里云-最新活动爆款每日限量供应
评论(没有评论)
验证码
【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中