How to run Word Count example on Hadoop MapReduce (WordCount Tutorial)

preview_player
Показать описание
WordCount example reads text files and counts how often words occur. The input is text files and the output is text files, each line of which contains a word and the count of how often it occurred, separated by a tab.

You can download the code I used in the tutorial from here:

If you find this video helpful, please buy me a coffee!

#hadoop #linux #tutorial #wordcount #ubuntu
Рекомендации по теме
Комментарии
Автор

Really helpful ! Short and crisp tutorial ! Thank you !

hrishikeshiyer
Автор

No tutorial that I have seen has been so spot-on . Thanks a ton, bro !

ashutoshagarwal
Автор

thank you so much. We had a workshop on cloud computing but even he also took 2 hours to teach what you taught so easily in approx. 9 minutes. Great job.

kkdias
Автор

MAN, THANKS A LOT ! i search a lot about this tutorial but still not getting any. This video makes me know hadoop work now.

calvinsaragih
Автор

Thank you for this tutorial.. But the command "hadoop dfs -cat /HDFS OUTPUT DIRECTORY/* doesn't work in my VM.. I have a warning message of deprecated and attempting to execute replacement "hdfs dfs" instead. Can you give me the alternative command please?

rickykatumba
Автор

Thanks man.
I actually repeat the video for the music hahaha

rahmatirianto
Автор

i got an error running the program location: class
Job job = Job.getInstance(conf, "word count");
so please resolve

srikanthpanigrahi
Автор

Thanks for your video! It works perfect. I done it well
If anyone can't run, you should watch carefully. I am sure, it work well🎉

VNNA-forfun
Автор

Golden tutorial! Worked from the first time! Congrats!

prettyselections
Автор

Thanks a lot dude! This even works for hadoop v3.2.1

endcreds
Автор

Thanks for tutorial! And very soothing music. I love it.

naveenrawat
Автор

learning hadoop i wanted to actually see someone implementing a basic job, thanks alot :)

ankitsharma
Автор

this tutorial is so strait-to-the-point!

vietnguyenduc
Автор

Thank you. it was very helpful. The best hadoop tutorial ever!

chinicciela
Автор

Thank you Mr. Mohammed Sheeha, It's simple and easy !!!

done
Автор

hey bro! why i start hadoop, it respons screen "hadoop: command not found
". can you help me fix it ??

xoailoc
Автор

Is this MapReduce created on multinode cluster ?

mihirchavan
Автор

Do we have to run all these commands on the user in which we have installed hadoop or the root user is fine?

sudeshnareddy
Автор

Thank you ! you solved my problem that i was try to solve from last day. and This my first Hadoop program that i have successfully run.

chandraveersingh
Автор

My hadoop version is 3.2.1 Will I be able to get the output if I follow this video since the hadoop version in the video is 2.7.2?

shilpasdevadiga