This repository contains example SCALA/SPARK code and sample data for Spark Dataframe Meetup session.
http://www.meetup.com/Big-Data-Developers-in-Bangalore/events/226419828/
Follow the below steps to clone code and setup your machine.
- Spark 1.4.1
- Scala 2.10.4
git clone https://github.com/parmarsachin/spark-dataframe-demo.git
mvn clean install
You can run all the examples from terminal. If you want to run from the IDE, follow the below steps
Install scala plugin. Once plugin is loaded you can load it as maven project.
The code may be update before the session, please pull before coming to the session to get the latest code.