Apache Spark Tutorial : Getting Started
Are you a Java Developer using Windows and you want to get hands on Apache Spark so fast, manipulating the RDDs, making transformations and actions, using lambda expressions, calling Spark or Java 8 Functions…?
If yes, then this tutorial is for you 🙂
Spark Tutorial Menu
The Tutorial Parts :
Tutorial 1 : Java 8 + Maven 3 + Eclipse
Tutorial 2 : RDD Transformation and Action Examples
Tutorial 3 : Spark Function and Java 8 Function in a Use Case
Overview :
First, we will set up the environment for Windows and Java Development, including the necessary Maven project configuration.
Then we will give the basic notions of Apache Spark development and a list of examples for RDD Transformations and Actions.
After that, we will create a use case where we will use Spark and Java 8 Functions.
So let’s start by setting up our development environment.