Ambari enables system administrators to provision, manage and monitor a Hadoop cluster, and also to integrate Hadoop with the existing enterprise infrastructure.
The Apache Ambari project is aimed at making Hadoop management simpler by developing software for provisioning, managing, and monitoring Apache Hadoop clusters. Ambari provides an intuitive, easy-to-use Hadoop management web UI backed by its RESTful APIs.
Ambari enables System Administrators to:
- Provision a Hadoop Cluster
- Ambari provides a step-by-step wizard for installing Hadoop services across any number of hosts.
- Ambari handles configuration of Hadoop services for the cluster.
- Manage a Hadoop Cluster
- Ambari provides central management for starting, stopping, and reconfiguring Hadoop services across the entire cluster.
- Monitor a Hadoop Cluster
- Ambari provides a dashboard for monitoring health and status of the Hadoop cluster.
- Ambari leverages Ambari Metrics System for metrics collection.
- Ambari leverages Ambari Alert Framework for system alerting and will notify you when your attention is needed (e.g., a node goes down, remaining disk space is low, etc).
Step1: Download the Ambari repository on the Ambari Server host
Choose an appropriate <ambari-repo-url> based on the platform used:
| (Redhat / CentOS / Oracle) 6 | http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/2.x/BUILDS/2.1.0-1409/ambaribn.repo |
| (Redhat / CentOS / Oracle) 7 | http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos7/2.x/BUILDS/2.1.0-1409/ambaribn.repo |
| SUSE 11 | TBD |
| Ubuntu 12 | http://s3.amazonaws.com/dev.hortonworks.com/ambari/ubuntu12/2.x/BUILDS/2.1.0-1409/ambaribn.list |
Step 2: Install, Setup, and Start Ambari Server
Install Ambari Server from the public Ambari repository:
Run the setup command to configure your Ambari Server, Database, JDK, LDAP, and other options:
Start Ambari Server:
Step 3: Deploy Cluster using Ambari Web UI
Open up a web browser and go to http://<ambari-server-host>:8080.
Log in with username admin and password admin and follow on-screen instructions.
几个重要的UI界面
http://localhost:8080/
http://localhost:8000/
http://localhost:50070/
Ambari是一款用于简化Hadoop集群部署、管理和监控的软件。它提供了一个直观易用的Web UI,并支持RESTful API。Ambari使系统管理员能够通过简单的向导进行Hadoop服务的配置和安装,并提供了集群服务的集中管理及健康状态监控。
327

被折叠的 条评论
为什么被折叠?



