/0. Websites you may like/
|
[CourseClub.ME].url
|
0.1 KB
|
[FCS Forum].url
|
0.1 KB
|
[FreeCourseSite.com].url
|
0.1 KB
|
/1. Getting Started with Spark/
|
1. Introduction.mp4
|
37.2 MB
|
1. Introduction.srt
|
5.5 KB
|
2. How to Use This Course.mp4
|
11.9 MB
|
2. How to Use This Course.srt
|
6.4 KB
|
3. Udemy 101 Getting the Most From This Course.mp4
|
20.7 MB
|
3. Udemy 101 Getting the Most From This Course.srt
|
8.3 KB
|
4. [Activity]Getting Set Up Installing Python, a JDK, Spark, and its Dependencies..mp4
|
238.1 MB
|
4. [Activity]Getting Set Up Installing Python, a JDK, Spark, and its Dependencies..srt
|
24.7 KB
|
4.1 winutils.exe.html
|
0.1 KB
|
4.2 Apache Spark.html
|
0.1 KB
|
4.3 JDK.html
|
0.1 KB
|
5. [Activity] Installing the MovieLens Movie Rating Dataset.mp4
|
47.6 MB
|
5. [Activity] Installing the MovieLens Movie Rating Dataset.srt
|
6.4 KB
|
6. [Activity] Run your first Spark program! Ratings histogram example..mp4
|
69.0 MB
|
6. [Activity] Run your first Spark program! Ratings histogram example..srt
|
10.7 KB
|
6.1 ratings-counter.py
|
0.5 KB
|
/2. Spark Basics and the RDD Interface/
|
1. What's new in Spark 3.mp4
|
159.0 MB
|
1. What's new in Spark 3.srt
|
12.4 KB
|
10. [Activity] Counting Word Occurrences using flatmap().mp4
|
57.0 MB
|
10. [Activity] Counting Word Occurrences using flatmap().srt
|
13.1 KB
|
10.1 word-count.py
|
0.4 KB
|
10.2 Book.txt
|
264.9 KB
|
11. [Activity] Improving the Word Count Script with Regular Expressions.mp4
|
42.4 MB
|
11. [Activity] Improving the Word Count Script with Regular Expressions.srt
|
42.4 MB
|
11.1 word-count-better.py
|
0.5 KB
|
12. [Activity] Sorting the Word Count Results.mp4
|
60.3 MB
|
12. [Activity] Sorting the Word Count Results.srt
|
13.7 KB
|
12.1 word-count-better-sorted.py
|
0.7 KB
|
13. [Exercise] Find the Total Amount Spent by Customer.mp4
|
32.7 MB
|
13. [Exercise] Find the Total Amount Spent by Customer.srt
|
7.5 KB
|
13.1 customer-orders.csv.html
|
0.1 KB
|
14. [Excercise] Check your Results, and Now Sort them by Total Amount Spent..mp4
|
51.6 MB
|
14. [Excercise] Check your Results, and Now Sort them by Total Amount Spent..srt
|
9.3 KB
|
14.1 total-spent-by-customer.py
|
0.5 KB
|
14.2 customer-orders.csv.html
|
0.1 KB
|
15. Check Your Sorted Implementation and Results Against Mine..mp4
|
25.9 MB
|
15. Check Your Sorted Implementation and Results Against Mine..srt
|
4.6 KB
|
15.1 total-spent-by-customer-sorted.py
|
0.7 KB
|
15.2 customer-orders.csv.html
|
0.1 KB
|
2. Introduction to Spark.mp4
|
61.1 MB
|
2. Introduction to Spark.srt
|
17.7 KB
|
3. The Resilient Distributed Dataset (RDD).mp4
|
72.1 MB
|
3. The Resilient Distributed Dataset (RDD).srt
|
20.1 KB
|
4. Ratings Histogram Walkthrough.mp4
|
87.1 MB
|
4. Ratings Histogram Walkthrough.srt
|
21.2 KB
|
4.1 ratings-counter.py
|
0.5 KB
|
5. KeyValue RDD's, and the Average Friends by Age Example.mp4
|
115.7 MB
|
5. KeyValue RDD's, and the Average Friends by Age Example.srt
|
28.8 KB
|
6. [Activity] Running the Average Friends by Age Example.mp4
|
51.5 MB
|
6. [Activity] Running the Average Friends by Age Example.srt
|
9.5 KB
|
6.1 friends-by-age.py
|
0.6 KB
|
6.2 fakefriends.csv.html
|
0.1 KB
|
7. Filtering RDD's, and the Minimum Temperature by Location Example.mp4
|
57.1 MB
|
7. Filtering RDD's, and the Minimum Temperature by Location Example.srt
|
13.8 KB
|
7.1 1800.csv.html
|
0.1 KB
|
7.2 min-temperatures.py
|
0.7 KB
|
8. [Activity]Running the Minimum Temperature Example, and Modifying it for Maximums.mp4
|
59.0 MB
|
8. [Activity]Running the Minimum Temperature Example, and Modifying it for Maximums.srt
|
8.7 KB
|
8.1 min-temperatures.py
|
0.7 KB
|
8.2 1800.csv.html
|
0.1 KB
|
9. [Activity] Running the Maximum Temperature by Location Example.mp4
|
39.1 MB
|
9. [Activity] Running the Maximum Temperature by Location Example.srt
|
6.4 KB
|
9.1 max-temperatures.py
|
0.7 KB
|
/3. SparkSQL, DataFrames, and DataSets/
|
1. Introducing SparkSQL.mp4
|
52.2 MB
|
1. Introducing SparkSQL.srt
|
22.5 KB
|
2. [Activity] Executing SQL commands and SQL-style functions on a DataFrame.mp4
|
70.3 MB
|
2. [Activity] Executing SQL commands and SQL-style functions on a DataFrame.srt
|
18.1 KB
|
2.1 spark-sql.py
|
1.0 KB
|
2.2 fakefriends.csv
|
8.8 KB
|
3. Using DataFrames instead of RDD's.mp4
|
63.2 MB
|
3. Using DataFrames instead of RDD's.srt
|
18.3 KB
|
3.1 fakefriends-header.csv
|
8.8 KB
|
3.2 spark-sql-dataframe.py
|
0.6 KB
|
4. [Exercise] Friends by Age, with DataFrames.mp4
|
8.2 MB
|
4. [Exercise] Friends by Age, with DataFrames.srt
|
3.6 KB
|
4.1 fakefriends-header.csv
|
8.8 KB
|
5. Exercise Solution Friends by Age, with DataFrames.mp4
|
75.1 MB
|
5. Exercise Solution Friends by Age, with DataFrames.srt
|
17.9 KB
|
5.1 fakefriends-header.csv
|
8.8 KB
|
5.2 friends-by-age-dataframe.py
|
0.9 KB
|
6. [Activity] Word Count, with DataFrames.mp4
|
66.3 MB
|
6. [Activity] Word Count, with DataFrames.srt
|
23.7 KB
|
6.1 book.txt
|
264.9 KB
|
6.2 word-count-better-sorted-dataframe.py
|
0.8 KB
|
7. [Activity] Minimum Temperature, with DataFrames (using a custom schema).mp4
|
98.2 MB
|
7. [Activity] Minimum Temperature, with DataFrames (using a custom schema).srt
|
31.9 KB
|
7.1 min-temperatures-dataframe.py
|
1.7 KB
|
7.2 1800.csv
|
62.7 KB
|
8. [Exercise] Implement Total Spent by Customer with DataFrames.mp4
|
9.8 MB
|
8. [Exercise] Implement Total Spent by Customer with DataFrames.srt
|
4.5 KB
|
8.1 customer-orders.csv
|
146.9 KB
|
9. Exercise Solution Total Spent by Customer, with DataFrames.mp4
|
34.0 MB
|
9. Exercise Solution Total Spent by Customer, with DataFrames.srt
|
9.3 KB
|
9.1 customer-orders.csv
|
146.9 KB
|
9.2 total-spent-customer-sorted-dataframe.py
|
1.1 KB
|
/4. Advanced Examples of Spark Programs/
|
1. [Activity] Find the Most Popular Movie.mp4
|
32.1 MB
|
1. [Activity] Find the Most Popular Movie.srt
|
9.5 KB
|
1.1 popular-movies-dataframe.py
|
0.9 KB
|
10. Item-Based Collaborative Filtering in Spark, cache(), and persist().mp4
|
36.0 MB
|
10. Item-Based Collaborative Filtering in Spark, cache(), and persist().srt
|
13.7 KB
|
11. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.mp4
|
144.9 MB
|
11. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.srt
|
32.1 KB
|
11.1 movie-similarities-dataframe.py
|
4.3 KB
|
12. [Exercise] Improve the Quality of Similar Movies.mp4
|
35.6 MB
|
12. [Exercise] Improve the Quality of Similar Movies.srt
|
6.6 KB
|
2. [Activity] Use Broadcast Variables to Display Movie Names Instead of ID Numbers.mp4
|
95.1 MB
|
2. [Activity] Use Broadcast Variables to Display Movie Names Instead of ID Numbers.srt
|
25.6 KB
|
2.1 popular-movies-nice-dataframe.py
|
1.8 KB
|
3. Find the Most Popular Superhero in a Social Graph.mp4
|
20.7 MB
|
3. Find the Most Popular Superhero in a Social Graph.srt
|
7.4 KB
|
3.1 most-popular-superhero-dataframe.py
|
1.2 KB
|
3.2 Marvel Names.txt
|
351.8 KB
|
3.3 Marvel Graph.txt
|
1.7 MB
|
4. [Activity] Run the Script - Discover Who the Most Popular Superhero is!.mp4
|
91.9 MB
|
4. [Activity] Run the Script - Discover Who the Most Popular Superhero is!.srt
|
18.4 KB
|
4.1 most-popular-superhero-dataframe.py
|
1.2 KB
|
4.2 Marvel Graph.txt
|
1.7 MB
|
4.3 Marvel Names.txt
|
351.8 KB
|
5. [Exercise] Find the Most Obscure Superheroes.mp4
|
11.8 MB
|
5. [Exercise] Find the Most Obscure Superheroes.srt
|
5.3 KB
|
6. Exercise Solution Most Obscure Superheroes.mp4
|
43.5 MB
|
6. Exercise Solution Most Obscure Superheroes.srt
|
10.1 KB
|
6.1 most-obscure-superheroes.py
|
1.3 KB
|
7. Superhero Degrees of Separation Introducing Breadth-First Search.mp4
|
64.8 MB
|
7. Superhero Degrees of Separation Introducing Breadth-First Search.srt
|
19.2 KB
|
8. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.mp4
|
50.2 MB
|
8. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.srt
|
16.2 KB
|
9. [Activity] Superhero Degrees of Separation Review the Code and Run it.mp4
|
98.6 MB
|
9. [Activity] Superhero Degrees of Separation Review the Code and Run it.srt
|
16.7 KB
|
9.1 degrees-of-separation.py
|
3.7 KB
|
/5. Running Spark on a Cluster/
|
1. Introducing Elastic MapReduce.mp4
|
50.3 MB
|
1. Introducing Elastic MapReduce.srt
|
9.3 KB
|
2. [Activity] Setting up your AWS Elastic MapReduce Account and Setting Up PuTTY.mp4
|
118.1 MB
|
2. [Activity] Setting up your AWS Elastic MapReduce Account and Setting Up PuTTY.srt
|
118.2 MB
|
3. Partitioning.mp4
|
42.9 MB
|
3. Partitioning.srt
|
7.8 KB
|
4. Create Similar Movies from One Million Ratings - Part 1.mp4
|
53.6 MB
|
4. Create Similar Movies from One Million Ratings - Part 1.srt
|
9.1 KB
|
4.1 movie-similarities-1m.py
|
3.7 KB
|
5. [Activity] Create Similar Movies from One Million Ratings - Part 2.mp4
|
109.3 MB
|
5. [Activity] Create Similar Movies from One Million Ratings - Part 2.srt
|
18.2 KB
|
6. Create Similar Movies from One Million Ratings - Part 3.mp4
|
53.1 MB
|
6. Create Similar Movies from One Million Ratings - Part 3.srt
|
6.9 KB
|
7. Troubleshooting Spark on a Cluster.mp4
|
39.3 MB
|
7. Troubleshooting Spark on a Cluster.srt
|
6.6 KB
|
8. More Troubleshooting, and Managing Dependencies.mp4
|
57.4 MB
|
8. More Troubleshooting, and Managing Dependencies.srt
|
11.4 KB
|
/6. Machine Learning with Spark ML/
|
1. Introducing MLLib.mp4
|
32.4 MB
|
1. Introducing MLLib.srt
|
14.7 KB
|
2. [Activity] Using Spark ML to Produce Movie Recommendations.mp4
|
105.4 MB
|
2. [Activity] Using Spark ML to Produce Movie Recommendations.srt
|
23.5 KB
|
2.1 movie-recommendations-als-dataframe.py
|
2.0 KB
|
3. Analyzing the ALS Recommendations Results.mp4
|
31.5 MB
|
3. Analyzing the ALS Recommendations Results.srt
|
10.5 KB
|
4. [Activity] Linear Regression with Spark ML.mp4
|
106.5 MB
|
4. [Activity] Linear Regression with Spark ML.srt
|
32.3 KB
|
4.1 regression.txt
|
12.0 KB
|
4.2 spark-linear-regression.py
|
2.0 KB
|
5. [Exercise] Using Decision Trees in Spark ML to Predict Real Estate Prices.mp4
|
35.9 MB
|
5. [Exercise] Using Decision Trees in Spark ML to Predict Real Estate Prices.srt
|
15.8 KB
|
5.1 realestate.csv
|
21.6 KB
|
6. Exercise Solution Decision Trees with Spark.mp4
|
61.9 MB
|
6. Exercise Solution Decision Trees with Spark.srt
|
14.6 KB
|
6.1 realestate.csv
|
21.6 KB
|
6.2 real-estate.py
|
1.9 KB
|
/7. Spark Streaming, Structured Streaming, and GraphX/
|
1. Spark Streaming.mp4
|
47.2 MB
|
1. Spark Streaming.srt
|
14.7 KB
|
2. [Activity] Structured Streaming in Python.mp4
|
84.9 MB
|
2. [Activity] Structured Streaming in Python.srt
|
15.4 KB
|
2.1 structured-streaming.py
|
1.9 KB
|
2.2 access_log.txt
|
10.6 MB
|
3. [Exercise] Use Windows with Structured Streaming to Track Most-Viewed URL's.mp4
|
33.0 MB
|
3. [Exercise] Use Windows with Structured Streaming to Track Most-Viewed URL's.srt
|
10.8 KB
|
3.1 access_log.txt
|
10.6 MB
|
4. Exercise Solution Using Structured Streaming with Windows.mp4
|
69.9 MB
|
4. Exercise Solution Using Structured Streaming with Windows.srt
|
12.0 KB
|
4.1 top-urls.py
|
1.8 KB
|
4.2 access_log.txt
|
10.6 MB
|
5. GraphX.mp4
|
12.6 MB
|
5. GraphX.srt
|
4.2 KB
|
/8. You Made It! Where to Go from Here/
|
1. Learning More about Spark and Data Science.mp4
|
87.0 MB
|
1. Learning More about Spark and Data Science.srt
|
7.5 KB
|
2. Bonus Lecture More courses to explore!.html
|
7.0 KB
|
Total files 186
|