Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 386 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 386 Bytes

ansible-bigtop-hdfs

zookeeper must be in place and running --> see my zookeeper role

example inventory

[master]
master1
master2
masterq

[hdfs_namenodes]
master1
master2

[data]
data1
data2
data3
data4
data5
data6

[all:children]
master
data

example playbook

- hosts: all
  remote_user: vagrant
  become: true

  roles:
    - role: ansible-bigtop-hdfs