#Spark Test Driven Development Example
This is a simple refactoring of the Spark word count example. It demonstrates how to write Spark applications in using TDD.
For more information you can read this blog post.
Simple project showing a fully tested version of the Spark Word Count app
Scala
#Spark Test Driven Development Example
This is a simple refactoring of the Spark word count example. It demonstrates how to write Spark applications in using TDD.
For more information you can read this blog post.