
Learn how to take this course and get support through a GitHub repository with up-to-date copy-and-paste commands, via the Q&A page and Facebook group Learning Big Data and Level Up.
Set up a Spark project in Eclipse by importing a Gradle project from the Spark tutorial repository and synchronizing Gradle, then run the wordCount example.
Load airport data, parse latitude, filter latitudes above 40, map to airport names and latitudes, and save the results to an output file using Spark.
Explore flatMap transformation in Spark, producing multiple outputs per input via an iterator, and compare it with map in a wordcount example, including lambda usage.
Explore Spark set operations on RDDs, including sample and distinct, plus union, intersection, subtract, and Cartesian, with emphasis on shuffling, duplicates, and practical log-file examples.
Explore actions on RDDs in Apache Spark and how they return final results or persist data, including collect, count, take, save as text file, and reduce.
Rdds are distributed across a cluster and partitioned for parallel processing. They are immutable and resilient, deterministic functions of their input that enable automatic recovery by Spark when nodes fail.
Spark persistence caches an RDD in memory or disk across actions, using storage levels (memory only, memory and disk, serialized or deserialized) to balance speed and memory, with LRU eviction.
Explore reduce by key aggregation on paired RDDs to count word frequencies, using a (word, 1) map and a reducing function to sum values across keys.
Compute the average house price per number of bedrooms using Spark's reduceByKey on a paired RDD. Use an average count structure with total price and count to derive averages.
Demonstrates a Spark-based solution for the sorted word count problem by flipping key-value pairs, sorting by count in descending order, and flipping back to word-count pairs.
Leverage hash partitioning with a partitioner to keep the same keys on the same node, reduce shuffle, and persist results to avoid re-partitioning during joins and reduce by key.
Learn spark sql joins, including inner, left outer, right outer, and left semi joins, and how the catalyst optimizer improves join performance when mapping makerspace data by postcode to regions.
Explore how Spark runs in cluster mode with a driver and executors, managed by a cluster manager. Learn to submit applications with spark-submit across standalone, YARN, and Mesos clusters.
Export your spark application to a jar with all dependencies using Gradle, then submit it to a local spark cluster via spark-submit in standalone mode.
What is this course about:
This course covers all the fundamentals about Apache Spark with Java and teaches you everything you need to know about developing Spark applications with Java. At the end of this course, you will gain in-depth knowledge about Apache Spark and general big data analysis and manipulations skills to help your company to adapt Apache Spark for building big data processing pipeline and data analytics applications.
This course covers 10+ hands-on big data examples. You will learn valuable knowledge about how to frame data analysis problems as Spark problems. Together we will learn examples such as aggregating NASA Apache web logs from different sources; we will explore the price trend by looking at the real estate data in California; we will write Spark applications to find out the median salary of developers in different countries through the Stack Overflow survey data; we will develop a system to analyze how maker spaces are distributed across different regions in the United Kingdom. And much much more.
What will you learn from this lecture:
In particularly, you will learn:
An overview of the architecture of Apache Spark.
Develop Apache Spark 2.0 applications with Java using RDD transformations and actions and Spark SQL.
Work with Apache Spark's primary abstraction, resilient distributed datasets(RDDs) to process and analyze large data sets.
Deep dive into advanced techniques to optimize and tune Apache Spark jobs by partitioning, caching and persisting RDDs.
Scale up Spark applications on a Hadoop YARN cluster through Amazon's Elastic MapReduce service.
Analyze structured and semi-structured data using Datasets and DataFrames, and develop a thorough understanding of Spark SQL.
Best practices of working with Apache Spark in the field.
Why shall we learn Apache Spark:
Apache Spark gives us unlimited ability to build cutting-edge applications. It is also one of the most compelling technologies of the last decade in terms of its disruption to the big data world.
Spark provides in-memory cluster computing which greatly boosts the speed of iterative algorithms and interactive data mining tasks.
Apache Spark is the next-generation processing engine for big data.
Tons of companies are adapting Apache Spark to extract meaning from massive data sets, today you have access to that same big data technology right on your desktop.
Apache Spark is becoming a must tool for big data engineers and data scientists.
About the author:
Since 2015, James has been helping his company to adapt Apache Spark for building their big data processing pipeline and data analytics applications.
James' company has gained massive benefits by adapting Apache Spark in production. In this course, he is going to share with you his years of knowledge and best practices of working with Spark in the real field.
Why choosing this course?
This course is very hands-on, James has put lots effort to provide you with not only the theory but also real-life examples of developing Spark applications that you can try out on your own laptop.
James has uploaded all the source code to Github and you will be able to follow along with either Windows, MAC OS or Linux.
In the end of this course, James is confident that you will gain in-depth knowledge about Spark and general big data analysis and data manipulation skills. You'll be able to develop Spark application that analyzes Gigabytes scale of data both on your laptop, and in the cloud using Amazon's Elastic MapReduce service!
30-day Money-back Guarantee!
You will get 30-day money-back guarantee from Udemy for this course.
If not satisfied simply ask for a refund within 30 days. You will get a full refund. No questions whatsoever asked.
Are you ready to take your big data analysis skills and career to the next level, take this course now!
You will go from zero to Spark hero in 4 hours.