Learn HADOOP | Word Count Program in Java using Hadoop MapReduce

preview_player
Показать описание
This video covers the Hadoop MapReduce implementation of Word Count program in Java and execution of the program on the Hadoop Single Node Cluster setup on the local machine.
It's recommended that you watch the previous video to understand the theoretical aspect of this implementation in more details.

Video Breakdown:
2:00 - Get the Data-set
4:54 - Code the Mapper
14:00 - Code the Reducer
19:51 - Code the Driver
35:55 - Run the Word Count program on Hadoop Cluster
Рекомендации по теме
Комментарии
Автор

Thank you Very Much for this video. it was so helpful.

reyalexandr
Автор

Grate video man. Lot of tutorials which don't cover how to actually use Hadoop after installation. Thanks for showing how to actually compile the java files. Keep up the good work.

daleoking
Автор

In my case creating the jar file it has permission for only the main user and not the hadoop user . So on executing the next commands it is shoeing permission error. how to fix ?

supratiksamal
Автор

Hi there,
I followed the tutorial but my program is stuck at
18/03/30 11:39:47 INFO mapreduce.Job: Running job: job_1522384963257_0001

in the terminal.
I have set everything exactly as you told me to. Is there any solution ?

uutkarshsingh
Автор

while creating jar file permission denied i used hadoop user profile for creating jar file but error is only raised..!!
i make a screenshot here about my problem

karthikeyanshanmugavadivel