Skip to content

[FreeCourseSite com] Udemy - Taming Big Data with Apache Spark and Python - Hands On!

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Udemy - Taming Big Data with Apache Spark and PythonGroup: NOGRPSource: Udemy
Info Hash
800C7FAE1BDCB4E6E18CD3B7E15432C3171B1B4E
Source
Unverified
Total Size
3.75 GB
Total Files
100
Seeders
2
Leechers
0
Health
2.00
Score
4
Type
Bookware

File List

FileSize
0. Websites you may like/[CourseClub.ME].url122 B
0. Websites you may like/[FCS Forum].url133 B
0. Websites you may like/[FreeCourseSite.com].url127 B
1. Getting Started with Spark/1. Introduction.mp435.48 MB
1. Getting Started with Spark/1. Introduction.srt5.38 KB
1. Getting Started with Spark/2. How to Use This Course.mp411.35 MB
1. Getting Started with Spark/2. How to Use This Course.srt6.22 KB
1. Getting Started with Spark/3. Udemy 101 Getting the Most From This Course.mp419.74 MB
1. Getting Started with Spark/3. Udemy 101 Getting the Most From This Course.srt8.09 KB
1. Getting Started with Spark/4. [Activity]Getting Set Up Installing Python, a JDK, Spark, and its Dependencies..mp4227.08 MB
1. Getting Started with Spark/4. [Activity]Getting Set Up Installing Python, a JDK, Spark, and its Dependencies..srt24.11 KB
1. Getting Started with Spark/4.1 winutils.exe.html108 B
1. Getting Started with Spark/4.2 Apache Spark.html100 B
1. Getting Started with Spark/4.3 JDK.html127 B
1. Getting Started with Spark/5. [Activity] Installing the MovieLens Movie Rating Dataset.mp445.38 MB
1. Getting Started with Spark/5. [Activity] Installing the MovieLens Movie Rating Dataset.srt6.21 KB
1. Getting Started with Spark/6. [Activity] Run your first Spark program! Ratings histogram example..mp465.82 MB
1. Getting Started with Spark/6. [Activity] Run your first Spark program! Ratings histogram example..srt10.47 KB
1. Getting Started with Spark/6.1 ratings-counter.py452 B
2. Spark Basics and the RDD Interface/1. What's new in Spark 3.mp4151.64 MB
2. Spark Basics and the RDD Interface/1. What's new in Spark 3.srt12.14 KB
2. Spark Basics and the RDD Interface/10. [Activity] Counting Word Occurrences using flatmap().mp454.35 MB
2. Spark Basics and the RDD Interface/10. [Activity] Counting Word Occurrences using flatmap().srt12.75 KB
2. Spark Basics and the RDD Interface/10.1 word-count.py441 B
2. Spark Basics and the RDD Interface/10.2 Book.txt258.67 KB
2. Spark Basics and the RDD Interface/11. [Activity] Improving the Word Count Script with Regular Expressions.mp440.4 MB
2. Spark Basics and the RDD Interface/11. [Activity] Improving the Word Count Script with Regular Expressions.srt40.41 MB
2. Spark Basics and the RDD Interface/11.1 word-count-better.py539 B
2. Spark Basics and the RDD Interface/12. [Activity] Sorting the Word Count Results.mp457.54 MB
2. Spark Basics and the RDD Interface/12. [Activity] Sorting the Word Count Results.srt13.37 KB
2. Spark Basics and the RDD Interface/12.1 word-count-better-sorted.py690 B
2. Spark Basics and the RDD Interface/13. [Exercise] Find the Total Amount Spent by Customer.mp431.22 MB
2. Spark Basics and the RDD Interface/13. [Exercise] Find the Total Amount Spent by Customer.srt7.36 KB
2. Spark Basics and the RDD Interface/13.1 customer-orders.csv.html115 B
2. Spark Basics and the RDD Interface/14. [Excercise] Check your Results, and Now Sort them by Total Amount Spent..mp449.21 MB
2. Spark Basics and the RDD Interface/14. [Excercise] Check your Results, and Now Sort them by Total Amount Spent..srt9.05 KB
2. Spark Basics and the RDD Interface/14.1 total-spent-by-customer.py529 B
2. Spark Basics and the RDD Interface/14.2 customer-orders.csv.html115 B
2. Spark Basics and the RDD Interface/15. Check Your Sorted Implementation and Results Against Mine..mp424.7 MB
2. Spark Basics and the RDD Interface/15. Check Your Sorted Implementation and Results Against Mine..srt4.48 KB
2. Spark Basics and the RDD Interface/15.1 total-spent-by-customer-sorted.py735 B
2. Spark Basics and the RDD Interface/15.2 customer-orders.csv.html115 B
2. Spark Basics and the RDD Interface/2. Introduction to Spark.mp458.3 MB
2. Spark Basics and the RDD Interface/2. Introduction to Spark.srt17.25 KB
2. Spark Basics and the RDD Interface/3. The Resilient Distributed Dataset (RDD).mp468.76 MB
2. Spark Basics and the RDD Interface/3. The Resilient Distributed Dataset (RDD).srt19.65 KB
2. Spark Basics and the RDD Interface/4. Ratings Histogram Walkthrough.mp483.05 MB
2. Spark Basics and the RDD Interface/4. Ratings Histogram Walkthrough.srt20.7 KB
2. Spark Basics and the RDD Interface/4.1 ratings-counter.py452 B
2. Spark Basics and the RDD Interface/5. KeyValue RDD's, and the Average Friends by Age Example.mp4110.31 MB
2. Spark Basics and the RDD Interface/5. KeyValue RDD's, and the Average Friends by Age Example.srt28.11 KB
2. Spark Basics and the RDD Interface/6. [Activity] Running the Average Friends by Age Example.mp449.16 MB
2. Spark Basics and the RDD Interface/6. [Activity] Running the Average Friends by Age Example.srt9.24 KB
2. Spark Basics and the RDD Interface/6.1 friends-by-age.py618 B
2. Spark Basics and the RDD Interface/6.2 fakefriends.csv.html111 B
2. Spark Basics and the RDD Interface/7. Filtering RDD's, and the Minimum Temperature by Location Example.mp454.45 MB
2. Spark Basics and the RDD Interface/7. Filtering RDD's, and the Minimum Temperature by Location Example.srt13.51 KB
2. Spark Basics and the RDD Interface/7.1 1800.csv.html104 B
2. Spark Basics and the RDD Interface/7.2 min-temperatures.py739 B
2. Spark Basics and the RDD Interface/8. [Activity]Running the Minimum Temperature Example, and Modifying it for Maximums.mp456.24 MB
2. Spark Basics and the RDD Interface/8. [Activity]Running the Minimum Temperature Example, and Modifying it for Maximums.srt8.5 KB
2. Spark Basics and the RDD Interface/8.1 min-temperatures.py739 B
2. Spark Basics and the RDD Interface/8.2 1800.csv.html104 B
2. Spark Basics and the RDD Interface/9. [Activity] Running the Maximum Temperature by Location Example.mp437.29 MB
2. Spark Basics and the RDD Interface/9. [Activity] Running the Maximum Temperature by Location Example.srt6.21 KB
2. Spark Basics and the RDD Interface/9.1 max-temperatures.py739 B
3. SparkSQL, DataFrames, and DataSets/1. Introducing SparkSQL.mp449.81 MB
3. SparkSQL, DataFrames, and DataSets/1. Introducing SparkSQL.srt22 KB
3. SparkSQL, DataFrames, and DataSets/2. [Activity] Executing SQL commands and SQL-style functions on a DataFrame.mp467.08 MB
3. SparkSQL, DataFrames, and DataSets/2. [Activity] Executing SQL commands and SQL-style functions on a DataFrame.srt17.66 KB
3. SparkSQL, DataFrames, and DataSets/2.1 spark-sql.py981 B
3. SparkSQL, DataFrames, and DataSets/2.2 fakefriends.csv8.55 KB
3. SparkSQL, DataFrames, and DataSets/3. Using DataFrames instead of RDD's.mp460.26 MB
3. SparkSQL, DataFrames, and DataSets/3. Using DataFrames instead of RDD's.srt17.91 KB
3. SparkSQL, DataFrames, and DataSets/3.1 fakefriends-header.csv8.57 KB
3. SparkSQL, DataFrames, and DataSets/3.2 spark-sql-dataframe.py632 B
3. SparkSQL, DataFrames, and DataSets/4. [Exercise] Friends by Age, with DataFrames.mp47.8 MB
3. SparkSQL, DataFrames, and DataSets/4. [Exercise] Friends by Age, with DataFrames.srt3.56 KB
3. SparkSQL, DataFrames, and DataSets/4.1 fakefriends-header.csv8.57 KB
3. SparkSQL, DataFrames, and DataSets/5. Exercise Solution Friends by Age, with DataFrames.mp471.61 MB
3. SparkSQL, DataFrames, and DataSets/5. Exercise Solution Friends by Age, with DataFrames.srt17.51 KB
3. SparkSQL, DataFrames, and DataSets/5.1 fakefriends-header.csv8.57 KB
3. SparkSQL, DataFrames, and DataSets/5.2 friends-by-age-dataframe.py865 B
3. SparkSQL, DataFrames, and DataSets/6. [Activity] Word Count, with DataFrames.mp463.24 MB
3. SparkSQL, DataFrames, and DataSets/6. [Activity] Word Count, with DataFrames.srt23.12 KB
3. SparkSQL, DataFrames, and DataSets/6.1 book.txt258.67 KB
3. SparkSQL, DataFrames, and DataSets/6.2 word-count-better-sorted-dataframe.py773 B
3. SparkSQL, DataFrames, and DataSets/7. [Activity] Minimum Temperature, with DataFrames (using a custom schema).mp493.63 MB
3. SparkSQL, DataFrames, and DataSets/7. [Activity] Minimum Temperature, with DataFrames (using a custom schema).srt31.19 KB
3. SparkSQL, DataFrames, and DataSets/7.1 min-temperatures-dataframe.py1.63 KB
3. SparkSQL, DataFrames, and DataSets/7.2 1800.csv61.26 KB
3. SparkSQL, DataFrames, and DataSets/8. [Exercise] Implement Total Spent by Customer with DataFrames.mp49.32 MB
3. SparkSQL, DataFrames, and DataSets/8. [Exercise] Implement Total Spent by Customer with DataFrames.srt4.38 KB
3. SparkSQL, DataFrames, and DataSets/8.1 customer-orders.csv143.41 KB
3. SparkSQL, DataFrames, and DataSets/9. Exercise Solution Total Spent by Customer, with DataFrames.mp432.41 MB
3. SparkSQL, DataFrames, and DataSets/9. Exercise Solution Total Spent by Customer, with DataFrames.srt9.1 KB
3. SparkSQL, DataFrames, and DataSets/9.1 customer-orders.csv143.41 KB
3. SparkSQL, DataFrames, and DataSets/9.2 total-spent-customer-sorted-dataframe.py1.04 KB
4. Advanced Examples of Spark Programs/1. [Activity] Find the Most Popular Movie.mp430.57 MB
4. Advanced Examples of Spark Programs/1. [Activity] Find the Most Popular Movie.srt9.32 KB

Trackers

No trackers found.