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

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Certification Preparation

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.

sbt 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