Git Product home page Git Product logo

ansible-hadoop-ubuntu's Introduction

ansible-hadoop-ubuntu

Description

ansible-hadoop-ubuntu is a simple Ansible role for installing Hadoop on an Ubuntu machine.

Usage

SSH

Hadoop uses SSH keys to securely communicate between the components. The SSH key should be created on the control machine and then securely uploaded to the target machines. For example, to create a SSH key, run ssh-keygen -P '' and then use hadoop_id_rsa as the name when prompted. The HADOOP_ID_RSA variable should be the path to this newly created key. Be sure to exclude this key with .gitignore, .dockerignore, or save it outside of your playbook repo. By default the variable points to secret/hadoop_id_rsa and Ansible will test the path directly under the playbook file.

Playbook

If installing a unified Hadoop instance for Accumulo or other big data applications, be sure to provision Zookeeper first. Many big data applications don't package their own Zookeeper JARs and require zookeeper to be installed on every node, even if zookeeper is disabled. For example, your playbook should look something like this:

...
roles:
  - ansible-java-ubuntu
  - ansible-zookeeper-ubuntu
  - ansible-hadoop-ubuntu
...

Contributing

Spatial Current, Inc. is currently accepting pull requests for this repository. We'd love to have your contributions! Please see Contributing.md for how to get started.

License

This work is distributed under the MIT License. See LICENSE file.

ansible-hadoop-ubuntu's People

Contributors

pjdufour avatar

Watchers

James Cloos avatar  avatar

Forkers

globalic

ansible-hadoop-ubuntu's Issues

CLA

I, Patrick Dufour (@pjdufour), agree to the license terms. My contributions to this repo are granted to Spatial Current, Inc. under a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license and/or copyright is transferred.

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.