Ansible Playbook - Setup Hadoop CDH5 Using tarball . Table of Contents Get the script from Github. Before we start. Details about each Playbook 'Roles'. commons jdk ssh_known_hosts ssh_password_lss cdh5_hadoop_commons_tarball post_install_setups Step 1. Update below variables as per requirement. Step 2. User information come from group_vars . Step 3. Update Host File. Step 4. Executing yml. This is a simple Hadoop playbook, to quickly start hadoop running in a cluster. Here is the Script Location on Github: https://github.com/zubayr/ansible_hadoop_tarball Below are the steps to get started. Get the script from Github. Below is the command to clone. ahmed@ahmed-server ~]$ git clone https://github.com/zubayr/ansible_hadoop_tarball Before we start. Download hadoop-2.3.0-cdh5.1.2.tar.gz to file_archives directory. Download jdk-7u75-linux-x64.tar.gz to file_archives directory. De...