Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 402 Bytes

Hadoop ansible role

Installs and configure Hadoop system (version 1.2.1) in a cluster of nodes. How to use it:

In the "Worker Nodes"

  roles:
    - { role: 'micafer.hadoop', hadoop_master: 'MASTER_NODE_NAME_OR_IP' }

In the "Manager Node"

  roles:
    - { role: 'micafer.hadoop', hadoop_master: 'MASTER_NODE_NAME_OR_IP', hadoop_type_of_node: 'master'}