diff --git a/hadoop/README.md b/hadoop/README.md index 2303eb1..df64705 100644 --- a/hadoop/README.md +++ b/hadoop/README.md @@ -16,7 +16,7 @@ The Playbooks in this example are made to deploy Hadoop Clusters for users, the ### Brief introduction to diffrent components of Hadoop Cluster. The following diagram depicts a Hadoop Cluster with HA and automated failover which would be deployed by the Ansible Playbooks. - +![Alt text](/hadoop_ha.png "Hadoop HA") The two major categories of machines roles in a Hadoop cluster are Hadoop Masters and Hadoop Slaves. diff --git a/hadoop/hadoop_ha.png b/hadoop/hadoop_ha.png new file mode 100644 index 0000000..fd51972 Binary files /dev/null and b/hadoop/hadoop_ha.png differ