An Ansible Role to Configure and setup Hadoop Name Node.
This role is dependent upon shubhambhardwaj007.hadoop_software_setup
.
For a full usage example with the shubhambhardwaj007.hadoop_software_setup
role, see the Example Playbook later in this README.
Available variables are listed below, along with default values (see vars/main.yml):
Name_Node_Hdfs_Port: "9001"
Name_Node_Directory_Path: "/root/"
The Name_Node_Hdfs_Port
is the port exposed for Data Node to connect.The Data_Node_Directory_Path
is the directory path to store Hdfs metadata about data segments.
None
- hosts: name_node
roles:
- shubhambhardwaj007.hadoop_software_setup
- shubhambhardwaj007.hadoop_namenode
GNU
This role was created in 2021 by Shubham Bhardwaj