项目作者: cguegi

项目描述 :
Vagrant file creating multi-node virtual Hadoop cluster.
高级语言: Python
项目地址: git://github.com/cguegi/orca.git
创建时间: 2016-10-07T14:06:07Z
项目社区:https://github.com/cguegi/orca

开源协议:

下载


Overview

This set of playbooks can be used to deploy an Ambari-managed Hadoop cluster (HDP 2.6) containing Spark services using Ansible. These playbooks target CentOS 7.x operating systems.

Prerequisites

The following tools are required to run these scripts:

  • Git
  • Ansible (2.2.2.1 or 2.2.2.0)
  • Vagrant (1.9.4+)
  • Install the Hostmanager plugin for vagrant - Run vagrant plugin install vagrant-hostmanager on the machine where Vagrant is
    installed
  • Virtualbox 5.0.16

Ensure vagrant hostmanager is installed

To check and make sure you have the plugin installed execute the following:

  1. vagrant plugin list

If you have it installed you should see the following listed in the output:

  1. vagrant-hostmanager (1.8.5)

If it is not installed, you can install it with the following command:

  1. vagrant plugin install vagrant-hostmanager

Nodes

  1. 192.168.50.3 ambari.localdomain
  2. 192.168.50.4 master1.localdomain
  3. 192.168.50.5 master2.localdomain
  4. 192.168.50.6 slave1.localdomain
  5. 192.168.50.7 slave2.localdomain
  6. 192.168.50.8 slave3.localdomain

Ambari

Open the ambari web interface on http://ambari.localdomain:8080 (admin/admin)