Execute Spark Job from Fitnesse tests
A fixture is a way to enrich the capabilities of Fitnesses.
This project focus on 2 main features:
- ExecuteSparkJob fixture: to run spark jobs
- CsvFile fixture: a way to read and write CSV
Using those fixture you will be able to create and run tests:
- reading a fitnesses table and convert it to an spark view using the the CsvFile fixture.
- executing a spark job with a few basics customizations, using the ExecuteSparkJob fixture.
- use a fitnesse table as expected output of the spark job, using the same CsvFile fixture.
I simple one can be found here