Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Development Tools Apache Spark

Apache Spark 2.0 with Java -Learn Spark from a Big Data Guru

Learn analyzing large data sets with Apache Spark by 10+ hands-on examples. Take your big data skills to the next level.
Rating: 4.5 out of 54.5 (2,640 ratings)
18,875 students
Created by Tao W., James Lee, Level Up
Last updated 5/2018
English
English [Auto], Portuguese [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • An overview of the architecture of Apache Spark.
  • Work with Apache Spark's primary abstraction, resilient distributed datasets(RDDs) to process and analyze large data sets.
  • Develop Apache Spark 2.0 applications using RDD transformations and actions and Spark SQL.
  • 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 about Spark SQL.
  • Share information across different nodes on a Apache Spark cluster by broadcast variables and accumulators.
  • Advanced techniques to optimize and tune Apache Spark jobs by partitioning, caching and persisting RDDs.
  • Best practices of working with Apache Spark in the field.
Curated for the Udemy for Business collection

Course content

8 sections • 60 lectures • 3h 26m total length

  • Preview04:08
  • How to Take this Course and How to Get Support
    01:24
  • Text Lecture: How to Take this Course and How to Get Support
    00:02
  • Preview02:21
  • Sides
    00:04
  • Java 9 Warning
    00:03
  • Install Java and Git
    04:11
  • Source Code
    00:06
  • Set up Spark project with IntelliJ IDEA
    07:22
  • Set up Spark project with Eclipse
    02:04
  • Text lecture: Set up Spark project with Eclipse
    00:07
  • Preview02:43
  • Trouble shooting: running Hadoop on Windows
    00:34

  • Preview02:39
  • Create RDDs
    02:26
  • Text Lecture: Create RDDs
    00:03
  • Map and Filter Transformation
    08:38
  • Solution to Airports by Latitude Problem
    01:31
  • FlatMap Transformation
    06:27
  • Text Lectures: flatMap Transformation
    00:01
  • Set Operation
    07:37
  • Sampling With Replacement and Sampling Without Replacement
    00:02
  • Solution for the Same Hosts Problem
    00:30
  • Actions
    08:06
  • Solution to Sum of Numbers Problem
    01:43
  • Important Aspects about RDD
    01:28
  • Summary of RDD Operations
    02:23
  • Caching and Persistence
    05:09

  • Spark Architecture
    02:55
  • Spark Components
    05:20

  • Introduction to Pair RDD
    01:32
  • Create Pair RDDs
    03:54
  • Filter and MapValue Transformations on Pair RDD
    04:52
  • Reduce By Key Aggregation
    05:14
  • Sample solution for the Average House problem
    03:16
  • Group By Key Transformation
    04:42
  • Sort By Key Transformation
    02:49
  • Sample Solution for the Sorted Word Count Problem
    02:00
  • Data Partitioning
    04:12
  • Join Operations
    04:56
  • Extra Learning Material: How are Big Companies using Apache Spark
    00:08

  • Accumulators
    05:30
  • Text Lecture: Accumulators
    00:01
  • Solution to StackOverflow Survey Follow-up Problem
    01:20
  • Broadcast Variables
    06:48

  • Introduction to Spark SQL
    03:48
  • Spark SQL in Action
    14:43
  • Spark SQL practice: House Price Problem
    01:52
  • Spark SQL Joins
    06:20
  • Strongly Typed Dataset
    08:31
  • Use Dataset or RDD
    02:56
  • Dataset and RDD Conversion
    02:58
  • Performance Tuning of Spark SQL
    02:44
  • Extra Learning Material: Avoid These Mistakes While Writing Apache Spark Program
    00:02

  • Introduction to Running Spark in a Cluster
    04:09
  • Package Spark Application and Use spark-submit
    08:08
  • Run Spark Application on Amazon EMR (Elastic MapReduce) cluster
    13:31

  • Future Learning
    02:46
  • Text Lecture: Future Learning
    00:02
  • Coupons to Our Other Courses
    00:46

Requirements

  • A computer running Windows, OSX or Linux
  • Previous Java programming skills
  • Java 8 experience is preferred but NOT required

Description

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.

  • Share information across different nodes on an Apache Spark cluster by broadcast variables and accumulators.
  • Best practices of working with Apache Spark in the field.

  • Big data ecosystem overview.

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.

Who this course is for:

  • Anyone who want to fully understand how Apache Spark technology works and learn how Apache Spark is being used in the field.
  • Software engineers who want to develop Apache Spark 2.0 applications using Spark Core and Spark SQL.
  • Data scientists or data engineers who want to advance their career by improving their big data processing skills.

Instructors

Tao W.
Software engineer
Tao W.
  • 4.3 Instructor Rating
  • 18,927 Reviews
  • 211,032 Students
  • 12 Courses

Tao is a passionate software engineer who works in a leading big data analysis company in Silicon Valley. 

Previously Tao has worked in big IT companies such as IBM and Tao.

Tao has a MS degree in Computer Science from University of McGill and many years of experience as a teaching assistant for various computer science classes.

When Tao is not working, Tao enjoys reading and swimming, and he is a passionate photographer.

James Lee
Silicon Valley Software Engineer
James Lee
  • 4.3 Instructor Rating
  • 18,412 Reviews
  • 207,720 Students
  • 9 Courses

James Lee is a passionate software wizard working at one of the top Silicon Valley-based startups specializing in big data analysis. 

In the past, he has worked on big companies such as Google and Amazon 

In his day job, he works with big data technologies such as Cassandra and ElasticSearch, and he is an absolute Docker technology geek and IntelliJ IDEA lover with strong focus on efficiency and simplicity.

Apart from his career as a software engineer, he is keen on sharing his knowledge with others and guiding them especially for startups and programming. He has been teaching courses and conducting workshops on Java programming / IntelliJ IDEA since he was 21.

He enjoys working with Udemy because here he can share all his field knowledge and secrets with a broader audience. He hopes students will definitely benefit from his years of experience. The students will be thrilled of association with James and Udemy. And we are also excited to have you on board.

James Lee has a MS degree in Computer Science from McGill University and many years of experience as a teaching assistant for various computer science classes.

James Lee also enjoys skiing and swimming, and he is a passionate traveler.

Level Up
Your Professional Learning Partner
Level Up
  • 4.4 Instructor Rating
  • 14,947 Reviews
  • 109,322 Students
  • 3 Courses

Skilled programmers remain in high demand in this digitally-focused world.

Level-up offers practical and engaging learning solution that is revolutionizing professional online training. 

Level-up provides courses delivered by top industry experts and well-designed real-life course projects 

We teach technology the way it is used in the industry world. 

We offer a range of courses that teach you from the fundamentals of programming to advanced topics in the areas of Big Data and DevOps, Data Science and Apache Spark, etc

The Level-up Udemy courses are your gateway to high-quality software courses from industry experts and influencers. 


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.