Giter VIP home page Giter VIP logo

puppet-ambari's Introduction

ambari

Build Status Puppet Forge Puppet Forge

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with ambari
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

From the Apache Ambari docs: "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."

This module aims to manage the infrastructure bits surrounding Ambari, such as package installation, service state management.

Note this module is currently work in progress, however any breaking changes will only be introduced in new minor versions.

Module Description

Current scope of this module is to provide package installation, service state management and support for running the unattended default server bootstrap.

Setup

What ambari affects

  • Installs ambari-server
  • Optionally manages package repository
  • Runs unattended ambari-server setup
  • Manages the ambari-server service

Setup Requirements

No extra setup requirements needed.

Usage

Use class ambari::server to manage the Ambari server installation. Version to install is set in the ambari class in case we expand the possibility to manage ambari agents

Reference

Class: ambari::server

class { '::ambari::server':
  use_repo   => true,
  db_backend => 'mysql'
}

Limitations

Tested on EL6

Development

Fork it, create feature branch, make sure your changes pass lint, compilation and unit tests, then create pull request.

Code / catalog testing:

bundle install
bundle exec rake lint
bundle exec rake validate
bundle exec rake spec

Integration testing:

bundle install
bundle exec kitchen test

Release Notes

N/A

puppet-ambari's People

Contributors

jlyheden avatar

Watchers

James Cloos avatar  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.