AbrMa / academy-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Data Exercises

This repo contains several common big data exercises.

Setup

  1. Install the JDK 7.0
  2. Download & Install Maven
  3. Clone this repo
 git clone https://github.com/AbrMa/academy-exercises.git
  1. Download the dataset from this link movies.txt.gz
  2. Extract the dataset and paste the movies.txt file in the cloned repository root.

How to run tests

#from the repository root
mvn test

About


Languages

Language:Java 100.0%