Ambari Install Hadoop ecosystem for 9 steps

Ambari for provisioning,managing and monitoring Hadoop

1. Install Ambari Server;

2. Enter list of hosts to be included in the cluster and provide your SSH key;

3. Register your hosts(Confirm hosts);

4. Host checks;

5. Choose Services(HDFS,MR,Nagios,Ganglia,Hive,HBase,Pig,Sqoop,Zookeeper,,);

6. Assign slaves and clients components to hosts you want to run them on;

7. Customize services;

8. Review(Plz review the configuration before installation);

9.  Install,Start and Test.

refer to:http://zh.hortonworks.com/kb/get-started-setting-up-ambari/

so far,hadoop ecosystem mainly maintanence by Hortonworks(HDP,that is Hortonworks Data Platform) and Cloudera.

Apache Ambari User Guide:

http://ambari.apache.org/1.2.2/installing-hadoop-using-ambari/content/index.html

版权声明:本文为博主原创文章,未经博主允许不得转载。

时间: 2024-11-05 12:32:07

Ambari Install Hadoop ecosystem for 9 steps的相关文章

Centos5.6下利用Ambari搭建Hadoop集群(Hotonworks框架)

 写在前面: 很长时间没在CSDN上写博客了,最近两个月公司计划要搞大数据,而我们的技术不够,所以这段时间主要进行Hadoop的相关技术学习及储备.废话不多说,下面进入主题,本次主要讨论在Centos5.6下通过Ambari进行Hadoop集群的安装(基于Hotonworks框架). 一.Centos安装(已装了系统的可以跳过此步) 1.    把光盘放入光驱中重新启动电脑,让光盘引导来安装CentOS 5.6系统; 上图为CentOS的安装启动界面,如果想用文本方式安装,就输入linux te

ambari之hadoop的安装

前期环境准备: 三台机器:192.168.1.25(1-3):251-ambari_master:252-ambari_slare1:253-ambari_slare2 机器配置,系统环境 使用虚拟机,系统rhel6.6 ; centos6.5 所有机器都需要执行一下设置(我已经设置好了,可以看一下): 1.打开最大文件数设置 [[email protected]_slare2 ~]# ulimit -Hn10000 [[email protected]_slare2 ~]# ulimit -S

Hadoop学习日志- install hadoop

资料来源 : http://www.tutorialspoint.com/hadoop/hadoop_enviornment_setup.htm Hadoop 安装 创建新用户 $ su password: # useradd hadoop -g root # passwd hadoop New passwd: Retype new passwd 修改/etc/sudoers 赋予sudo 权限 设置ssh SSH Setup and Key Generation SSH setup is re

CentOS7 通过Ambari安装Hadoop集群

第一次在cnblogs上发表文章,效果肯定不会好,希望各位多包涵. 编写这个文档的背景是月中的时候,部门老大希望我们能够抽时间学习一下Hadoop大数据方面的技术:给我的学习内容是通过Ambari安装Hadoop集群.通过一周左右的学习和实践,整理出现在这篇安装心得. 安装默认使用Root用户,避免权限问题导致不成功. 使用4台虚拟机构建Ambari-Server.Hadoop集群,分配如下: -       一台虚拟机,作为Ambari-Server: Hostname: ambari.ser

ambari 搭建hadoop大数据平台系列4-配置ambari-server

ambari 搭建hadoop大数据平台系列4-配置ambari-server,分为三部分: 官网:  https://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-installation/content/download_the_ambari_repo_lnx7.html 安装ambari-server  配置ambari-server  命令;ambari-server setup 启动ambari-server 命令

install hadoop on xubuntu

0. install xubuntu we recommend to set username as "hadoop" after installation, set user "hadoop" as administrator sudo addgroup hadoop sudo adduser --ingroup hadoop hadoop 打开/etc/sudoers文件 sudo gedit /etc/sudoers 在root  ALL=(ALL:ALL) 

Hadoop ecosystem

How did it all start- huge data on the web! Nutch built to crawl this web data Huge data had to saved- HDFS was born! How to use this data? Map reduce framework built for coding and running analytics – java, any language-streaming/pipes How to get in

mac osx 系统 brew install hadoop 安装指南

mac osx 系统 brew  install hadoop 安装指南 brew install hadoop 配置 core-site.xml:配置hdfs文件地址(记得chmod 对应文件夹,否则无法正常启动hdfs)和namenode的rpc通行端口 配置mapred-site.xml  中的map reduce通信端口 配置hdfs-site.xml 中的datanode 副本数. 格式化hdfs文件系统 启动Hadoop 和 yarn  namenode  datanode  map

How to install Hadoop 2.7.3 cluster on CentOS 7.3

############################# #ENV #spark01 192.168.51.6 #spark02 192.168.51.18 #spark03 192.168.51.19 #spark04 192.168.51.21 #spark05 192.168.51.24 ############################ ##We must to improve file limits on every nodes echo "ulimit -SHn 204800