Skip to content

Project containing all the exercises related to the spark, some of them with explanations.

Notifications You must be signed in to change notification settings

geektimus/spark-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Certification Preparation

Build Status

Chapter 1: Introduction to Data Analysis with Spark

Chapter 2: Downloading Spark and Getting Started

Chapter 3: Programming with RDDs

Exercises

TextAnalyzer: Find the top n most common words in a text file java -jar target/spark-certification-1.0-SNAPSHOT-dev.jar text-file.txt number-of-words

Notes:

  • We need to improve the parameter handling in the main class.

Tests

To run the tests we just run. mvn test

About

Project containing all the exercises related to the spark, some of them with explanations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages