Skip to content

langerma/ansible-bigtop-hdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ansible role to install and configure hdfs-ha

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages