MapReduce Jobs For Distributed Hadoop Clusters in Python

Sdílet
Vložit
  • čas přidán 11. 05. 2023
  • In this video, we learn how to write MapReduce jobs for Hadoop using Python and mrjob.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • Věda a technologie

Komentáře • 9

  • @paulthomas1052
    @paulthomas1052 Před rokem

    Thanks - great tutorial as usual 😃

  • @The-Martian73
    @The-Martian73 Před rokem

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

  • @ali-om4uv
    @ali-om4uv Před rokem +3

    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?

  • @sabungee4442
    @sabungee4442 Před rokem +1

    Do a tutorial on neovim write lua scripts instead of vimscript

  • @basheerahmedkp4059
    @basheerahmedkp4059 Před rokem

    it gives KeyError with 'reviewText'
    review_text = review['reviewText']
    Any idea?

  • @meisterpianist
    @meisterpianist Před 6 měsíci +1

    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 reviews_Musical_Instruments_5.json.gz - HTH

  • @voiderashish272
    @voiderashish272 Před rokem

    which editor he use