image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

“Big data" analysis is a hot and highly valuable skill – and this course will teach you two technologies fundamental to big data quickly:
MapReduce
and
Hadoop
. Ever wonder how Google manages to analyze the entire Internet on a continual basis? You'll learn those same techniques, using your own Windows system right at home.


Learn and master the art of framing data analysis problems as MapReduce problems through
over 10 hands-on examples
, and then scale them up to run on cloud computing services in this course.
You'll be learning from an ex-engineer and senior manager from Amazon and IMDb.


Learn the concepts of MapReduce

Run MapReduce jobs quickly using
Python
and
MRJob

Translate complex analysis problems into multi-stage MapReduce jobs

Scale up to larger data sets using Amazon's Elastic MapReduce service

Understand how Hadoop distributes MapReduce across computing clusters

Learn about other Hadoop technologies, like
Hive
,
Pig
, and
Spark


By the end of this course, you'll be running code that analyzes gigabytes worth of information – in the cloud – in a matter of minutes.


We'll have some fun along the way. You'll get warmed up with some simple examples of using MapReduce to analyze movie ratings data and text in a book. Once you've got the basics under your belt, we'll move to some more complex and interesting tasks. We'll use a million movie ratings to find movies that are similar to each other, and you might even discover some new movies you might like in the process! We'll analyze a social graph of superheroes, and learn who the most “popular" superhero is – and develop a system to find “degrees of separation" between superheroes. Are all Marvel superheroes within a few degrees of being connected to The Incredible Hulk? You'll find the answer.


This course is very hands-on; you'll spend most of your time following along with the instructor as we write, analyze, and run real code together – both on your own system, and in the cloud using Amazon's Elastic MapReduce service.
Over 5 hours of video
content is included, with
over 10 real examples
of increasing complexity you can
build, run and study yourself
. Move through them at your own pace, on your own schedule. The course wraps up with an overview of other Hadoop-based technologies, including Hive, Pig, and the very hot Spark framework – complete with a working example in Spark.


Don't take my word for it - check out some of our unsolicited reviews from real students:


"I have gone through many courses on map reduce; this is undoubtedly the best, way at the top."


"This is one of the best courses I have ever seen since 4 years passed I am using Udemy for courses."


"The best hands on course on MapReduce and Python.
I really like the run it yourself approach in this course. Everything is well organized, and the lecturer is top notch."
Who this course is for:
This course is best for students with some prior programming or scripting ability. We will treat you as a beginner when it comes to MapReduce and getting everything set up for writing MapReduce jobs with Python, MRJob, and Amazon's Elastic MapReduce service - but we won't spend a lot of time teaching you how to write code. The focus is on framing data analysis problems as MapReduce problems and running them either locally or on a Hadoop cluster. If you don't know Python, you'll need to be able to pick it up based on the examples we give. If you're new to programming, you'll want to learn a programming or scripting language before taking this course.

What you'll learn

Understand how MapReduce can be used to analyze big data sets

Write your own MapReduce jobs using Python and MRJob

Run MapReduce jobs on Hadoop clusters using Amazon Elastic MapReduce

Chain MapReduce jobs together to analyze more complex problems

Analyze social network data using MapReduce

Analyze movie ratings data using MapReduce and produce movie recommendations with it.

Understand other Hadoop-based technologies, including Hive, Pig, and Spark

Understand what Hadoop is for, and how it works

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction, and Getting Started
4
1.1-Introduction
1.2-Udemy 101: Getting the Most From This Course
1.3-Note: Alternate download link for the MovieLens data set
1.4-Getting Started - Run your First MapReduce Program!
2-Understanding MapReduce
16
2.1-MapReduce Basic Concepts
2.2-A quick note on file names.
2.3-Walkthrough of Rating Histogram Code
2.4-Understanding How MapReduce Scales / Distributed Computing
2.5-Average Friends by Age Example: Part 1
2.6-Average Friends by Age Example: Part 2
2.7-Minimum Temperature By Location Example
2.8-Maximum Temperature By Location Example
2.9-Word Frequency in a Book Example
2.10-Making the Word Frequency Mapper Better with Regular Expressions
2.11-Sorting the Word Frequency Results Using Multi-Stage MapReduce Jobs
2.12-Activity: Design a Mapper and Reducer for Total Spent by Customer
2.13-Activity: Write Code for Total Spent by Customer
2.14-Compare Your Code to Mine. Activity: Sort Results by Amount Spent
2.15-Compare your Code to Mine for Sorted Results.
2.16-Combiners
3-Advanced MapReduce Examples
12
3.1-Example: Most Popular Movie
3.2-Including Ancillary Lookup Data in the Example
3.3-Example: Most Popular Superhero, Part 1
3.4-Example: Most Popular Superhero, Part 2
3.5-Example: Degrees of Separation: Concepts
3.6-Degrees of Separation: Preprocessing the Data
3.7-Degrees of Separation: Code Walkthrough
3.8-Degrees of Separation: Running and Analyzing the Results
3.9-Example: Similar Movies Based on Ratings: Concepts
3.10-Similar Movies: Code Walkthrough
3.11-Similar Movies: Running and Analyzing the Results
3.12-Learning Activity: Improving our Movie Similarities MapReduce Job
4-Using Hadoop and Elastic MapReduce
8
4.1-Fundamental Concepts of Hadoop
4.2-The Hadoop Distributed File System (HDFS)
4.3-Apache YARN
4.4-Hadoop Streaming: How Hadoop Runs your Python Code
4.5-Setting Up Your Amazon Elastic MapReduce Account
4.6-Linking Your EMR Account with MRJob
4.7-Exercise: Run Movie Recommendations on Elastic MapReduce
4.8-Analyze the Results of Your EMR Job
5-Advanced Hadoop and EMR
8
5.1-Distributed Computing Fundamentals
5.2-Activity: Running Movie Similarities on Four Machines
5.3-Analyzing the Results of the 4-Machine Job
5.4-Troubleshooting Hadoop Jobs with EMR and MRJob, Part 1
5.5-Troubleshooting Hadoop Jobs, Part 2
5.6-ml-1m Dataset: Alternate Download Link
5.7-Analyzing One Million Movie Ratings Across 16 Machines, Part 1
5.8-Analyzing One Million Movie Ratings Across 16 Machines, Part 2
6-Other Hadoop Technologies
6
6.1-Introducing Apache Hive
6.2-Introducing Apache Pig
6.3-Apache Spark: Concepts
6.4-Spark Example: Part 1
6.5-Spark Example: Part 2
6.6-Congratulations!
7-Where to Go from Here
1
7.1-Bonus Lecture: More courses to explore!