When you enroll in this course, you'll also be asked to select a specific program.
Learn new concepts from industry experts
Gain a foundational understanding of a subject or tool
Develop job-relevant skills with hands-on projects
Earn a shareable career certificate
There are 7 modules in this course
This self-paced IBM course will teach you all about big data! You will become familiar with the characteristics of big data and its application in big data analytics. You will also gain hands-on experience with big data processing tools like Apache Hadoop and Apache Spark.
Bernard Marr defines big data as the digital trace that we are generating in this digital era. You will start the course by understanding what big data is and exploring how insights from big data can be harnessed for a variety of use cases. You’ll also explore how big data uses technologies like parallel processing, scaling, and data parallelism.
Next, you will learn about Hadoop, an open-source framework that allows for the distributed processing of large data and its ecosystem. You will discover important applications that go hand in hand with Hadoop, like Distributed File System (HDFS), MapReduce, and HBase. You will become familiar with Hive, a data warehouse software that provides an SQL-like interface to efficiently query and manipulate large data sets.
You’ll then gain insights into Apache Spark, an open-source processing engine that provides users with new ways to store and use big data. In this course, you will discover how to leverage Spark to deliver reliable insights. The course provides an overview of the platform, going into the components that make up Apache Spark.
You’ll learn about DataFrames and perform basic DataFrame operations and work with SparkSQL. Explore how Spark processes and monitors the requests your application submits and how you can track work using the Spark Application UI.
This course has several hands-on labs to help you apply and practice the concepts you learn. You will complete Hadoop and Spark labs using various tools and technologies, including Docker, Kubernetes, Python, and Jupyter Notebooks.
In this module, you’ll begin your acquisition of Big Data knowledge with the most up-to-date definition of Big Data. You’ll explore the impact of Big Data on everyday personal tasks and business transactions with Big Data Use Cases. You’ll also learn how Big Data uses parallel processing, scaling, and data parallelism. Going further, you’ll explore commonly used Big Data tools and explain the role of open-source in Big Data. Finally, you’ll go beyond the hype and explore additional Big Data viewpoints.
What's included
8 videos1 reading2 assignments2 plugins
Show info about module content
8 videos•Total 48 minutes
Course Introduction•6 minutes
What is Big Data?•8 minutes
Impact of Big Data•6 minutes
Parallel Processing, Scaling, and Data Parallelism•8 minutes
Big Data Tools and Ecosystem•5 minutes
Open Source and Big Data•6 minutes
Beyond the Hype•5 minutes
Big Data Use Cases•6 minutes
1 reading•Total 2 minutes
Summary and Highlights: Introduction to Big Data•2 minutes
2 assignments•Total 41 minutes
Graded Quiz: What Is Big Data?•27 minutes
Practice Quiz: Introduction to Big Data•14 minutes
2 plugins•Total 27 minutes
Introduction to Emerging Big Data Technologies•15 minutes
Module 1 Glossary: What Is Big Data?•12 minutes
Introduction to the Hadoop Ecosystem
Module 2•3 hours to complete
Module details
In this module, you'll gain a fundamental understanding of the Apache Hadoop architecture, ecosystem, practices, and commonly used applications, including Distributed File System (HDFS), MapReduce, Hive, and HBase. You’ll also gain practical skills in hands-on labs when you query the data added using Hive, launch a single-node Hadoop cluster using Docker, and run MapReduce jobs.
Cheat Sheet: Introduction to the Hadoop Ecosystem•15 minutes
Module 2 Glossary: Introduction to the Hadoop Ecosystem•15 minutes
Apache Spark
Module 3•3 hours to complete
Module details
In this module, you’ll turn your attention to the popular Apache Spark platform, where you will explore the attributes and benefits of Apache Spark and distributed computing. You'll gain key insights about functional programming and Lambda functions. You’ll also explore Resilient Distributed Datasets (RDDs), parallel programming, resilience in Apache Spark, and relate RDDs and parallel programming with Apache Spark. Then, you’ll dive into additional Apache Spark components and learn how Apache Spark scales with Big Data. Working with Big Data signals the need for working with queries, including structured queries using SQL. You’ll also learn about the functions, parts, and benefits of Spark SQL and DataFrame queries, and discover how DataFrames work with Spark SQL.
Parallel Programming using Resilient Distributed Datasets •5 minutes
Scale out / Data Parallelism in Apache Spark•4 minutes
Dataframes and SparkSQL•4 minutes
1 reading•Total 2 minutes
Summary and Highlights: Introduction to Apache Spark•2 minutes
2 assignments•Total 31 minutes
Graded Quiz: Apache Spark•21 minutes
Practice Quiz: Introduction to Apache Spark•10 minutes
2 app items•Total 75 minutes
Practice Lab: Getting Started with Pyspark and Pandas•60 minutes
Hands-on Lab: Getting Started with Spark using Python•15 minutes
2 plugins•Total 30 minutes
Cheat Sheet: Apache Spark•15 minutes
Module 3 Glossary: Apache Spark•15 minutes
DataFrames and Spark SQL
Module 4•2 hours to complete
Module details
In this module, you’ll learn about Resilient Distributed Datasets (RDDs), their uses in Apache Spark, and RDD transformations and actions. You'll compare the use of datasets with Spark's latest data abstraction, DataFrames. You'll learn to identify and apply basic DataFrame operations. You’ll explore Apache Spark SQL optimization and learn how Spark SQL and memory optimization benefit from using Catalyst and Tungsten. Finally, you’ll fortify your skills with guided hands-on lab to create a table view and apply data aggregation techniques.
Summary and Highlights: Introduction to DataFrames and Spark SQL•2 minutes
2 assignments•Total 31 minutes
Graded Quiz: DataFrames and Spark SQL•21 minutes
Practice Quiz: Introduction to DataFrames & Spark SQL•10 minutes
2 app items•Total 30 minutes
Hands-on Lab: Introduction to DataFrames•15 minutes
Hands-On Lab: Introduction to SparkSQL•15 minutes
4 plugins•Total 60 minutes
Reading: User-Defined Schema (UDS) for DSL and SQL•10 minutes
Reading: Common Transformations and Optimization Techniques in Spark•20 minutes
Cheat Sheet: DataFrames and Spark SQL•15 minutes
Module 4 Glossary: DataFrames and Spark SQL•15 minutes
Development and Runtime Environment Options
Module 5•3 hours to complete
Module details
In this module, you’ll explore how Spark processes the requests that your application submits and learn how you can track work using the Spark Application UI. Because Spark application work happens on the cluster, you need to be able to identify Apache Cluster Managers, their components, and benefits. You’ll also know how to connect with each cluster manager and how and when you might want to set up a local, standalone Spark instance. Next, you’ll learn about Apache Spark application submission, including the use of Spark’s unified interface, “spark-submit,” and learn about options and dependencies. You’ll also describe and apply options for submitting applications, identify external application dependency management techniques, and list Spark Shell benefits. You’ll also look at recommended practices for Spark's static and dynamic configuration options and perform hands-on labs to use Apache Spark on IBM Cloud and run Spark on Kubernetes.
Hands-on Lab: Apache Spark on Kubernetes•20 minutes
4 plugins•Total 40 minutes
Spark Environments - Overview and Options•5 minutes
How to Set Up Your Own Spark Environments (Optional)•5 minutes
Cheat Sheet: Development and Runtime Environment Options•15 minutes
Module 5 Glossary: Development and Runtime Environment Options•15 minutes
Monitoring and Tuning
Module 6•2 hours to complete
Module details
Platforms and applications require monitoring and tuning to manage issues that inevitably happen. In this module, you'll learn about connecting the Apache Spark user interface web server and using the same UI web server to manage application processes. You’ll also identify common Apache Spark application issues and learn about debugging issues using the application UI and locating related log files. Further, you’ll discover and gain real-world knowledge about how Spark manages memory and processor resources using the hands-on lab.
Summary and Highlights: Introduction to Monitoring and Tuning•2 minutes
2 assignments•Total 31 minutes
Graded Quiz: Monitoring and Tuning•21 minutes
Practice Quiz: Introduction to Monitoring and Tuning•10 minutes
1 app item•Total 30 minutes
Hands-on Lab: Monitoring and Performance Tuning•30 minutes
3 plugins•Total 35 minutes
[Optional] Batch Data Ingestion Methods•5 minutes
Cheat Sheet: Monitoring and Tuning•15 minutes
Module 6 Glossary: Monitoring and Tuning•15 minutes
Final Project and Assessment
Module 7•4 hours to complete
Module details
In this module, you’ll perform a practice lab where you’ll explore two critical aspects of data processing using Spark: working with Resilient Distributed Datasets (RDDs) and constructing DataFrames from JSON data. You will also apply various transformations and actions on both RDDs and DataFrames to gain insights and manipulate the data effectively. Further, you’ll apply your knowledge in a final project where you will create a DataFrame by loading data from a CSV file and applying transformations and actions using Spark SQL. Finally, you’ll be assessed based on your learning from the course.
What's included
3 readings1 assignment2 app items2 plugins
Show info about module content
3 readings•Total 5 minutes
Instructions for the Final Assessment•1 minute
Congratulations and Next Steps•2 minutes
Thanks from the Course Team•2 minutes
1 assignment•Total 100 minutes
Final Assessment•100 minutes
2 app items•Total 120 minutes
Practice Project: Data Processing Using Spark•60 minutes
Final Project: Data Analysis using Spark•60 minutes
2 plugins•Total 35 minutes
Final Project Overview•15 minutes
Glossary: Introduction to Big Data with Spark and Hadoop•20 minutes
Earn a career certificate
Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.
Instructors
Instructor ratings
Instructor ratings
We asked all learners to give feedback on our instructors based on the quality of their teaching style.
At IBM, we know how rapidly tech evolves and recognize the crucial need for businesses and professionals to build job-ready, hands-on skills quickly. As a market-leading tech innovator, we’re committed to helping you thrive in this dynamic landscape. Through IBM Skills Network, our expertly designed training programs in AI, software development, cybersecurity, data science, business management, and more, provide the essential skills you need to secure your first job, advance your career, or drive business success. Whether you’re upskilling yourself or your team, our courses, Specializations, and Professional Certificates build the technical expertise that ensures you, and your organization, excel in a competitive world.
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Learner reviews
4.4
480 reviews
5 stars
66.25%
4 stars
19.16%
3 stars
8.12%
2 stars
2.91%
1 star
3.54%
Showing 3 of 480
J
JS
4·
Reviewed on May 1, 2022
hands on lab and quizzes at the end of each session was very helpful
A
AA
5·
Reviewed on Jan 15, 2024
Great program to explore more about AI and Big Data
D
DS
4·
Reviewed on Jan 10, 2025
I found the course to be a great foundation for understanding how to work with large datasets using Hadoop and Spark, with clear explanations and practical examples.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Certificate?
When you enroll in the course, you get access to all of the courses in the Certificate, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.