Course Overview
Working with Combiners in Hadoop:
This course is basically intended for users who are interested to learn about Big data and Hadoop and are just starting to learn about what is does. The course will give you an understanding of combiners in Hadoop which basically help in reducing network congestion.
This combiner function summarize the map output records with the same key and output of combiner will be sent over network to actual reduce task as input.
Course Objective:
- To understand combiners in Hadoop
Target Customers:
- Students
- Professionals
- Anyone who wants to learn about data and analytics
Pre-Requisites:
- Basic Computer Knowledge
- Experience of coding