adamretter / Shadoop

A wrapper for Hadoop in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapReduceIntegrationSpec creates temp files

adamretter opened this issue · comments

MapReduceIntegrationSpec needs to have Hadoop store its output files somewhere. At present they are stored to target/test-classes/mapReduceTest-output but they are not deleted after the tests have run. We must clean-up after ourselves otherwise running the tests twice in a row fails!