Skip to content

47degrees/how-to-test-spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-to-test-spark

Different techniques to do unit testing in Spark without the need to rely on anything else than your IDE and SBT.

The focus of this project is to share ideas on how to test the small. Testing the small means testing the basic transformations that every spark application has in an isolated manner.

Run applications

The project also gives you the oportunity to run your applications locally if you wish to - drop local to run it in a cluster.

sbt "run $inputPath/inputFile.csv $outputPath/outputFile.csv local"

About

Different techniques to do unit testing in Spark without the need to rely on anything else than your IDE and SBT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages