MapReduce Jobs For Distributed Hadoop Clusters in Python

preview_player
Показать описание
In this video, we learn how to write MapReduce jobs for Hadoop using Python and mrjob.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

While you explain the principle well, the Code is not really undersandable for a beginner as the magic is partly abstracted away in the base class. How do the methods recieve their parameters? You are just calling the .run method?

ali-omuv
Автор

Hi, what is the best book for learning map and reduce coding like your video?

coxixx
Автор

Do a tutorial on neovim write lua scripts instead of vimscript

sabungee
Автор

If it possible to make an implementation of Adam optimizer from scratch... that will be nice and appreciated

The-Martian
Автор

If anyone wonders where he got the data from. It's not directly from the page he showed, but from the 2014 dataset. Watch out for the "small" subset and take the core-5, which leads to - HTH

meisterpianist
Автор

it gives KeyError with 'reviewText'

review_text = review['reviewText']

Any idea?

basheerahmedkp