TorBT - Torrents and Magnet Links Search Engine

[UdemyCourseDownloader] Apache Spark 2 with Scala - Hands On with Big Data!

File Name
Size
01. Getting Started/5. [Activity] Create a Histogram of Real Movie Ratings with Spark!.mp4
260 MB
udemycoursedownloader.com.url
132 B
01. Getting Started/1. Tip Apply for a Twitter Developer Account now!.html
1.4 kB
01. Getting Started/2. Udemy 101 Getting the Most From This Course.mp4
20 MB
01. Getting Started/2. Udemy 101 Getting the Most From This Course.vtt
3.6 kB
01. Getting Started/3. Warning about Java 11 and Spark 2.4!.html
990 B
01. Getting Started/4. Introduction, and Getting Set Up.mp4
231 MB
01. Getting Started/4. Introduction, and Getting Set Up.vtt
28 kB
01. Getting Started/4.1 Scala IDE download site.html
82 B
01. Getting Started/4.2 GETTING STARTED - installation steps.html
101 B
01. Getting Started/4.3 Spark download site.html
100 B
01. Getting Started/4.4 JDK install site.html
127 B
01. Getting Started/4.5 winutils.exe.html
113 B
01. Getting Started/4.6 Installing Spark on MacOS.html
128 B
Udemy Course downloader.txt
94 B
01. Getting Started/5. [Activity] Create a Histogram of Real Movie Ratings with Spark!.vtt
29 kB
01. Getting Started/5.1 Course Materials.html
115 B
01. Getting Started/5.2 MovieLens data set.html
101 B
02. Scala Crash Course [Optional]/1. [Activity] Scala Basics, Part 1.mp4
225 MB
02. Scala Crash Course [Optional]/1. [Activity] Scala Basics, Part 1.vtt
20 kB
02. Scala Crash Course [Optional]/1.1 LearningScala1.sc.html
122 B
02. Scala Crash Course [Optional]/2. [Exercise] Scala Basics, Part 2.mp4
155 MB
02. Scala Crash Course [Optional]/2. [Exercise] Scala Basics, Part 2.vtt
15 kB
02. Scala Crash Course [Optional]/3. [Exercise] Flow Control in Scala.mp4
83 MB
02. Scala Crash Course [Optional]/3. [Exercise] Flow Control in Scala.vtt
11 kB
02. Scala Crash Course [Optional]/3.1 LearningScala2.sc.html
122 B
02. Scala Crash Course [Optional]/4. [Exercise] Functions in Scala.mp4
122 MB
02. Scala Crash Course [Optional]/4. [Exercise] Functions in Scala.vtt
14 kB
02. Scala Crash Course [Optional]/4.1 LearningScala3.sc.html
122 B
02. Scala Crash Course [Optional]/5. [Exercise] Data Structures in Scala.mp4
251 MB
02. Scala Crash Course [Optional]/5. [Exercise] Data Structures in Scala.vtt
25 kB
02. Scala Crash Course [Optional]/5.1 LearningScala4.sc.html
122 B
03. Spark Basics and Simple Examples/1. Introduction to Spark.mp4
151 MB
03. Spark Basics and Simple Examples/1. Introduction to Spark.vtt
14 kB
03. Spark Basics and Simple Examples/2. The Resilient Distributed Dataset.mp4
199 MB
03. Spark Basics and Simple Examples/2. The Resilient Distributed Dataset.vtt
18 kB
03. Spark Basics and Simple Examples/3. Ratings Histogram Walkthrough.mp4
117 MB
03. Spark Basics and Simple Examples/3. Ratings Histogram Walkthrough.vtt
12 kB
03. Spark Basics and Simple Examples/4. Spark Internals.mp4
84 MB
03. Spark Basics and Simple Examples/4. Spark Internals.vtt
7.5 kB
03. Spark Basics and Simple Examples/5. Key Value RDD's, and the Average Friends by Age example.mp4
208 MB
03. Spark Basics and Simple Examples/5. Key Value RDD's, and the Average Friends by Age example.vtt
19 kB
03. Spark Basics and Simple Examples/6. [Activity] Running the Average Friends by Age Example.mp4
134 MB
03. Spark Basics and Simple Examples/6. [Activity] Running the Average Friends by Age Example.vtt
11 kB
03. Spark Basics and Simple Examples/7. Filtering RDD's, and the Minimum Temperature by Location Example.mp4
108 MB
03. Spark Basics and Simple Examples/7. Filtering RDD's, and the Minimum Temperature by Location Example.vtt
10 kB
03. Spark Basics and Simple Examples/8. [Activity] Running the Minimum Temperature Example, and Modifying it for Maximum.mp4
166 MB
03. Spark Basics and Simple Examples/8. [Activity] Running the Minimum Temperature Example, and Modifying it for Maximum.vtt
14 kB
03. Spark Basics and Simple Examples/9. [Activity] Counting Word Occurrences using Flatmap().mp4
146 MB
03. Spark Basics and Simple Examples/9. [Activity] Counting Word Occurrences using Flatmap().vtt
13 kB
03. Spark Basics and Simple Examples/10. [Activity] Improving the Word Count Script with Regular Expressions.mp4
104 MB
03. Spark Basics and Simple Examples/10. [Activity] Improving the Word Count Script with Regular Expressions.vtt
104 MB
03. Spark Basics and Simple Examples/11. [Activity] Sorting the Word Count Results.mp4
138 MB
03. Spark Basics and Simple Examples/11. [Activity] Sorting the Word Count Results.vtt
12 kB
03. Spark Basics and Simple Examples/12. [Exercise] Find the Total Amount Spent by Customer.mp4
66 MB
03. Spark Basics and Simple Examples/12. [Exercise] Find the Total Amount Spent by Customer.vtt
5.3 kB
03. Spark Basics and Simple Examples/13. [Exercise] Check your Results, and Sort Them by Total Amount Spent.mp4
69 MB
03. Spark Basics and Simple Examples/13. [Exercise] Check your Results, and Sort Them by Total Amount Spent.vtt
6.6 kB
03. Spark Basics and Simple Examples/14. Check Your Results and Implementation Against Mine.mp4
54 MB
03. Spark Basics and Simple Examples/14. Check Your Results and Implementation Against Mine.vtt
4.9 kB
04. Advanced Examples of Spark Programs/1. [Activity] Find the Most Popular Movie.mp4
66 MB
04. Advanced Examples of Spark Programs/1. [Activity] Find the Most Popular Movie.vtt
6.5 kB
04. Advanced Examples of Spark Programs/2. [Activity] Use Broadcast Variables to Display Movie Names.mp4
146 MB
04. Advanced Examples of Spark Programs/2. [Activity] Use Broadcast Variables to Display Movie Names.vtt
13 kB
04. Advanced Examples of Spark Programs/3. [Activity] Find the Most Popular Superhero in a Social Graph.mp4
249 MB
04. Advanced Examples of Spark Programs/3. [Activity] Find the Most Popular Superhero in a Social Graph.vtt
22 kB
04. Advanced Examples of Spark Programs/4. Superhero Degrees of Separation Introducing Breadth-First Search.mp4
102 MB
04. Advanced Examples of Spark Programs/4. Superhero Degrees of Separation Introducing Breadth-First Search.vtt
11 kB
04. Advanced Examples of Spark Programs/5. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.mp4
94 MB
04. Advanced Examples of Spark Programs/5. Superhero Degrees of Separation Accumulators, and Implementing BFS in Spark.vtt
9.2 kB
04. Advanced Examples of Spark Programs/6. Superhero Degrees of Separation Review the code, and run it!.mp4
166 MB
04. Advanced Examples of Spark Programs/6. Superhero Degrees of Separation Review the code, and run it!.vtt
16 kB
04. Advanced Examples of Spark Programs/7. Item-Based Collaborative Filtering in Spark, cache(), and persist().mp4
141 MB
04. Advanced Examples of Spark Programs/7. Item-Based Collaborative Filtering in Spark, cache(), and persist().vtt
13 kB
04. Advanced Examples of Spark Programs/8. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.mp4
212 MB
04. Advanced Examples of Spark Programs/8. [Activity] Running the Similar Movies Script using Spark's Cluster Manager.vtt
21 kB
04. Advanced Examples of Spark Programs/9. [Exercise] Improve the Quality of Similar Movies.mp4
56 MB
04. Advanced Examples of Spark Programs/9. [Exercise] Improve the Quality of Similar Movies.vtt
4.6 kB
05. Running Spark on a Cluster/1. [Activity] Using spark-submit to run Spark driver scripts.mp4
116 MB
05. Running Spark on a Cluster/1. [Activity] Using spark-submit to run Spark driver scripts.vtt
10 kB
05. Running Spark on a Cluster/2. [Activity] Packaging driver scripts with SBT.mp4
223 MB
05. Running Spark on a Cluster/2. [Activity] Packaging driver scripts with SBT.vtt
22 kB
05. Running Spark on a Cluster/3. Introducing Amazon Elastic MapReduce.mp4
132 MB
05. Running Spark on a Cluster/3. Introducing Amazon Elastic MapReduce.vtt
12 kB
05. Running Spark on a Cluster/4. Creating Similar Movies from One Million Ratings on EMR.mp4
193 MB
05. Running Spark on a Cluster/4. Creating Similar Movies from One Million Ratings on EMR.vtt
19 kB
05. Running Spark on a Cluster/4.1 Amazon Web Services website.html
84 B
05. Running Spark on a Cluster/5. Partitioning.mp4
99 MB
05. Running Spark on a Cluster/5. Partitioning.vtt
8.4 kB
05. Running Spark on a Cluster/6. Best Practices for Running on a Cluster.mp4
102 MB
05. Running Spark on a Cluster/6. Best Practices for Running on a Cluster.vtt
8.9 kB
05. Running Spark on a Cluster/7. Troubleshooting, and Managing Dependencies.mp4
153 MB
05. Running Spark on a Cluster/7. Troubleshooting, and Managing Dependencies.vtt
15 kB
06. SparkSQL, DataFrames, and DataSets/1. Introduction to SparkSQL.mp4
130 MB
06. SparkSQL, DataFrames, and DataSets/1. Introduction to SparkSQL.vtt
11 kB
06. SparkSQL, DataFrames, and DataSets/2. [Activity] Using SparkSQL.mp4
106 MB
06. SparkSQL, DataFrames, and DataSets/2. [Activity] Using SparkSQL.vtt
10 kB
06. SparkSQL, DataFrames, and DataSets/3. [Activity] Using DataFrames and DataSets.mp4
97 MB
06. SparkSQL, DataFrames, and DataSets/3. [Activity] Using DataFrames and DataSets.vtt
10 kB
06. SparkSQL, DataFrames, and DataSets/4. [Activity] Using DataSets instead of RDD's.mp4
120 MB
06. SparkSQL, DataFrames, and DataSets/4. [Activity] Using DataSets instead of RDD's.vtt
12 kB
07. Machine Learning with MLLib/1. Introducing MLLib.mp4
139 MB
07. Machine Learning with MLLib/1. Introducing MLLib.vtt
12 kB
07. Machine Learning with MLLib/2. [Activity] Using MLLib to Produce Movie Recommendations.mp4
128 MB
07. Machine Learning with MLLib/2. [Activity] Using MLLib to Produce Movie Recommendations.vtt
12 kB
07. Machine Learning with MLLib/3. [Activity] Linear Regression with MLLib.mp4
191 MB
07. Machine Learning with MLLib/3. [Activity] Linear Regression with MLLib.vtt
18 kB
07. Machine Learning with MLLib/4. [Activity] Using DataFrames with MLLib.mp4
163 MB
07. Machine Learning with MLLib/4. [Activity] Using DataFrames with MLLib.vtt
16 kB
08. Intro to Spark Streaming/1. Spark Streaming Overview.mp4
179 MB
08. Intro to Spark Streaming/1. Spark Streaming Overview.vtt
179 MB
08. Intro to Spark Streaming/2. [Activity] Set up a Twitter Developer Account, and Stream Tweets.mp4
190 MB
08. Intro to Spark Streaming/2. [Activity] Set up a Twitter Developer Account, and Stream Tweets.vtt
19 kB
08. Intro to Spark Streaming/2.1 Twitter application management.html
86 B
08. Intro to Spark Streaming/3. Structured Streaming.mp4
70 MB
08. Intro to Spark Streaming/3. Structured Streaming.vtt
6.4 kB
09. Intro to GraphX/1. GraphX, Pregel, and Breadth-First-Search with Pregel..mp4
200 MB
09. Intro to GraphX/1. GraphX, Pregel, and Breadth-First-Search with Pregel..vtt
17 kB
09. Intro to GraphX/2. [Activity] Superhero Degrees of Separation using GraphX.mp4
140 MB
09. Intro to GraphX/2. [Activity] Superhero Degrees of Separation using GraphX.vtt
14 kB
10. You Made It! Where to Go from Here/1. Learning More, and Career Tips.mp4
94 MB
10. You Made It! Where to Go from Here/1. Learning More, and Career Tips.vtt
7.0 kB
10. You Made It! Where to Go from Here/1.1 Apache Spark website.html
85 B
10. You Made It! Where to Go from Here/2. Bonus Lecture Discounts on my other Big Data Data Science Courses..mp4
7.4 MB
10. You Made It! Where to Go from Here/2. Bonus Lecture Discounts on my other Big Data Data Science Courses..vtt
1.8 kB
10. You Made It! Where to Go from Here/2.1 My website!.html
93 B