Skip to content

shubhambhardwaj007/Ansible-Hadoop-ClientNode-Role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible-Hadoop-ClientNode-Role

An Ansible Role to Configure and setup Hadoop Client Node.

Requirements

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.

Role Variables

Available variables are listed below, along with default values (see vars/main.yml):

 Name_Node_Hdfs_Port: "9001"
 Job_Tracker_Mapreduce_Port: "9002"

The Name_Node_Hdfs_Port should be similar to exposed port by Hadoop Master Node.The Job_Tracker_Mapreduce_Port should be similar to exposed port by Hadoop Job Tracker Node.

Dependencies

None

Example Playbook

 - hosts: client_node
   roles:
     - shubhambhardwaj007.hadoop_software_setup
     - shubhambhardwaj007.ansible_hadoop_clientNode_role

License

GNU

Author Information

This role was created in 2021 by Shubham Bhardwaj