/1. Getting Started/
|
1. Tip Apply for a Twitter Developer Account now!.html
|
1.4 KB
|
2. Udemy 101 Getting the Most From This Course.mp4
|
20.7 MB
|
2. Udemy 101 Getting the Most From This Course.srt
|
4.1 KB
|
3. Introduction, and Getting Set Up.mp4
|
193.1 MB
|
3. Introduction, and Getting Set Up.srt
|
28.5 KB
|
3.1 JDK install site.html
|
0.1 KB
|
3.2 winutils.exe.html
|
0.1 KB
|
3.3 Installing Spark on MacOS.html
|
0.1 KB
|
3.4 Scala IDE download site.html
|
0.1 KB
|
3.5 Spark download site.html
|
0.1 KB
|
4. [Activity] Create a Histogram of Real Movie Ratings with Spark!.mp4
|
125.1 MB
|
4. [Activity] Create a Histogram of Real Movie Ratings with Spark!.srt
|
24.3 KB
|
4.1 MovieLens data set.html
|
0.1 KB
|
4.2 Course Materials.html
|
0.1 KB
|
/10. You Made It! Where to Go from Here/
|
1. Learning More, and Career Tips.mp4
|
98.6 MB
|
1. Learning More, and Career Tips.srt
|
7.9 KB
|
1.1 Apache Spark website.html
|
0.1 KB
|
2. Bonus Lecture More courses to explore!.html
|
7.4 KB
|
/2. Scala Crash Course [Optional]/
|
1. [Activity] Scala Basics, Part 1.mp4
|
235.5 MB
|
1. [Activity] Scala Basics, Part 1.srt
|
22.7 KB
|
1.1 LearningScala1.sc.html
|
0.1 KB
|
2. [Exercise] Scala Basics, Part 2.mp4
|
162.7 MB
|
2. [Exercise] Scala Basics, Part 2.srt
|
16.9 KB
|
3. [Exercise] Flow Control in Scala.mp4
|
87.1 MB
|
3. [Exercise] Flow Control in Scala.srt
|
12.7 KB
|
3.1 LearningScala2.sc.html
|
0.1 KB
|
4. [Exercise] Functions in Scala.mp4
|
127.7 MB
|
4. [Exercise] Functions in Scala.srt
|
15.0 KB
|
4.1 LearningScala3.sc.html
|
0.1 KB
|
5. [Exercise] Data Structures in Scala.mp4
|
263.3 MB
|
5. [Exercise] Data Structures in Scala.srt
|
28.2 KB
|
5.1 LearningScala4.sc.html
|
0.1 KB
|
/3. Spark Basics and Simple Examples/
|
1. Introduction to Spark.mp4
|
158.2 MB
|
1. Introduction to Spark.srt
|
15.8 KB
|
10. [Activity] Improving the Word Count Script with Regular Expressions.mp4
|
109.2 MB
|
10. [Activity] Improving the Word Count Script with Regular Expressions.srt
|
11.4 KB
|
11. [Activity] Sorting the Word Count Results.mp4
|
145.2 MB
|
11. [Activity] Sorting the Word Count Results.srt
|
14.0 KB
|
12. [Exercise] Find the Total Amount Spent by Customer.mp4
|
69.6 MB
|
12. [Exercise] Find the Total Amount Spent by Customer.srt
|
6.0 KB
|
13. [Exercise] Check your Results, and Sort Them by Total Amount Spent.mp4
|
72.6 MB
|
13. [Exercise] Check your Results, and Sort Them by Total Amount Spent.srt
|
7.5 KB
|
14. Check Your Results and Implementation Against Mine.mp4
|
56.9 MB
|
14. Check Your Results and Implementation Against Mine.srt
|
5.5 KB
|
2. The Resilient Distributed Dataset.mp4
|
208.3 MB
|
2. The Resilient Distributed Dataset.srt
|
19.9 KB
|
3. Ratings Histogram Walkthrough.mp4
|
122.3 MB
|
3. Ratings Histogram Walkthrough.srt
|
13.4 KB
|
4. Spark Internals.mp4
|
87.9 MB
|
4. Spark Internals.srt
|
8.5 KB
|
5. Key Value RDD's, and the Average Friends by Age example.mp4
|
218.6 MB
|
5. Key Value RDD's, and the Average Friends by Age example.srt
|
21.7 KB
|
6. [Activity] Running the Average Friends by Age Example.mp4
|
140.9 MB
|
6. [Activity] Running the Average Friends by Age Example.srt
|
12.7 KB
|
7. Filtering RDD's, and the Minimum Temperature by Location Example.mp4
|
113.2 MB
|
7. Filtering RDD's, and the Minimum Temperature by Location Example.srt
|
11.6 KB
|
8. [Activity] Running the Minimum Temperature Example, and Modifying it for Maximum.mp4
|
174.0 MB
|
8. [Activity] Running the Minimum Temperature Example, and Modifying it for Maximum.srt
|
16.5 KB
|
9. [Activity] Counting Word Occurrences using Flatmap().mp4
|
153.2 MB
|
9. [Activity] Counting Word Occurrences using Flatmap().srt
|
14.7 KB
|
/4. Advanced Examples of Spark Programs/
|
1. [Activity] Find the Most Popular Movie.mp4
|
69.4 MB
|
1. [Activity] Find the Most Popular Movie.srt
|
7.4 KB
|
2. [Activity] Use Broadcast Variables to Display Movie Names.mp4
|
153.5 MB
|
2. [Activity] Use Broadcast Variables to Display Movie Names.srt
|
14.8 KB
|
3. [Activity] Find the Most Popular Superhero in a Social Graph.mp4
|
261.2 MB
|
3. [Activity] Find the Most Popular Superhero in a Social Graph.srt
|
24.6 KB
|
4. Superhero Degrees of Separation Introducing Breadth-First Search.mp4
|
106.7 MB
|
4. Superhero Degrees of Separation Introducing Breadth-First Search.srt
|
12.9 KB
|
5. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.mp4
|
98.8 MB
|
5. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.srt
|
10.4 KB
|
6. Superhero Degrees of Separation Review the code, and run it!.mp4
|
174.0 MB
|
6. Superhero Degrees of Separation Review the code, and run it!.srt
|
18.1 KB
|
7. Item-Based Collaborative Filtering in Spark, cache(), and persist().mp4
|
147.4 MB
|
7. Item-Based Collaborative Filtering in Spark, cache(), and persist().srt
|
14.8 KB
|
8. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.mp4
|
221.8 MB
|
8. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.srt
|
24.3 KB
|
9. [Exercise] Improve the Quality of Similar Movies.mp4
|
58.3 MB
|
9. [Exercise] Improve the Quality of Similar Movies.srt
|
5.3 KB
|
/5. Running Spark on a Cluster/
|
1. [Activity] Using spark-submit to run Spark driver scripts.mp4
|
121.5 MB
|
1. [Activity] Using spark-submit to run Spark driver scripts.srt
|
11.9 KB
|
2. [Activity] Packaging driver scripts with SBT.mp4
|
105.4 MB
|
2. [Activity] Packaging driver scripts with SBT.srt
|
22.1 KB
|
3. Introducing Amazon Elastic MapReduce.mp4
|
138.4 MB
|
3. Introducing Amazon Elastic MapReduce.srt
|
13.4 KB
|
4. Creating Similar Movies from One Million Ratings on EMR.mp4
|
142.5 MB
|
4. Creating Similar Movies from One Million Ratings on EMR.srt
|
20.9 KB
|
4.1 Amazon Web Services website.html
|
0.1 KB
|
5. Partitioning.mp4
|
104.2 MB
|
5. Partitioning.srt
|
9.5 KB
|
6. Best Practices for Running on a Cluster.mp4
|
107.0 MB
|
6. Best Practices for Running on a Cluster.srt
|
10.1 KB
|
7. Troubleshooting, and Managing Dependencies.mp4
|
160.2 MB
|
7. Troubleshooting, and Managing Dependencies.srt
|
16.5 KB
|
/6. SparkSQL, DataFrames, and DataSets/
|
1. Introduction to SparkSQL.mp4
|
136.5 MB
|
1. Introduction to SparkSQL.srt
|
12.8 KB
|
2. [Activity] Using SparkSQL.mp4
|
111.0 MB
|
2. [Activity] Using SparkSQL.srt
|
12.0 KB
|
3. [Activity] Using DataFrames and DataSets.mp4
|
102.1 MB
|
3. [Activity] Using DataFrames and DataSets.srt
|
11.6 KB
|
4. [Activity] Using DataSets instead of RDD's.mp4
|
126.0 MB
|
4. [Activity] Using DataSets instead of RDD's.srt
|
12.7 KB
|
/7. Machine Learning with MLLib/
|
1. Introducing MLLib.mp4
|
55.5 MB
|
1. Introducing MLLib.srt
|
17.4 KB
|
2. If you have trouble running the following activity....html
|
1.2 KB
|
3. [Activity] Using MLLib to Produce Movie Recommendations.mp4
|
136.2 MB
|
3. [Activity] Using MLLib to Produce Movie Recommendations.srt
|
27.5 KB
|
4. [Activity] Linear Regression with MLLib.mp4
|
38.1 MB
|
4. [Activity] Linear Regression with MLLib.srt
|
11.7 KB
|
5. [Activity] Using DataFrames with MLLib.mp4
|
113.4 MB
|
5. [Activity] Using DataFrames with MLLib.srt
|
15.7 KB
|
/8. Intro to Spark Streaming/
|
1. Spark Streaming Overview.mp4
|
187.9 MB
|
1. Spark Streaming Overview.srt
|
18.7 KB
|
2. [Activity] Set up a Twitter Developer Account, and Stream Tweets.mp4
|
167.7 MB
|
2. [Activity] Set up a Twitter Developer Account, and Stream Tweets.srt
|
24.1 KB
|
2.1 Twitter application management.html
|
0.1 KB
|
3. Structured Streaming.mp4
|
31.2 MB
|
3. Structured Streaming.srt
|
7.9 KB
|
/9. Intro to GraphX/
|
1. GraphX, Pregel, and Breadth-First-Search with Pregel..mp4
|
209.2 MB
|
1. GraphX, Pregel, and Breadth-First-Search with Pregel..srt
|
18.5 KB
|
2. [Activity] Superhero Degrees of Separation using GraphX.mp4
|
146.9 MB
|
2. [Activity] Superhero Degrees of Separation using GraphX.srt
|
15.6 KB
|
/
|
[FreeCourseWorld.Com].url
|
0.1 KB
|
Total files 122
|