Book Image

Apache Spark with Scala - Learn Spark from a Big Data Guru [Video]

By : James Lee
Book Image

Apache Spark with Scala - Learn Spark from a Big Data Guru [Video]

By: James Lee

Overview of this book

All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Apache-Spark-with-Scala---Learn-Spark-from-a-Big-Data-Guru This course covers all the fundamentals of Apache Spark with Scala and teaches you everything you need to know about developing Spark applications with Scala. 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 a 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. This course is taught in Scala. Scala is the next generation programming language for functional programming that is growing in popularity and it is one of the most widely used languages in the industry to write Spark programs. Let's learn how to write Spark programs with Scala to model big data problems today!
Table of Contents (7 chapters)
3
Spark Architecture and Components
Chapter 7
Running Spark in a Cluster
Content Locked
Section 2
Package Spark Application and Use spark-submit
Learn about the Spark application package and using the spark-submit.