This repository contains example code and sample data for Anatomy of RDD : A Deeper dive into RDD abstraction session. Follow the below steps to clone code and setup your machine.
- Java
- Maven 3
- Intellij/Eclipse
git clone https://github.com/phatak-dev/anatomy-of-rdd.git
mvn clean install
If you are using eclipse, run
mvn eclipse:eclipse
Then load the project to eclipse.
If you are using Intellij, just load the project as maven project.
Please pull before coming to the session to get the latest code.