Basic use examples of Spark en JAVA, corresponding Master Module 8.
- RDDs
- DataFrames
Download zip or clone the repository in your machine.
- Oracle JDK 1.8
- Spark
- Create a new maven project (File / New / Project... / Maven)
- Set GroupId and ArtefactId as
org.masterbigdata.spark
- Set project name as
Spark
- Enable
Enable auto-import
- Replace
pom.xml
andsrc
into new project folder
Done