Giter VIP home page Giter VIP logo

ansible-ambari's Introduction

ansible-ambari

Quickly deploy Hadoop with the help of Ansible and Apache Ambari

TODO: More detailed description.

Installation

First, ensure the machines you are deploying to meet the requirements:

  • Clean installation of RedHat EL or CentOS 6 (please help to extend to other OSes)
  • SSH access with keys & sudo rights
  • Valid hostname which resolves in DNS

Next, ensure your control machine (likely your workstation) has the tools it needs:

xcode-select --install  
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
pip install --pre python-keyczar
brew install ansible

Then get the files:

  • clone the repository: git clone https://github.com/seanorama/ansible-ambari.git && cd ansible-ambari
  • or download as a zip

Configuration

Edit the configuration where appropriate. At the very least you must add hosts and SSH details

File Option Description
hosts [ambari], [master1], [master2] put 1 hostname below each of these sections
hosts [slaves] put as many hostnames as you like below this
hosts ansible_ssh_user= set to the user you can access the machine with. They should have ssh access.
hosts ansible_ssh_private_key_file path to the ssh private key to access the machines
group_vars whatever you like the deployment will work without this, but you may want to change passwords, the cluster name, ...

Deploying

./ansible-playbook site.yml

ansible-ambari's People

Contributors

seanorama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.